COLOR #211821

HEX: #211821
RGB: (33,24,33)

Color info

#211821 contains red, green and blue colors in about the same proportion. Web safe color of #211821 is #330033 (or #303).

RGB color model

#211821 color RGB value is (33,24,33).

  • red value is 33;
  • green value is 24;
  • blue value is 33.
RGB:
(33,24,33)
(13%,9%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 24 of 255 = 9%
B 33 of 255 = 13%

33
24
33

R + G + B ~ 12%. #211821 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 24 + 33 = 90 (100%)
R 33 of 90 ~ 36.67%
G 24 of 90 ~ 26.67%
B 33 of 90 ~ 36.67%

%36.67
%26.67
%36.67

CMYK color model

#211821 color CMYK value is (0,27,0,87).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(0,27,0,87)
C0M27Y0K87 
(0%,27%,0%,87%)
(0.00/0.27/0.00/0.87)	

CMYK percentages

%0
%27.27
%0
%87.06

Codes

Color #211821 in popluar color models

211821
RGB332433
HSL300°15.79%11.18%
HSB/HSV300°27.27%12.94%
CMYK0.00%27.27%0.00%
87.06%

Color #211821 in popluar number systems.

HEX211821
Decimal332433
Binary10000111000100001
Octal413041

Shades and tints

Shades of #211821

#211821
(33,24,33)
#1E161E
(30,22,30)
#1B141B
(27,20,27)
#181218
(24,18,24)
#151015
(21,16,21)
#120E12
(18,14,18)
#0F0C0F
(15,12,15)
#0C0A0C
(12,10,12)
#090809
(9,8,9)
#060606
(6,6,6)
#030403
(3,4,3)
#000000
(0,0,0)

Tints of #211821

#211821
(33,24,33)
#352D35
(53,45,53)
#494249
(73,66,73)
#5D575D
(93,87,93)
#716C71
(113,108,113)
#858185
(133,129,133)
#999699
(153,150,153)
#ADABAD
(173,171,173)
#C1C0C1
(193,192,193)
#D5D5D5
(213,213,213)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211821; }

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

This text font color is #211821.


Background Color

.myBgColor { background-color: #211821; }

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

This div background color is #211821.


Border color

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

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

This div border color is #211821.


Opacity

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

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

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

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

This text has shadow with #211821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211821 on black background.


Color preview on white background

This text has color #211821 on white background.



Black color preview on #211821 background

This text has black color on #211821 background.


White color preview on #211821 background

This text has white color on #211821 background.