COLOR #212219

HEX: #212219 RGB: (33,34,25)

Color info

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

RGB color model

#212219 color RGB value is (33,34,25).

RGB: (33,34,25) (13%, 13%, 10%)

RGB channels and saturation

R 33 of 255 = 13%
G 34 of 255 = 13%
B 25 of 255 = 10%

33
34
25

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

Portions of RGB colors in percentages

R + G + B = 33 + 34 + 25 = 92 (100%)
R 33 of 92 ~ 35.87%
G 34 of 92 ~ 36.96%
B 25 of 92 ~ 27.17'%

%35.87
%36.96
%27.17

CMYK color model

#212219 color CMYK value is (3,0,26,87).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 86.67%

CMYK: (3,0,26,87)
C3M0Y26K87 (3%, 0%, 26%, 87%)
(0.03 / 0.00 / 0.26 / 0.87)

CMYK percentages

%2.94
%0
%26.47
%86.67

Codes

Color #212219 in popluar color models

21 22 19
RGB 33 34 25
HSL 67° 15.25% 11.57%
HSB/HSV 67° 26.47% 13.33%
CMYK 2.94% 0.00% 26.47%
86.67%

Color #212219 in popluar number systems.

HEX 21 22 19
Decimal 33 34 25
Binary 100001 100010 11001
Octal 41 42 31

Shades and tints

Shades of #212219

#212219
(33,34,25)
#1E1F17
(30,31,23)
#1B1C15
(27,28,21)
#181913
(24,25,19)
#151611
(21,22,17)
#12130F
(18,19,15)
#0F100D
(15,16,13)
#0C0D0B
(12,13,11)
#090A09
(9,10,9)
#060707
(6,7,7)
#030405
(3,4,5)
#000000
(0,0,0)

Tints of #212219

#212219
(33,34,25)
#35362D
(53,54,45)
#494A41
(73,74,65)
#5D5E55
(93,94,85)
#717269
(113,114,105)
#85867D
(133,134,125)
#999A91
(153,154,145)
#ADAEA5
(173,174,165)
#C1C2B9
(193,194,185)
#D5D6CD
(213,214,205)
#E9EAE1
(233,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212219 color. Also use rgb(33,34,25) instead hex code.

Text Font Color

.myTextColor { color: #212219; }

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

This text font color is #212219.

Background Color

.myBgColor { background-color: #212219; }

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

This div background color is #212219.

Border color

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

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

This div border color is #212219.

Opacity

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

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

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

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

This text has shadow with #212219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212219.

Preview

Color preview on black background

This text has color #212219 on black background.


Color preview on white background

This text has color #212219 on white background.


Black color preview on #212219 background

This text has black color on #212219 background.


White color preview on #212219 background

This text has white color on #212219 background.


Related colors

Complementary color

Complementary color for #hex is #DEDDE6.


I love getcolorcode.com

Triadic colors

1 #192122 and #221921 with #212219 are triadic colors.

2 #192221 and #222119 with #212219 are triadic colors.