COLOR #201821

HEX: #201821
RGB: (32,24,33)

Color info

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

RGB color model

#201821 color RGB value is (32,24,33).

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

RGB channels and saturation

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

32
24
33

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

Portions of RGB colors in percentages

R + G + B =
32 + 24 + 33 = 89 (100%)
R 32 of 89 ~ 35.96%
G 24 of 89 ~ 26.97%
B 33 of 89 ~ 37.08%

%35.96
%26.97
%37.08

CMYK color model

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

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

CMYK percentages

%3.03
%27.27
%0
%87.06

Codes

Color #201821 in popluar color models

201821
RGB322433
HSL293°15.79%11.18%
HSB/HSV293°27.27%12.94%
CMYK3.03%27.27%0.00%
87.06%

Color #201821 in popluar number systems.

HEX201821
Decimal322433
Binary10000011000100001
Octal403041

Shades and tints

Shades of #201821

#201821
(32,24,33)
#1E161E
(30,22,30)
#1C141B
(28,20,27)
#1A1218
(26,18,24)
#181015
(24,16,21)
#160E12
(22,14,18)
#140C0F
(20,12,15)
#120A0C
(18,10,12)
#100809
(16,8,9)
#0E0606
(14,6,6)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #201821

#201821
(32,24,33)
#342D35
(52,45,53)
#484249
(72,66,73)
#5C575D
(92,87,93)
#706C71
(112,108,113)
#848185
(132,129,133)
#989699
(152,150,153)
#ACABAD
(172,171,173)
#C0C0C1
(192,192,193)
#D4D5D5
(212,213,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #201821; }

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

This text font color is #201821.


Background Color

.myBgColor { background-color: #201821; }

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

This div background color is #201821.


Border color

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

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

This div border color is #201821.


Opacity

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

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

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

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

This text has shadow with #201821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #201821 on black background.


Color preview on white background

This text has color #201821 on white background.



Black color preview on #201821 background

This text has black color on #201821 background.


White color preview on #201821 background

This text has white color on #201821 background.