COLOR #212120

HEX: #212120 RGB: (33,33,32)

Color info

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

RGB color model

#212120 color RGB value is (33,33,32).

RGB: (33,33,32) (13%, 13%, 13%)

RGB channels and saturation

R 33 of 255 = 13%
G 33 of 255 = 13%
B 32 of 255 = 13%

33
33
32

R + G + B ~ 13%. #212120 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 33 + 32 = 98 (100%)
R 33 of 98 ~ 33.67%
G 33 of 98 ~ 33.67%
B 32 of 98 ~ 32.65'%

%33.67
%33.67
%32.65

CMYK color model

#212120 color CMYK value is (0,0,3,87).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 87.06%

CMYK: (0,0,3,87)
C0M0Y3K87 (0%, 0%, 3%, 87%)
(0.00 / 0.00 / 0.03 / 0.87)

CMYK percentages

%0
%0
%3.03
%87.06

Codes

Color #212120 in popluar color models

21 21 20
RGB 33 33 32
HSL 60° 1.54% 12.75%
HSB/HSV 60° 3.03% 12.94%
CMYK 0.00% 0.00% 3.03%
87.06%

Color #212120 in popluar number systems.

HEX 21 21 20
Decimal 33 33 32
Binary 100001 100001 100000
Octal 41 41 40

Shades and tints

Shades of #212120

#212120
(33,33,32)
#1E1E1E
(30,30,30)
#1B1B1C
(27,27,28)
#18181A
(24,24,26)
#151518
(21,21,24)
#121216
(18,18,22)
#0F0F14
(15,15,20)
#0C0C12
(12,12,18)
#090910
(9,9,16)
#06060E
(6,6,14)
#03030C
(3,3,12)
#000000
(0,0,0)

Tints of #212120

#212120
(33,33,32)
#353534
(53,53,52)
#494948
(73,73,72)
#5D5D5C
(93,93,92)
#717170
(113,113,112)
#858584
(133,133,132)
#999998
(153,153,152)
#ADADAC
(173,173,172)
#C1C1C0
(193,193,192)
#D5D5D4
(213,213,212)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212120; }

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

This text font color is #212120.

Background Color

.myBgColor { background-color: #212120; }

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

This div background color is #212120.

Border color

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

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

This div border color is #212120.

Opacity

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

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

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

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

This text has shadow with #212120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212120.

Preview

Color preview on black background

This text has color #212120 on black background.


Color preview on white background

This text has color #212120 on white background.


Black color preview on #212120 background

This text has black color on #212120 background.


White color preview on #212120 background

This text has white color on #212120 background.


Related colors

Complementary color

Complementary color for #hex is #DEDEDF.


I love getcolorcode.com