COLOR #201815

HEX: #201815 RGB: (32,24,21)

Color info

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

RGB color model

#201815 color RGB value is (32,24,21).

RGB: (32,24,21) (13%, 9%, 8%)

RGB channels and saturation

R 32 of 255 = 13%
G 24 of 255 = 9%
B 21 of 255 = 8%

32
24
21

R + G + B ~ 10%. #201815 is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 24 + 21 = 77 (100%)
R 32 of 77 ~ 41.56%
G 24 of 77 ~ 31.17%
B 21 of 77 ~ 27.27'%

%41.56
%31.17
%27.27

CMYK color model

#201815 color CMYK value is (0,25,34,87).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 34.38%
  • key color value is 87.45%
CMYK: (0,25,34,87) C0M25Y34K87 (0%,25%,34%,87%) (0.00/0.25/0.34/0.87) 

CMYK percentages

%0
%25
%34.38
%87.45

Codes

Color #201815 in popluar color models

20 18 15
RGB 32 24 21
HSL 16° 20.75% 10.39%
HSB/HSV 16° 34.38% 12.55%
CMYK 0.00% 25.00% 34.38%
87.45%

Color #201815 in popluar number systems.

HEX 20 18 15
Decimal 32 24 21
Binary 100000 11000 10101
Octal 40 30 25

Shades and tints

Shades of #201815

#201815
(32,24,21)
#1E1614
(30,22,20)
#1C1413
(28,20,19)
#1A1212
(26,18,18)
#181011
(24,16,17)
#160E10
(22,14,16)
#140C0F
(20,12,15)
#120A0E
(18,10,14)
#10080D
(16,8,13)
#0E060C
(14,6,12)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #201815

#201815
(32,24,21)
#342D2A
(52,45,42)
#48423F
(72,66,63)
#5C5754
(92,87,84)
#706C69
(112,108,105)
#84817E
(132,129,126)
#989693
(152,150,147)
#ACABA8
(172,171,168)
#C0C0BD
(192,192,189)
#D4D5D2
(212,213,210)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #201815; }

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

This text font color is #201815.

Background Color

.myBgColor { background-color: #201815; }

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

This div background color is #201815.

Border color

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

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

This div border color is #201815.

Opacity

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

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

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

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

This text has shadow with #201815 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #201815.

Preview

Color preview on black background

This text has color #201815 on black background.


Color preview on white background

This text has color #201815 on white background.


Black color preview on #201815 background

This text has black color on #201815 background.


White color preview on #201815 background

This text has white color on #201815 background.


Related colors

Complementary color

Complementary color for #hex is #DFE7EA.


I love getcolorcode.com

Triadic colors

1 #152018 and #181520 with #201815 are triadic colors.

2 #151820 and #182015 with #201815 are triadic colors.