COLOR #201521

HEX: #201521
RGB: (32,21,33)

Color info

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

RGB color model

#201521 color RGB value is (32,21,33).

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

RGB channels and saturation

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

32
21
33

R + G + B ~ 11%. #201521 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 21 + 33 = 86 (100%)
R 32 of 86 ~ 37.21%
G 21 of 86 ~ 24.42%
B 33 of 86 ~ 38.37%

%37.21
%24.42
%38.37

CMYK color model

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

  • cyan value is 3.03%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(3,36,0,87)
C3M36Y0K87 
(3%,36%,0%,87%)
(0.03/0.36/0.00/0.87)	

CMYK percentages

%3.03
%36.36
%0
%87.06

Codes

Color #201521 in popluar color models

201521
RGB322133
HSL295°22.22%10.59%
HSB/HSV295°36.36%12.94%
CMYK3.03%36.36%0.00%
87.06%

Color #201521 in popluar number systems.

HEX201521
Decimal322133
Binary10000010101100001
Octal402541

Shades and tints

Shades of #201521

#201521
(32,21,33)
#1E141E
(30,20,30)
#1C131B
(28,19,27)
#1A1218
(26,18,24)
#181115
(24,17,21)
#161012
(22,16,18)
#140F0F
(20,15,15)
#120E0C
(18,14,12)
#100D09
(16,13,9)
#0E0C06
(14,12,6)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #201521

#201521
(32,21,33)
#342A35
(52,42,53)
#483F49
(72,63,73)
#5C545D
(92,84,93)
#706971
(112,105,113)
#847E85
(132,126,133)
#989399
(152,147,153)
#ACA8AD
(172,168,173)
#C0BDC1
(192,189,193)
#D4D2D5
(212,210,213)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #201521; }

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

This text font color is #201521.


Background Color

.myBgColor { background-color: #201521; }

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

This div background color is #201521.


Border color

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

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

This div border color is #201521.


Opacity

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

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

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

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

This text has shadow with #201521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #201521 on black background.


Color preview on white background

This text has color #201521 on white background.



Black color preview on #201521 background

This text has black color on #201521 background.


White color preview on #201521 background

This text has white color on #201521 background.