Color Hex Logo

#29212b Color Hex

#29212B
(41,33,43)
1 Favorites   0 Comments

Color spaces of #29212b

RGB 413343
HSL0.800.130.15
HSV288°23°17°
CMYK 0.050.230.00   0.83
XYZ1.89441.73352.5203
Yxy1.73350.30810.2820
Hunter Lab13.16622.6422-2.1330
CIE-Lab14.02156.1620-5.2369

#29212b color RGB value is (41,33,43).

#29212b hex color red value is 41, green value is 33 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #29212b hue: 0.80 , saturation: 0.13 and the lightness value of 29212b is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100001 00101011
Octal 51 41 53
Decimal 41 33 43
Hex 29 21 2B

RGB Percentages of Color #29212b

%35.04
%28.21
%36.75

CMYK Percentages of Color #29212b

%5
%23
%0
%83

Triadic Colors of #29212b

#29212b #2b2921 #212b29

Analogous Colors of #29212b

#29212b #2b2128 #24212b

Monochromatic Colors of #29212b

#29212b

Complementary Color

#29212b #232b21

#29212b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29212b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29212b Color CSS Codes

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

#29212b Text Font Color

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

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


#29212b Background Color

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

This div background color is #29212b


#29212b Border Color

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

This div border color is #29212b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29212b


Comments

No comments written yet.

Please login to write comment.