COLOR #200D15

HEX: #200D15
RGB: (32,13,21)

Color info

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

RGB color model

#200D15 color RGB value is (32,13,21).

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

RGB channels and saturation

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

32
13
21

R + G + B ~ 9%. #200D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 13 + 21 = 66 (100%)
R 32 of 66 ~ 48.48%
G 13 of 66 ~ 19.7%
B 21 of 66 ~ 31.82%

%48.48
%19.7
%31.82

CMYK color model

#200D15 color CMYK value is (0,59,34,87).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 34.38%
  • key color value is 87.45%
CMYK:
(0,59,34,87)
C0M59Y34K87 
(0%,59%,34%,87%)
(0.00/0.59/0.34/0.87)	

CMYK percentages

%0
%59.38
%34.38
%87.45

Codes

Color #200D15 in popluar color models

200D15
RGB321321
HSL335°42.22%8.82%
HSB/HSV335°59.38%12.55%
CMYK0.00%59.38%34.38%
87.45%

Color #200D15 in popluar number systems.

HEX200D15
Decimal321321
Binary100000110110101
Octal401525

Shades and tints

Shades of #200D15

#200D15
(32,13,21)
#1E0C14
(30,12,20)
#1C0B13
(28,11,19)
#1A0A12
(26,10,18)
#180911
(24,9,17)
#160810
(22,8,16)
#14070F
(20,7,15)
#12060E
(18,6,14)
#10050D
(16,5,13)
#0E040C
(14,4,12)
#0C030B
(12,3,11)
#000000
(0,0,0)

Tints of #200D15

#200D15
(32,13,21)
#34232A
(52,35,42)
#48393F
(72,57,63)
#5C4F54
(92,79,84)
#706569
(112,101,105)
#847B7E
(132,123,126)
#989193
(152,145,147)
#ACA7A8
(172,167,168)
#C0BDBD
(192,189,189)
#D4D3D2
(212,211,210)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #200D15; }

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

This text font color is #200D15.


Background Color

.myBgColor { background-color: #200D15; }

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

This div background color is #200D15.


Border color

.myBorderColor { border: 1px solid #200D15; }

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

This div border color is #200D15.


Opacity

.myOpacity80 { color: #200D15; opacity: 0.8; }

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

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

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

This text has shadow with #200D15 color.

.textShadow {text-shadow: 3px 3px 1px #200D15, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #200D15 on black background.


Color preview on white background

This text has color #200D15 on white background.



Black color preview on #200D15 background

This text has black color on #200D15 background.


White color preview on #200D15 background

This text has white color on #200D15 background.