Color Hex Logo

#11291e Color Hex

#11291E
(17,41,30)
0 Favorites   0 Comments

Color spaces of #11291e

RGB 174130
HSL0.420.410.11
HSV153°59°16°
CMYK 0.590.000.27   0.84
XYZ1.25841.79881.5092
Yxy1.79880.27560.3939
Hunter Lab13.4119-6.72282.7166
CIE-Lab14.3938-12.72284.3607

#11291e color RGB value is (17,41,30).

#11291e hex color red value is 17, green value is 41 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #11291e hue: 0.42 , saturation: 0.41 and the lightness value of 11291e is 0.11.

The process color (four color CMYK) of #11291e color hex is 0.59, 0.00, 0.27, 0.84. Web safe color of #11291e is #003333. Color #11291e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 00011110
Octal 21 51 36
Decimal 17 41 30
Hex 11 29 1E

RGB Percentages of Color #11291e

%19.32
%46.59
%34.09

CMYK Percentages of Color #11291e

%59
%0
%27
%84

Triadic Colors of #11291e

#11291e #1e1129 #291e11

Analogous Colors of #11291e

#11291e #112829 #112912

Monochromatic Colors of #11291e

#11291e

Complementary Color

#11291e #29111c

#11291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11291e Color CSS Codes

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

#11291e Text Font Color

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

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


#11291e Background Color

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

This div background color is #11291e


#11291e Border Color

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

This div border color is #11291e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,41,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 #11291e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11291e


Comments

No comments written yet.

Please login to write comment.