COLOR #00201B

HEX: #00201B RGB: (0,32,27)

Color info

#00201B contains only green and blue colors. Web safe color of #00201B is #003333 (or #033).

RGB color model

#00201B color RGB value is (0,32,27).

RGB: (0,32,27) (0%, 13%, 11%)

RGB channels and saturation

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

0
32
27

R + G + B ~ 8%. #00201B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 32 + 27 = 59 (100%)
R 0 of 59 ~ 0%
G 32 of 59 ~ 54.24%
B 27 of 59 ~ 45.76'%

%54.24
%45.76

CMYK color model

#00201B color CMYK value is (100,0,16,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 87.45%

CMYK: (100,0,16,87)
C100M0Y16K87 (100%, 0%, 16%, 87%)
(1.00 / 0.00 / 0.16 / 0.87)

CMYK percentages

%100
%0
%15.63
%87.45

Codes

Color #00201B in popluar color models

00 20 1B
RGB 0 32 27
HSL 171° 100.00% 6.27%
HSB/HSV 171° 100.00% 12.55%
CMYK 100.00% 0.00% 15.63%
87.45%

Color #00201B in popluar number systems.

HEX 00 20 1B
Decimal 0 32 27
Binary 0 100000 11011
Octal 0 40 33

Shades and tints

Shades of #00201B

#00201B
(0,32,27)
#001E19
(0,30,25)
#001C17
(0,28,23)
#001A15
(0,26,21)
#001813
(0,24,19)
#001611
(0,22,17)
#00140F
(0,20,15)
#00120D
(0,18,13)
#00100B
(0,16,11)
#000E09
(0,14,9)
#000C07
(0,12,7)
#000000
(0,0,0)

Tints of #00201B

#00201B
(0,32,27)
#17342F
(23,52,47)
#2E4843
(46,72,67)
#455C57
(69,92,87)
#5C706B
(92,112,107)
#73847F
(115,132,127)
#8A9893
(138,152,147)
#A1ACA7
(161,172,167)
#B8C0BB
(184,192,187)
#CFD4CF
(207,212,207)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00201B color. Also use rgb(0,32,27) instead hex code.

Text Font Color

.myTextColor { color: #00201B; }

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

This text font color is #00201B.

Background Color

.myBgColor { background-color: #00201B; }

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

This div background color is #00201B.

Border color

.myBorderColor { border: 1px solid #00201B; }

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

This div border color is #00201B.

Opacity

.myOpacity80 { color: #00201B; opacity: 0.8; }

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

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

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

This text has shadow with #00201B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00201B.

Preview

Color preview on black background

This text has color #00201B on black background.


Color preview on white background

This text has color #00201B on white background.


Black color preview on #00201B background

This text has black color on #00201B background.


White color preview on #00201B background

This text has white color on #00201B background.


Related colors

Complementary color

Complementary color for #hex is #FFDFE4.


I love getcolorcode.com

Triadic colors

1 #1B0020 and #201B00 with #00201B are triadic colors.

2 #1B2000 and #20001B with #00201B are triadic colors.