COLOR #00211B

HEX: #00211B RGB: (0,33,27)

Color info

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

RGB color model

#00211B color RGB value is (0,33,27).

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

RGB channels and saturation

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

0
33
27

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

Portions of RGB colors in percentages

R + G + B = 0 + 33 + 27 = 60 (100%)
R 0 of 60 ~ 0%
G 33 of 60 ~ 55%
B 27 of 60 ~ 45'%

%55
%45

CMYK color model

#00211B color CMYK value is (100,0,18,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 87.06%

CMYK: (100,0,18,87)
C100M0Y18K87 (100%, 0%, 18%, 87%)
(1.00 / 0.00 / 0.18 / 0.87)

CMYK percentages

%100
%0
%18.18
%87.06

Codes

Color #00211B in popluar color models

00 21 1B
RGB 0 33 27
HSL 169° 100.00% 6.47%
HSB/HSV 169° 100.00% 12.94%
CMYK 100.00% 0.00% 18.18%
87.06%

Color #00211B in popluar number systems.

HEX 00 21 1B
Decimal 0 33 27
Binary 0 100001 11011
Octal 0 41 33

Shades and tints

Shades of #00211B

#00211B
(0,33,27)
#001E19
(0,30,25)
#001B17
(0,27,23)
#001815
(0,24,21)
#001513
(0,21,19)
#001211
(0,18,17)
#000F0F
(0,15,15)
#000C0D
(0,12,13)
#00090B
(0,9,11)
#000609
(0,6,9)
#000307
(0,3,7)
#000000
(0,0,0)

Tints of #00211B

#00211B
(0,33,27)
#17352F
(23,53,47)
#2E4943
(46,73,67)
#455D57
(69,93,87)
#5C716B
(92,113,107)
#73857F
(115,133,127)
#8A9993
(138,153,147)
#A1ADA7
(161,173,167)
#B8C1BB
(184,193,187)
#CFD5CF
(207,213,207)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00211B; }

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

This text font color is #00211B.

Background Color

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

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

This div background color is #00211B.

Border color

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

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

This div border color is #00211B.

Opacity

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

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

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

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

This text has shadow with #00211B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00211B.

Preview

Color preview on black background

This text has color #00211B on black background.


Color preview on white background

This text has color #00211B on white background.


Black color preview on #00211B background

This text has black color on #00211B background.


White color preview on #00211B background

This text has white color on #00211B background.


Related colors

Complementary color

Complementary color for #hex is #FFDEE4.


I love getcolorcode.com

Triadic colors

1 #1B0021 and #211B00 with #00211B are triadic colors.

2 #1B2100 and #21001B with #00211B are triadic colors.