COLOR #292121

HEX: #292121 RGB: (41,33,33)

Color info

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

RGB color model

#292121 color RGB value is (41,33,33).

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

RGB channels and saturation

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

41
33
33

R + G + B ~ 14%. #292121 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 33 + 33 = 107 (100%)
R 41 of 107 ~ 38.32%
G 33 of 107 ~ 30.84%
B 33 of 107 ~ 30.84'%

%38.32
%30.84
%30.84

CMYK color model

#292121 color CMYK value is (0,20,20,84).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 19.51%
  • key color value is 83.92%

CMYK: (0,20,20,84)
C0M20Y20K84 (0%, 20%, 20%, 84%)
(0.00 / 0.20 / 0.20 / 0.84)

CMYK percentages

%0
%19.51
%19.51
%83.92

Codes

Color #292121 in popluar color models

29 21 21
RGB 41 33 33
HSL 10.81% 14.51%
HSB/HSV 19.51% 16.08%
CMYK 0.00% 19.51% 19.51%
83.92%

Color #292121 in popluar number systems.

HEX 29 21 21
Decimal 41 33 33
Binary 101001 100001 100001
Octal 51 41 41

Shades and tints

Shades of #292121

#292121
(41,33,33)
#261E1E
(38,30,30)
#231B1B
(35,27,27)
#201818
(32,24,24)
#1D1515
(29,21,21)
#1A1212
(26,18,18)
#170F0F
(23,15,15)
#140C0C
(20,12,12)
#110909
(17,9,9)
#0E0606
(14,6,6)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #292121

#292121
(41,33,33)
#3C3535
(60,53,53)
#4F4949
(79,73,73)
#625D5D
(98,93,93)
#757171
(117,113,113)
#888585
(136,133,133)
#9B9999
(155,153,153)
#AEADAD
(174,173,173)
#C1C1C1
(193,193,193)
#D4D5D5
(212,213,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292121; }

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

This text font color is #292121.

Background Color

.myBgColor { background-color: #292121; }

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

This div background color is #292121.

Border color

.myBorderColor { border: 1px solid #292121; }

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

This div border color is #292121.

Opacity

.myOpacity80 { color: #292121; opacity: 0.8; }

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

Text with #292121 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 #292121;}

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

This text has shadow with #292121 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #292121; -webkit-box-shadow: 1px 1px 3px 2px #292121; box-shadow:1px 1px 3px 2px #292121;">
Div content here
</div>

This div box has shadow with color #292121.

Preview

Color preview on black background

This text has color #292121 on black background.


Color preview on white background

This text has color #292121 on white background.


Black color preview on #292121 background

This text has black color on #292121 background.


White color preview on #292121 background

This text has white color on #292121 background.


Related colors

Complementary color

Complementary color for #hex is #D6DEDE.


I love getcolorcode.com