COLOR #211B1D

HEX: #211B1D RGB: (33,27,29)

Color info

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

RGB color model

#211B1D color RGB value is (33,27,29).

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

RGB channels and saturation

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

33
27
29

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

Portions of RGB colors in percentages

R + G + B = 33 + 27 + 29 = 89 (100%)
R 33 of 89 ~ 37.08%
G 27 of 89 ~ 30.34%
B 29 of 89 ~ 32.58'%

%37.08
%30.34
%32.58

CMYK color model

#211B1D color CMYK value is (0,18,12,87).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 12.12%
  • key color value is 87.06%
CMYK: (0,18,12,87) C0M18Y12K87 (0%,18%,12%,87%) (0.00/0.18/0.12/0.87) 

CMYK percentages

%0
%18.18
%12.12
%87.06

Codes

Color #211B1D in popluar color models

21 1B 1D
RGB 33 27 29
HSL 340° 10.00% 11.76%
HSB/HSV 340° 18.18% 12.94%
CMYK 0.00% 18.18% 12.12%
87.06%

Color #211B1D in popluar number systems.

HEX 21 1B 1D
Decimal 33 27 29
Binary 100001 11011 11101
Octal 41 33 35

Shades and tints

Shades of #211B1D

#211B1D
(33,27,29)
#1E191B
(30,25,27)
#1B1719
(27,23,25)
#181517
(24,21,23)
#151315
(21,19,21)
#121113
(18,17,19)
#0F0F11
(15,15,17)
#0C0D0F
(12,13,15)
#090B0D
(9,11,13)
#06090B
(6,9,11)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #211B1D

#211B1D
(33,27,29)
#352F31
(53,47,49)
#494345
(73,67,69)
#5D5759
(93,87,89)
#716B6D
(113,107,109)
#857F81
(133,127,129)
#999395
(153,147,149)
#ADA7A9
(173,167,169)
#C1BBBD
(193,187,189)
#D5CFD1
(213,207,209)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211B1D color. Also use rgb(33,27,29) instead hex code.

Text Font Color

.myTextColor { color: #211B1D; }

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

This text font color is #211B1D.

Background Color

.myBgColor { background-color: #211B1D; }

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

This div background color is #211B1D.

Border color

.myBorderColor { border: 1px solid #211B1D; }

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

This div border color is #211B1D.

Opacity

.myOpacity80 { color: #211B1D; opacity: 0.8; }

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

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

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

This text has shadow with #211B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211B1D.

Preview

Color preview on black background

This text has color #211B1D on black background.


Color preview on white background

This text has color #211B1D on white background.


Black color preview on #211B1D background

This text has black color on #211B1D background.


White color preview on #211B1D background

This text has white color on #211B1D background.


Related colors

Complementary color

Complementary color for #hex is #DEE4E2.


I love getcolorcode.com

Triadic colors

1 #1D211B and #1B1D21 with #211B1D are triadic colors.

2 #1D1B21 and #1B211D with #211B1D are triadic colors.