COLOR #211B24

HEX: #211B24 RGB: (33,27,36)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
27
36

R + G + B ~ 13%. #211B24 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 27 + 36 = 96 (100%)
R 33 of 96 ~ 34.38%
G 27 of 96 ~ 28.13%
B 36 of 96 ~ 37.5'%

%34.38
%28.13
%37.5

CMYK color model

#211B24 color CMYK value is (8,25,0,86).

  • cyan value is 8.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (8,25,0,86)
C8M25Y0K86 (8%, 25%, 0%, 86%)
(0.08 / 0.25 / 0.00 / 0.86)

CMYK percentages

%8.33
%25
%0
%85.88

Codes

Color #211B24 in popluar color models

21 1B 24
RGB 33 27 36
HSL 280° 14.29% 12.35%
HSB/HSV 280° 25.00% 14.12%
CMYK 8.33% 25.00% 0.00%
85.88%

Color #211B24 in popluar number systems.

HEX 21 1B 24
Decimal 33 27 36
Binary 100001 11011 100100
Octal 41 33 44

Shades and tints

Shades of #211B24

#211B24
(33,27,36)
#1E1921
(30,25,33)
#1B171E
(27,23,30)
#18151B
(24,21,27)
#151318
(21,19,24)
#121115
(18,17,21)
#0F0F12
(15,15,18)
#0C0D0F
(12,13,15)
#090B0C
(9,11,12)
#060909
(6,9,9)
#030706
(3,7,6)
#000000
(0,0,0)

Tints of #211B24

#211B24
(33,27,36)
#352F37
(53,47,55)
#49434A
(73,67,74)
#5D575D
(93,87,93)
#716B70
(113,107,112)
#857F83
(133,127,131)
#999396
(153,147,150)
#ADA7A9
(173,167,169)
#C1BBBC
(193,187,188)
#D5CFCF
(213,207,207)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211B24; }

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

This text font color is #211B24.

Background Color

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

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

This div background color is #211B24.

Border color

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

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

This div border color is #211B24.

Opacity

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

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

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

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

This text has shadow with #211B24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211B24.

Preview

Color preview on black background

This text has color #211B24 on black background.


Color preview on white background

This text has color #211B24 on white background.


Black color preview on #211B24 background

This text has black color on #211B24 background.


White color preview on #211B24 background

This text has white color on #211B24 background.


Related colors

Complementary color

Complementary color for #hex is #DEE4DB.


I love getcolorcode.com

Triadic colors

1 #24211B and #1B2421 with #211B24 are triadic colors.

2 #241B21 and #1B2124 with #211B24 are triadic colors.