COLOR #211B15

HEX: #211B15 RGB: (33,27,21)

Color info

#211B15 contains red, green and blue colors in about the same proportion. Web safe color of #211B15 is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

33
27
21

R + G + B ~ 11%. #211B15 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 27 + 21 = 81 (100%)
R 33 of 81 ~ 40.74%
G 27 of 81 ~ 33.33%
B 21 of 81 ~ 25.93'%

%40.74
%33.33
%25.93

CMYK color model

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

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

CMYK: (0,18,36,87)
C0M18Y36K87 (0%, 18%, 36%, 87%)
(0.00 / 0.18 / 0.36 / 0.87)

CMYK percentages

%0
%18.18
%36.36
%87.06

Codes

Color #211B15 in popluar color models

21 1B 15
RGB 33 27 21
HSL 30° 22.22% 10.59%
HSB/HSV 30° 36.36% 12.94%
CMYK 0.00% 18.18% 36.36%
87.06%

Color #211B15 in popluar number systems.

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

Shades and tints

Shades of #211B15

#211B15
(33,27,21)
#1E1914
(30,25,20)
#1B1713
(27,23,19)
#181512
(24,21,18)
#151311
(21,19,17)
#121110
(18,17,16)
#0F0F0F
(15,15,15)
#0C0D0E
(12,13,14)
#090B0D
(9,11,13)
#06090C
(6,9,12)
#03070B
(3,7,11)
#000000
(0,0,0)

Tints of #211B15

#211B15
(33,27,21)
#352F2A
(53,47,42)
#49433F
(73,67,63)
#5D5754
(93,87,84)
#716B69
(113,107,105)
#857F7E
(133,127,126)
#999393
(153,147,147)
#ADA7A8
(173,167,168)
#C1BBBD
(193,187,189)
#D5CFD2
(213,207,210)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B15; }

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

This text font color is #211B15.

Background Color

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

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

This div background color is #211B15.

Border color

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

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

This div border color is #211B15.

Opacity

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

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

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

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

This text has shadow with #211B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211B15.

Preview

Color preview on black background

This text has color #211B15 on black background.


Color preview on white background

This text has color #211B15 on white background.


Black color preview on #211B15 background

This text has black color on #211B15 background.


White color preview on #211B15 background

This text has white color on #211B15 background.


Related colors

Complementary color

Complementary color for #hex is #DEE4EA.


I love getcolorcode.com

Triadic colors

1 #15211B and #1B1521 with #211B15 are triadic colors.

2 #151B21 and #1B2115 with #211B15 are triadic colors.