COLOR #201721

HEX: #201721 RGB: (32,23,33)

Color info

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

RGB color model

#201721 color RGB value is (32,23,33).

RGB: (32,23,33) (13%, 9%, 13%)

RGB channels and saturation

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

32
23
33

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

Portions of RGB colors in percentages

R + G + B = 32 + 23 + 33 = 88 (100%)
R 32 of 88 ~ 36.36%
G 23 of 88 ~ 26.14%
B 33 of 88 ~ 37.5'%

%36.36
%26.14
%37.5

CMYK color model

#201721 color CMYK value is (3,30,0,87).

  • cyan value is 3.03%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK: (3,30,0,87) C3M30Y0K87 (3%,30%,0%,87%) (0.03/0.30/0.00/0.87) 

CMYK percentages

%3.03
%30.3
%0
%87.06

Codes

Color #201721 in popluar color models

20 17 21
RGB 32 23 33
HSL 294° 17.86% 10.98%
HSB/HSV 294° 30.30% 12.94%
CMYK 3.03% 30.30% 0.00%
87.06%

Color #201721 in popluar number systems.

HEX 20 17 21
Decimal 32 23 33
Binary 100000 10111 100001
Octal 40 27 41

Shades and tints

Shades of #201721

#201721
(32,23,33)
#1E151E
(30,21,30)
#1C131B
(28,19,27)
#1A1118
(26,17,24)
#180F15
(24,15,21)
#160D12
(22,13,18)
#140B0F
(20,11,15)
#12090C
(18,9,12)
#100709
(16,7,9)
#0E0506
(14,5,6)
#0C0303
(12,3,3)
#000000
(0,0,0)

Tints of #201721

#201721
(32,23,33)
#342C35
(52,44,53)
#484149
(72,65,73)
#5C565D
(92,86,93)
#706B71
(112,107,113)
#848085
(132,128,133)
#989599
(152,149,153)
#ACAAAD
(172,170,173)
#C0BFC1
(192,191,193)
#D4D4D5
(212,212,213)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #201721; }

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

This text font color is #201721.

Background Color

.myBgColor { background-color: #201721; }

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

This div background color is #201721.

Border color

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

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

This div border color is #201721.

Opacity

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

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

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

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

This text has shadow with #201721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #201721.

Preview

Color preview on black background

This text has color #201721 on black background.


Color preview on white background

This text has color #201721 on white background.


Black color preview on #201721 background

This text has black color on #201721 background.


White color preview on #201721 background

This text has white color on #201721 background.


Related colors

Complementary color

Complementary color for #hex is #DFE8DE.


I love getcolorcode.com

Triadic colors

1 #212017 and #172120 with #201721 are triadic colors.

2 #211720 and #172021 with #201721 are triadic colors.