COLOR #202221

HEX: #202221 RGB: (32,34,33)

Color info

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

RGB color model

#202221 color RGB value is (32,34,33).

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

RGB channels and saturation

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

32
34
33

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

Portions of RGB colors in percentages

R + G + B = 32 + 34 + 33 = 99 (100%)
R 32 of 99 ~ 32.32%
G 34 of 99 ~ 34.34%
B 33 of 99 ~ 33.33'%

%32.32
%34.34
%33.33

CMYK color model

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

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 86.67%

CMYK: (6,0,3,87)
C6M0Y3K87 (6%, 0%, 3%, 87%)
(0.06 / 0.00 / 0.03 / 0.87)

CMYK percentages

%5.88
%0
%2.94
%86.67

Codes

Color #202221 in popluar color models

20 22 21
RGB 32 34 33
HSL 150° 3.03% 12.94%
HSB/HSV 150° 5.88% 13.33%
CMYK 5.88% 0.00% 2.94%
86.67%

Color #202221 in popluar number systems.

HEX 20 22 21
Decimal 32 34 33
Binary 100000 100010 100001
Octal 40 42 41

Shades and tints

Shades of #202221

#202221
(32,34,33)
#1E1F1E
(30,31,30)
#1C1C1B
(28,28,27)
#1A1918
(26,25,24)
#181615
(24,22,21)
#161312
(22,19,18)
#14100F
(20,16,15)
#120D0C
(18,13,12)
#100A09
(16,10,9)
#0E0706
(14,7,6)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #202221

#202221
(32,34,33)
#343635
(52,54,53)
#484A49
(72,74,73)
#5C5E5D
(92,94,93)
#707271
(112,114,113)
#848685
(132,134,133)
#989A99
(152,154,153)
#ACAEAD
(172,174,173)
#C0C2C1
(192,194,193)
#D4D6D5
(212,214,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #202221; }

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

This text font color is #202221.

Background Color

.myBgColor { background-color: #202221; }

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

This div background color is #202221.

Border color

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

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

This div border color is #202221.

Opacity

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

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

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

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

This text has shadow with #202221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #202221.

Preview

Color preview on black background

This text has color #202221 on black background.


Color preview on white background

This text has color #202221 on white background.


Black color preview on #202221 background

This text has black color on #202221 background.


White color preview on #202221 background

This text has white color on #202221 background.


Related colors

Complementary color

Complementary color for #hex is #DFDDDE.


I love getcolorcode.com

Triadic colors

1 #212022 and #222120 with #202221 are triadic colors.

2 #212220 and #222021 with #202221 are triadic colors.