COLOR #211224

HEX: #211224 RGB: (33,18,36)

Color info

#211224 contains red, green and blue colors in about the same proportion. Web safe color of #211224 is #330033 (or #303).

RGB color model

#211224 color RGB value is (33,18,36).

RGB: (33,18,36) (13%, 7%, 14%)

RGB channels and saturation

R 33 of 255 = 13%
G 18 of 255 = 7%
B 36 of 255 = 14%

33
18
36

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

Portions of RGB colors in percentages

R + G + B = 33 + 18 + 36 = 87 (100%)
R 33 of 87 ~ 37.93%
G 18 of 87 ~ 20.69%
B 36 of 87 ~ 41.38'%

%37.93
%20.69
%41.38

CMYK color model

#211224 color CMYK value is (8,50,0,86).

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

CMYK: (8,50,0,86)
C8M50Y0K86 (8%, 50%, 0%, 86%)
(0.08 / 0.50 / 0.00 / 0.86)

CMYK percentages

%8.33
%50
%0
%85.88

Codes

Color #211224 in popluar color models

21 12 24
RGB 33 18 36
HSL 290° 33.33% 10.59%
HSB/HSV 290° 50.00% 14.12%
CMYK 8.33% 50.00% 0.00%
85.88%

Color #211224 in popluar number systems.

HEX 21 12 24
Decimal 33 18 36
Binary 100001 10010 100100
Octal 41 22 44

Shades and tints

Shades of #211224

#211224
(33,18,36)
#1E1121
(30,17,33)
#1B101E
(27,16,30)
#180F1B
(24,15,27)
#150E18
(21,14,24)
#120D15
(18,13,21)
#0F0C12
(15,12,18)
#0C0B0F
(12,11,15)
#090A0C
(9,10,12)
#060909
(6,9,9)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #211224

#211224
(33,18,36)
#352737
(53,39,55)
#493C4A
(73,60,74)
#5D515D
(93,81,93)
#716670
(113,102,112)
#857B83
(133,123,131)
#999096
(153,144,150)
#ADA5A9
(173,165,169)
#C1BABC
(193,186,188)
#D5CFCF
(213,207,207)
#E9E4E2
(233,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211224; }

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

This text font color is #211224.

Background Color

.myBgColor { background-color: #211224; }

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

This div background color is #211224.

Border color

.myBorderColor { border: 1px solid #211224; }

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

This div border color is #211224.

Opacity

.myOpacity80 { color: #211224; opacity: 0.8; }

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

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

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

This text has shadow with #211224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211224.

Preview

Color preview on black background

This text has color #211224 on black background.


Color preview on white background

This text has color #211224 on white background.


Black color preview on #211224 background

This text has black color on #211224 background.


White color preview on #211224 background

This text has white color on #211224 background.


Related colors

Complementary color

Complementary color for #hex is #DEEDDB.


I love getcolorcode.com

Triadic colors

1 #242112 and #122421 with #211224 are triadic colors.

2 #241221 and #122124 with #211224 are triadic colors.