COLOR #211F20

HEX: #211F20 RGB: (33,31,32)

Color info

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

RGB color model

#211F20 color RGB value is (33,31,32).

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

RGB channels and saturation

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

33
31
32

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

Portions of RGB colors in percentages

R + G + B = 33 + 31 + 32 = 96 (100%)
R 33 of 96 ~ 34.38%
G 31 of 96 ~ 32.29%
B 32 of 96 ~ 33.33'%

%34.38
%32.29
%33.33

CMYK color model

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

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

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

CMYK percentages

%0
%6.06
%3.03
%87.06

Codes

Color #211F20 in popluar color models

21 1F 20
RGB 33 31 32
HSL 330° 3.13% 12.55%
HSB/HSV 330° 6.06% 12.94%
CMYK 0.00% 6.06% 3.03%
87.06%

Color #211F20 in popluar number systems.

HEX 21 1F 20
Decimal 33 31 32
Binary 100001 11111 100000
Octal 41 37 40

Shades and tints

Shades of #211F20

#211F20
(33,31,32)
#1E1D1E
(30,29,30)
#1B1B1C
(27,27,28)
#18191A
(24,25,26)
#151718
(21,23,24)
#121516
(18,21,22)
#0F1314
(15,19,20)
#0C1112
(12,17,18)
#090F10
(9,15,16)
#060D0E
(6,13,14)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #211F20

#211F20
(33,31,32)
#353334
(53,51,52)
#494748
(73,71,72)
#5D5B5C
(93,91,92)
#716F70
(113,111,112)
#858384
(133,131,132)
#999798
(153,151,152)
#ADABAC
(173,171,172)
#C1BFC0
(193,191,192)
#D5D3D4
(213,211,212)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211F20; }

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

This text font color is #211F20.

Background Color

.myBgColor { background-color: #211F20; }

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

This div background color is #211F20.

Border color

.myBorderColor { border: 1px solid #211F20; }

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

This div border color is #211F20.

Opacity

.myOpacity80 { color: #211F20; opacity: 0.8; }

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

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

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

This text has shadow with #211F20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211F20.

Preview

Color preview on black background

This text has color #211F20 on black background.


Color preview on white background

This text has color #211F20 on white background.


Black color preview on #211F20 background

This text has black color on #211F20 background.


White color preview on #211F20 background

This text has white color on #211F20 background.


Related colors

Complementary color

Complementary color for #hex is #DEE0DF.


I love getcolorcode.com

Triadic colors

1 #20211F and #1F2021 with #211F20 are triadic colors.

2 #201F21 and #1F2120 with #211F20 are triadic colors.