COLOR #29212B

HEX: #29212B RGB: (41,33,43)

Color info

#29212B contains red, green and blue colors in about the same proportion. Web safe color of #29212B is #333333 (or #333).

RGB color model

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

RGB: (41,33,43) (16%, 13%, 17%)

RGB channels and saturation

R 41 of 255 = 16%
G 33 of 255 = 13%
B 43 of 255 = 17%

41
33
43

R + G + B ~ 15%. #29212B is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 33 + 43 = 117 (100%)
R 41 of 117 ~ 35.04%
G 33 of 117 ~ 28.21%
B 43 of 117 ~ 36.75'%

%35.04
%28.21
%36.75

CMYK color model

#29212B color CMYK value is (5,23,0,83).

  • cyan value is 4.65%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (5,23,0,83)
C5M23Y0K83 (5%, 23%, 0%, 83%)
(0.05 / 0.23 / 0.00 / 0.83)

CMYK percentages

%4.65
%23.26
%0
%83.14

Codes

Color #29212B in popluar color models

29 21 2B
RGB 41 33 43
HSL 288° 13.16% 14.90%
HSB/HSV 288° 23.26% 16.86%
CMYK 4.65% 23.26% 0.00%
83.14%

Color #29212B in popluar number systems.

HEX 29 21 2B
Decimal 41 33 43
Binary 101001 100001 101011
Octal 51 41 53

Shades and tints

Shades of #29212B

#29212B
(41,33,43)
#261E28
(38,30,40)
#231B25
(35,27,37)
#201822
(32,24,34)
#1D151F
(29,21,31)
#1A121C
(26,18,28)
#170F19
(23,15,25)
#140C16
(20,12,22)
#110913
(17,9,19)
#0E0610
(14,6,16)
#0B030D
(11,3,13)
#000000
(0,0,0)

Tints of #29212B

#29212B
(41,33,43)
#3C353E
(60,53,62)
#4F4951
(79,73,81)
#625D64
(98,93,100)
#757177
(117,113,119)
#88858A
(136,133,138)
#9B999D
(155,153,157)
#AEADB0
(174,173,176)
#C1C1C3
(193,193,195)
#D4D5D6
(212,213,214)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29212B color. Also use rgb(41,33,43) instead hex code.

Text Font Color

.myTextColor { color: #29212B; }

<p style="color:#29212B">This sample text font color is #29212B.</p>

This text font color is #29212B.

Background Color

.myBgColor { background-color: #29212B; }

<div style="background-color:#29212B">Inner text</div>

This div background color is #29212B.

Border color

.myBorderColor { border: 1px solid #29212B; }

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

This div border color is #29212B.

Opacity

.myOpacity80 { color: #29212B; opacity: 0.8; }

<p style="color:#29212B;opacity:0.8;">80%</p>

Text with #29212B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #29212B;}

<p style="text-shadow: 3px 3px 1px #29212B">Text here.</p>

This text has shadow with #29212B color.


.textShadow {text-shadow: 3px 3px 1px #29212B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #29212B, 5px 5px 20px red">Text here.</p>

This text has shadow with #29212B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#29212B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#29212B, Direction=45, Strength=4)">Text</p>

This text has shadow with #29212B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #29212B;
-webkit-box-shadow: 1px 1px 3px 2px #29212B;
box-shadow: 1px 1px 3px 2px #29212B;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #29212B on black background.


Color preview on white background

This text has color #29212B on white background.


Black color preview on #29212B background

This text has black color on #29212B background.


White color preview on #29212B background

This text has white color on #29212B background.


Related colors

Complementary color

Complementary color for #hex is #D6DED4.


I love getcolorcode.com

Triadic colors

1 #2B2921 and #212B29 with #29212B are triadic colors.

2 #2B2129 and #21292B with #29212B are triadic colors.