Color Hex Logo

#11311e Color Hex

#11311E
(17,49,30)
0 Favorites   0 Comments

Color spaces of #11311e

RGB 174930
HSL0.400.480.13
HSV144°65°19°
CMYK 0.650.000.39   0.81
XYZ1.56382.40951.6110
Yxy2.40950.28000.4315
Hunter Lab15.5226-9.18174.7124
CIE-Lab17.5043-17.24518.6667

#11311e color RGB value is (17,49,30).

#11311e hex color red value is 17, green value is 49 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #11311e hue: 0.40 , saturation: 0.48 and the lightness value of 11311e is 0.13.

The process color (four color CMYK) of #11311e color hex is 0.65, 0.00, 0.39, 0.81. Web safe color of #11311e is #003333. Color #11311e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 00011110
Octal 21 61 36
Decimal 17 49 30
Hex 11 31 1E

RGB Percentages of Color #11311e

%17.71
%51.04
%31.25

CMYK Percentages of Color #11311e

%65
%0
%39
%81

Triadic Colors of #11311e

#11311e #1e1131 #311e11

Analogous Colors of #11311e

#11311e #11312e #143111

Monochromatic Colors of #11311e

#11311e

Complementary Color

#11311e #311124

#11311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11311e Color CSS Codes

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

#11311e Text Font Color

<p style="color:#11311e">Text here</p>

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


#11311e Background Color

<div style="background-color:#11311e">
Div content here</div>

This div background color is #11311e


#11311e Border Color

<div style="border:3px solid #11311e">
Div here</div>

This div border color is #11311e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,49,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11311e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11311e;
  -webkit-box-shadow: 1px 1px 3px 2px #11311e;
  box-shadow:         1px 1px 3px 2px #11311e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11311e

#11311e Color Palettes


Comments

No comments written yet.

Please login to write comment.