COLOR #211B1B

HEX: #211B1B RGB: (33,27,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
27
27

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

Portions of RGB colors in percentages

R + G + B = 33 + 27 + 27 = 87 (100%)
R 33 of 87 ~ 37.93%
G 27 of 87 ~ 31.03%
B 27 of 87 ~ 31.03'%

%37.93
%31.03
%31.03

CMYK color model

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

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

CMYK percentages

%0
%18.18
%18.18
%87.06

Codes

Color #211B1B in popluar color models

21 1B 1B
RGB 33 27 27
HSL 10.00% 11.76%
HSB/HSV 18.18% 12.94%
CMYK 0.00% 18.18% 18.18%
87.06%

Color #211B1B in popluar number systems.

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

Shades and tints

Shades of #211B1B

#211B1B
(33,27,27)
#1E1919
(30,25,25)
#1B1717
(27,23,23)
#181515
(24,21,21)
#151313
(21,19,19)
#121111
(18,17,17)
#0F0F0F
(15,15,15)
#0C0D0D
(12,13,13)
#090B0B
(9,11,11)
#060909
(6,9,9)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #211B1B

#211B1B
(33,27,27)
#352F2F
(53,47,47)
#494343
(73,67,67)
#5D5757
(93,87,87)
#716B6B
(113,107,107)
#857F7F
(133,127,127)
#999393
(153,147,147)
#ADA7A7
(173,167,167)
#C1BBBB
(193,187,187)
#D5CFCF
(213,207,207)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B1B; }

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

This text font color is #211B1B.

Background Color

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

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

This div background color is #211B1B.

Border color

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

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

This div border color is #211B1B.

Opacity

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

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

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

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

This text has shadow with #211B1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211B1B.

Preview

Color preview on black background

This text has color #211B1B on black background.


Color preview on white background

This text has color #211B1B on white background.


Black color preview on #211B1B background

This text has black color on #211B1B background.


White color preview on #211B1B background

This text has white color on #211B1B background.


Related colors

Complementary color

Complementary color for #hex is #DEE4E4.


I love getcolorcode.com