Color Hex Logo

#13170b Color Hex

#13170B
(19,23,11)
0 Favorites   0 Comments

Color spaces of #13170b

RGB 192311
HSL0.220.350.07
HSV80°52°
CMYK 0.170.000.52   0.91
XYZ0.63540.77540.4328
Yxy0.77540.34470.4206
Hunter Lab8.8057-2.52973.2499
CIE-Lab7.0041-4.16175.8856

#13170b color RGB value is (19,23,11).

#13170b hex color red value is 19, green value is 23 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #13170b hue: 0.22 , saturation: 0.35 and the lightness value of 13170b is 0.07.

The process color (four color CMYK) of #13170b color hex is 0.17, 0.00, 0.52, 0.91. Web safe color of #13170b is #000000. Color #13170b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010111 00001011
Octal 23 27 13
Decimal 19 23 11
Hex 13 17 B

RGB Percentages of Color #13170b

%35.85
%43.40
%20.75

CMYK Percentages of Color #13170b

%17
%0
%52
%91

Triadic Colors of #13170b

#13170b #0b1317 #170b13

Analogous Colors of #13170b

#13170b #0d170b #17150b

Monochromatic Colors of #13170b

#13170b

Complementary Color

#13170b #0f0b17

#13170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13170b Color CSS Codes

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

#13170b Text Font Color

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

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


#13170b Background Color

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

This div background color is #13170b


#13170b Border Color

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

This div border color is #13170b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,23,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 #13170b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13170b


Comments

No comments written yet.

Please login to write comment.