COLOR #212019

HEX: #212019 RGB: (33,32,25)

Color info

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

RGB color model

#212019 color RGB value is (33,32,25).

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

RGB channels and saturation

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

33
32
25

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

Portions of RGB colors in percentages

R + G + B = 33 + 32 + 25 = 90 (100%)
R 33 of 90 ~ 36.67%
G 32 of 90 ~ 35.56%
B 25 of 90 ~ 27.78'%

%36.67
%35.56
%27.78

CMYK color model

#212019 color CMYK value is (0,3,24,87).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 24.24%
  • key color value is 87.06%

CMYK: (0,3,24,87)
C0M3Y24K87 (0%, 3%, 24%, 87%)
(0.00 / 0.03 / 0.24 / 0.87)

CMYK percentages

%0
%3.03
%24.24
%87.06

Codes

Color #212019 in popluar color models

21 20 19
RGB 33 32 25
HSL 53° 13.79% 11.37%
HSB/HSV 53° 24.24% 12.94%
CMYK 0.00% 3.03% 24.24%
87.06%

Color #212019 in popluar number systems.

HEX 21 20 19
Decimal 33 32 25
Binary 100001 100000 11001
Octal 41 40 31

Shades and tints

Shades of #212019

#212019
(33,32,25)
#1E1E17
(30,30,23)
#1B1C15
(27,28,21)
#181A13
(24,26,19)
#151811
(21,24,17)
#12160F
(18,22,15)
#0F140D
(15,20,13)
#0C120B
(12,18,11)
#091009
(9,16,9)
#060E07
(6,14,7)
#030C05
(3,12,5)
#000000
(0,0,0)

Tints of #212019

#212019
(33,32,25)
#35342D
(53,52,45)
#494841
(73,72,65)
#5D5C55
(93,92,85)
#717069
(113,112,105)
#85847D
(133,132,125)
#999891
(153,152,145)
#ADACA5
(173,172,165)
#C1C0B9
(193,192,185)
#D5D4CD
(213,212,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212019; }

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

This text font color is #212019.

Background Color

.myBgColor { background-color: #212019; }

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

This div background color is #212019.

Border color

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

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

This div border color is #212019.

Opacity

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

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

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

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

This text has shadow with #212019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212019.

Preview

Color preview on black background

This text has color #212019 on black background.


Color preview on white background

This text has color #212019 on white background.


Black color preview on #212019 background

This text has black color on #212019 background.


White color preview on #212019 background

This text has white color on #212019 background.


Related colors

Complementary color

Complementary color for #hex is #DEDFE6.


I love getcolorcode.com

Triadic colors

1 #192120 and #201921 with #212019 are triadic colors.

2 #192021 and #202119 with #212019 are triadic colors.