COLOR #211213

HEX: #211213 RGB: (33,18,19)

Color info

#211213 contains red, green and blue colors in about the same proportion. Web safe color of #211213 is #330000 (or #300).

RGB color model

#211213 color RGB value is (33,18,19).

RGB: (33,18,19) (13%, 7%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 18 of 255 = 7%
B 19 of 255 = 7%

33
18
19

R + G + B ~ 9%. #211213 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 18 + 19 = 70 (100%)
R 33 of 70 ~ 47.14%
G 18 of 70 ~ 25.71%
B 19 of 70 ~ 27.14'%

%47.14
%25.71
%27.14

CMYK color model

#211213 color CMYK value is (0,45,42,87).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 42.42%
  • key color value is 87.06%

CMYK: (0,45,42,87)
C0M45Y42K87 (0%, 45%, 42%, 87%)
(0.00 / 0.45 / 0.42 / 0.87)

CMYK percentages

%0
%45.45
%42.42
%87.06

Codes

Color #211213 in popluar color models

21 12 13
RGB 33 18 19
HSL 356° 29.41% 10.00%
HSB/HSV 356° 45.45% 12.94%
CMYK 0.00% 45.45% 42.42%
87.06%

Color #211213 in popluar number systems.

HEX 21 12 13
Decimal 33 18 19
Binary 100001 10010 10011
Octal 41 22 23

Shades and tints

Shades of #211213

#211213
(33,18,19)
#1E1112
(30,17,18)
#1B1011
(27,16,17)
#180F10
(24,15,16)
#150E0F
(21,14,15)
#120D0E
(18,13,14)
#0F0C0D
(15,12,13)
#0C0B0C
(12,11,12)
#090A0B
(9,10,11)
#06090A
(6,9,10)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #211213

#211213
(33,18,19)
#352728
(53,39,40)
#493C3D
(73,60,61)
#5D5152
(93,81,82)
#716667
(113,102,103)
#857B7C
(133,123,124)
#999091
(153,144,145)
#ADA5A6
(173,165,166)
#C1BABB
(193,186,187)
#D5CFD0
(213,207,208)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211213; }

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

This text font color is #211213.

Background Color

.myBgColor { background-color: #211213; }

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

This div background color is #211213.

Border color

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

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

This div border color is #211213.

Opacity

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

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

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

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

This text has shadow with #211213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211213.

Preview

Color preview on black background

This text has color #211213 on black background.


Color preview on white background

This text has color #211213 on white background.


Black color preview on #211213 background

This text has black color on #211213 background.


White color preview on #211213 background

This text has white color on #211213 background.


Related colors

Complementary color

Complementary color for #hex is #DEEDEC.


I love getcolorcode.com

Triadic colors

1 #132112 and #121321 with #211213 are triadic colors.

2 #131221 and #122113 with #211213 are triadic colors.