Color Hex Logo

#11291b Color Hex

#11291B
(17,41,27)
0 Favorites   0 Comments

Color spaces of #11291b

RGB 174127
HSL0.400.410.11
HSV145°59°16°
CMYK 0.590.000.34   0.84
XYZ1.22191.78421.3169
Yxy1.78420.28270.4127
Hunter Lab13.3574-7.04673.5048
CIE-Lab14.3114-13.52236.3524

#11291b color RGB value is (17,41,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 00011011
Octal 21 51 33
Decimal 17 41 27
Hex 11 29 1B

RGB Percentages of Color #11291b

%20.00
%48.24
%31.76

CMYK Percentages of Color #11291b

%59
%0
%34
%84

Triadic Colors of #11291b

#11291b #1b1129 #291b11

Analogous Colors of #11291b

#11291b #112927 #132911

Monochromatic Colors of #11291b

#11291b

Complementary Color

#11291b #29111f

#11291b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11291b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11291b Color CSS Codes

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

#11291b Text Font Color

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

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


#11291b Background Color

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

This div background color is #11291b


#11291b Border Color

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

This div border color is #11291b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11291b


Comments

No comments written yet.

Please login to write comment.