COLOR #201B15

HEX: #201B15
RGB: (32,27,21)

Color info

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

RGB color model

#201B15 color RGB value is (32,27,21).

  • red value is 32;
  • green value is 27;
  • blue value is 21.
RGB:
(32,27,21)
(13%,11%,8%)

RGB channels and saturation

R 32 of 255 = 13%
G 27 of 255 = 11%
B 21 of 255 = 8%

32
27
21

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

Portions of RGB colors in percentages

R + G + B =
32 + 27 + 21 = 80 (100%)
R 32 of 80 ~ 40%
G 27 of 80 ~ 33.75%
B 21 of 80 ~ 26.25%

%40
%33.75
%26.25

CMYK color model

#201B15 color CMYK value is (0,16,34,87).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 34.38%
  • key color value is 87.45%
CMYK:
(0,16,34,87)
C0M16Y34K87 
(0%,16%,34%,87%)
(0.00/0.16/0.34/0.87)	

CMYK percentages

%0
%15.63
%34.38
%87.45

Codes

Color #201B15 in popluar color models

201B15
RGB322721
HSL33°20.75%10.39%
HSB/HSV33°34.38%12.55%
CMYK0.00%15.63%34.38%
87.45%

Color #201B15 in popluar number systems.

HEX201B15
Decimal322721
Binary1000001101110101
Octal403325

Shades and tints

Shades of #201B15

#201B15
(32,27,21)
#1E1914
(30,25,20)
#1C1713
(28,23,19)
#1A1512
(26,21,18)
#181311
(24,19,17)
#161110
(22,17,16)
#140F0F
(20,15,15)
#120D0E
(18,13,14)
#100B0D
(16,11,13)
#0E090C
(14,9,12)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #201B15

#201B15
(32,27,21)
#342F2A
(52,47,42)
#48433F
(72,67,63)
#5C5754
(92,87,84)
#706B69
(112,107,105)
#847F7E
(132,127,126)
#989393
(152,147,147)
#ACA7A8
(172,167,168)
#C0BBBD
(192,187,189)
#D4CFD2
(212,207,210)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #201B15; }

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

This text font color is #201B15.


Background Color

.myBgColor { background-color: #201B15; }

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

This div background color is #201B15.


Border color

.myBorderColor { border: 1px solid #201B15; }

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

This div border color is #201B15.


Opacity

.myOpacity80 { color: #201B15; opacity: 0.8; }

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

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

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

This text has shadow with #201B15 color.

.textShadow {text-shadow: 3px 3px 1px #201B15, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #201B15;
-webkit-box-shadow: 1px 1px 3px 2px #201B15;
box-shadow:1px 1px 3px 2px #201B15;">
Div content here</div>
This div box has shadow with color #201B15.

Preview

Color preview on black background

This text has color #201B15 on black background.


Color preview on white background

This text has color #201B15 on white background.



Black color preview on #201B15 background

This text has black color on #201B15 background.


White color preview on #201B15 background

This text has white color on #201B15 background.