COLOR #201B21

HEX: #201B21
RGB: (32,27,33)

Color info

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

RGB color model

#201B21 color RGB value is (32,27,33).

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

RGB channels and saturation

R 32 of 255 = 13%
G 27 of 255 = 11%
B 33 of 255 = 13%

32
27
33

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

Portions of RGB colors in percentages

R + G + B =
32 + 27 + 33 = 92 (100%)
R 32 of 92 ~ 34.78%
G 27 of 92 ~ 29.35%
B 33 of 92 ~ 35.87%

%34.78
%29.35
%35.87

CMYK color model

#201B21 color CMYK value is (3,18,0,87).

  • cyan value is 3.03%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(3,18,0,87)
C3M18Y0K87 
(3%,18%,0%,87%)
(0.03/0.18/0.00/0.87)	

CMYK percentages

%3.03
%18.18
%0
%87.06

Codes

Color #201B21 in popluar color models

201B21
RGB322733
HSL290°10.00%11.76%
HSB/HSV290°18.18%12.94%
CMYK3.03%18.18%0.00%
87.06%

Color #201B21 in popluar number systems.

HEX201B21
Decimal322733
Binary10000011011100001
Octal403341

Shades and tints

Shades of #201B21

#201B21
(32,27,33)
#1E191E
(30,25,30)
#1C171B
(28,23,27)
#1A1518
(26,21,24)
#181315
(24,19,21)
#161112
(22,17,18)
#140F0F
(20,15,15)
#120D0C
(18,13,12)
#100B09
(16,11,9)
#0E0906
(14,9,6)
#0C0703
(12,7,3)
#000000
(0,0,0)

Tints of #201B21

#201B21
(32,27,33)
#342F35
(52,47,53)
#484349
(72,67,73)
#5C575D
(92,87,93)
#706B71
(112,107,113)
#847F85
(132,127,133)
#989399
(152,147,153)
#ACA7AD
(172,167,173)
#C0BBC1
(192,187,193)
#D4CFD5
(212,207,213)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #201B21; }

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

This text font color is #201B21.


Background Color

.myBgColor { background-color: #201B21; }

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

This div background color is #201B21.


Border color

.myBorderColor { border: 1px solid #201B21; }

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

This div border color is #201B21.


Opacity

.myOpacity80 { color: #201B21; opacity: 0.8; }

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

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

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

This text has shadow with #201B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #201B21 on black background.


Color preview on white background

This text has color #201B21 on white background.



Black color preview on #201B21 background

This text has black color on #201B21 background.


White color preview on #201B21 background

This text has white color on #201B21 background.