COLOR #212319

HEX: #212319 RGB: (33,35,25)

Color info

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

RGB color model

#212319 color RGB value is (33,35,25).

RGB: (33,35,25) (13%, 14%, 10%)

RGB channels and saturation

R 33 of 255 = 13%
G 35 of 255 = 14%
B 25 of 255 = 10%

33
35
25

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

Portions of RGB colors in percentages

R + G + B = 33 + 35 + 25 = 93 (100%)
R 33 of 93 ~ 35.48%
G 35 of 93 ~ 37.63%
B 25 of 93 ~ 26.88'%

%35.48
%37.63
%26.88

CMYK color model

#212319 color CMYK value is (6,0,29,86).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 86.27%

CMYK: (6,0,29,86)
C6M0Y29K86 (6%, 0%, 29%, 86%)
(0.06 / 0.00 / 0.29 / 0.86)

CMYK percentages

%5.71
%0
%28.57
%86.27

Codes

Color #212319 in popluar color models

21 23 19
RGB 33 35 25
HSL 72° 16.67% 11.76%
HSB/HSV 72° 28.57% 13.73%
CMYK 5.71% 0.00% 28.57%
86.27%

Color #212319 in popluar number systems.

HEX 21 23 19
Decimal 33 35 25
Binary 100001 100011 11001
Octal 41 43 31

Shades and tints

Shades of #212319

#212319
(33,35,25)
#1E2017
(30,32,23)
#1B1D15
(27,29,21)
#181A13
(24,26,19)
#151711
(21,23,17)
#12140F
(18,20,15)
#0F110D
(15,17,13)
#0C0E0B
(12,14,11)
#090B09
(9,11,9)
#060807
(6,8,7)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #212319

#212319
(33,35,25)
#35372D
(53,55,45)
#494B41
(73,75,65)
#5D5F55
(93,95,85)
#717369
(113,115,105)
#85877D
(133,135,125)
#999B91
(153,155,145)
#ADAFA5
(173,175,165)
#C1C3B9
(193,195,185)
#D5D7CD
(213,215,205)
#E9EBE1
(233,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212319; }

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

This text font color is #212319.

Background Color

.myBgColor { background-color: #212319; }

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

This div background color is #212319.

Border color

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

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

This div border color is #212319.

Opacity

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

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

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

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

This text has shadow with #212319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212319.

Preview

Color preview on black background

This text has color #212319 on black background.


Color preview on white background

This text has color #212319 on white background.


Black color preview on #212319 background

This text has black color on #212319 background.


White color preview on #212319 background

This text has white color on #212319 background.


Related colors

Complementary color

Complementary color for #hex is #DEDCE6.


I love getcolorcode.com

Triadic colors

1 #192123 and #231921 with #212319 are triadic colors.

2 #192321 and #232119 with #212319 are triadic colors.