Color Hex Logo

#13020b Color Hex

#13020B
(19,2,11)
0 Favorites   0 Comments

Color spaces of #13020b

RGB 19211
HSL0.910.810.04
HSV328°89°
CMYK 0.000.890.42   0.93
XYZ0.35070.20600.3379
Yxy0.20600.39200.2303
Hunter Lab4.53875.8497-1.2369
CIE-Lab1.86086.3454-1.6249

#13020b color RGB value is (19,2,11).

#13020b hex color red value is 19, green value is 2 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #13020b hue: 0.91 , saturation: 0.81 and the lightness value of 13020b is 0.04.

The process color (four color CMYK) of #13020b color hex is 0.00, 0.89, 0.42, 0.93. Web safe color of #13020b is #000000. Color #13020b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000010 00001011
Octal 23 2 13
Decimal 19 2 11
Hex 13 2 B

RGB Percentages of Color #13020b

%59.38
%6.25
%34.38

CMYK Percentages of Color #13020b

%0
%89
%42
%93

Triadic Colors of #13020b

#13020b #0b1302 #020b13

Analogous Colors of #13020b

#13020b #130202 #130213

Monochromatic Colors of #13020b

#13020b

Complementary Color

#13020b #02130a

#13020b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13020b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13020b Color CSS Codes

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

#13020b Text Font Color

<p style="color:#13020b">Text here</p>

This sample text font color is #13020b
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.


#13020b Background Color

<div style="background-color:#13020b">
Div content here</div>

This div background color is #13020b


#13020b Border Color

<div style="border:3px solid #13020b">
Div here</div>

This div border color is #13020b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,2,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13020b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13020b;
  -webkit-box-shadow: 1px 1px 3px 2px #13020b;
  box-shadow:         1px 1px 3px 2px #13020b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13020b


Comments

No comments written yet.

Please login to write comment.