Color Hex Logo

#13121d Color Hex

#13121D
(19,18,29)
0 Favorites   0 Comments

Color spaces of #13121d

RGB 191829
HSL0.680.230.09
HSV245°38°11°
CMYK 0.340.380.00   0.89
XYZ0.70660.65981.2525
Yxy0.65980.26980.2519
Hunter Lab8.12281.3127-3.4563
CIE-Lab5.95993.2558-7.2858

#13121d color RGB value is (19,18,29).

#13121d hex color red value is 19, green value is 18 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #13121d hue: 0.68 , saturation: 0.23 and the lightness value of 13121d is 0.09.

The process color (four color CMYK) of #13121d color hex is 0.34, 0.38, 0.00, 0.89. Web safe color of #13121d is #000033. Color #13121d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 00011101
Octal 23 22 35
Decimal 19 18 29
Hex 13 12 1D

RGB Percentages of Color #13121d

%28.79
%27.27
%43.94

CMYK Percentages of Color #13121d

%34
%38
%0
%89

Triadic Colors of #13121d

#13121d #1d1312 #121d13

Analogous Colors of #13121d

#13121d #19121d #12171d

Monochromatic Colors of #13121d

#13121d

Complementary Color

#13121d #1c1d12

#13121d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13121d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13121d Color CSS Codes

.mybgcolor {background-color:#13121d; } 
.myforecolor {color:#13121d; }
.mybordercolor {border:3px solid #13121d; }

#13121d Text Font Color

<p style="color:#13121d">Text here</p>

This sample text font color is #13121d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#13121d Background Color

<div style="background-color:#13121d">
Div content here</div>

This div background color is #13121d


#13121d Border Color

<div style="border:3px solid #13121d">
Div here</div>

This div border color is #13121d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,18,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13121d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13121d;
  -webkit-box-shadow: 1px 1px 3px 2px #13121d;
  box-shadow:         1px 1px 3px 2px #13121d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,18,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #13121d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #13121d;
  -webkit-box-shadow: 1px 1px 3px 2px #13121d;
  box-shadow:         1px 1px 3px 2px #13121d;">
Div content here</div>

This div box has shadow with color #13121d


Comments

No comments written yet.

Please login to write comment.