Color Hex Logo

#29272b Color Hex

#29272B
(41,39,43)
0 Favorites   0 Comments

Color spaces of #29272b

RGB 413943
HSL0.750.050.16
HSV270°17°
CMYK 0.050.090.00   0.83
XYZ2.07602.09692.5808
Yxy2.09690.30740.3105
Hunter Lab14.48070.2492-0.4304
CIE-Lab15.98781.8871-2.2993

#29272b color RGB value is (41,39,43).

#29272b hex color red value is 41, green value is 39 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #29272b hue: 0.75 , saturation: 0.05 and the lightness value of 29272b is 0.16.

The process color (four color CMYK) of #29272b color hex is 0.05, 0.09, 0.00, 0.83. Web safe color of #29272b is #333333. Color #29272b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100111 00101011
Octal 51 47 53
Decimal 41 39 43
Hex 29 27 2B

RGB Percentages of Color #29272b

%33.33
%31.71
%34.96

CMYK Percentages of Color #29272b

%5
%9
%0
%83

Triadic Colors of #29272b

#29272b #2b2927 #272b29

Analogous Colors of #29272b

#29272b #2b272b #27272b

Monochromatic Colors of #29272b

#29272b

Complementary Color

#29272b #292b27

#29272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29272b Color CSS Codes

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

#29272b Text Font Color

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

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


#29272b Background Color

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

This div background color is #29272b


#29272b Border Color

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

This div border color is #29272b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29272b


Comments

No comments written yet.

Please login to write comment.