COLOR #212015

HEX: #212015 RGB: (33,32,21)

Color info

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

RGB color model

#212015 color RGB value is (33,32,21).

RGB: (33,32,21) (13%, 13%, 8%)

RGB channels and saturation

R 33 of 255 = 13%
G 32 of 255 = 13%
B 21 of 255 = 8%

33
32
21

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

Portions of RGB colors in percentages

R + G + B = 33 + 32 + 21 = 86 (100%)
R 33 of 86 ~ 38.37%
G 32 of 86 ~ 37.21%
B 21 of 86 ~ 24.42'%

%38.37
%37.21
%24.42

CMYK color model

#212015 color CMYK value is (0,3,36,87).

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

CMYK: (0,3,36,87)
C0M3Y36K87 (0%, 3%, 36%, 87%)
(0.00 / 0.03 / 0.36 / 0.87)

CMYK percentages

%0
%3.03
%36.36
%87.06

Codes

Color #212015 in popluar color models

21 20 15
RGB 33 32 21
HSL 55° 22.22% 10.59%
HSB/HSV 55° 36.36% 12.94%
CMYK 0.00% 3.03% 36.36%
87.06%

Color #212015 in popluar number systems.

HEX 21 20 15
Decimal 33 32 21
Binary 100001 100000 10101
Octal 41 40 25

Shades and tints

Shades of #212015

#212015
(33,32,21)
#1E1E14
(30,30,20)
#1B1C13
(27,28,19)
#181A12
(24,26,18)
#151811
(21,24,17)
#121610
(18,22,16)
#0F140F
(15,20,15)
#0C120E
(12,18,14)
#09100D
(9,16,13)
#060E0C
(6,14,12)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #212015

#212015
(33,32,21)
#35342A
(53,52,42)
#49483F
(73,72,63)
#5D5C54
(93,92,84)
#717069
(113,112,105)
#85847E
(133,132,126)
#999893
(153,152,147)
#ADACA8
(173,172,168)
#C1C0BD
(193,192,189)
#D5D4D2
(213,212,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212015; }

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

This text font color is #212015.

Background Color

.myBgColor { background-color: #212015; }

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

This div background color is #212015.

Border color

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

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

This div border color is #212015.

Opacity

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

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

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

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

This text has shadow with #212015 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212015.

Preview

Color preview on black background

This text has color #212015 on black background.


Color preview on white background

This text has color #212015 on white background.


Black color preview on #212015 background

This text has black color on #212015 background.


White color preview on #212015 background

This text has white color on #212015 background.


Related colors

Complementary color

Complementary color for #hex is #DEDFEA.


I love getcolorcode.com

Triadic colors

1 #152120 and #201521 with #212015 are triadic colors.

2 #152021 and #202115 with #212015 are triadic colors.