COLOR #200D17

HEX: #200D17 RGB: (32,13,23)

Color info

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

RGB color model

#200D17 color RGB value is (32,13,23).

RGB: (32,13,23) (13%, 5%, 9%)

RGB channels and saturation

R 32 of 255 = 13%
G 13 of 255 = 5%
B 23 of 255 = 9%

32
13
23

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

Portions of RGB colors in percentages

R + G + B = 32 + 13 + 23 = 68 (100%)
R 32 of 68 ~ 47.06%
G 13 of 68 ~ 19.12%
B 23 of 68 ~ 33.82'%

%47.06
%19.12
%33.82

CMYK color model

#200D17 color CMYK value is (0,59,28,87).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 28.13%
  • key color value is 87.45%

CMYK: (0,59,28,87)
C0M59Y28K87 (0%, 59%, 28%, 87%)
(0.00 / 0.59 / 0.28 / 0.87)

CMYK percentages

%0
%59.38
%28.13
%87.45

Codes

Color #200D17 in popluar color models

20 0D 17
RGB 32 13 23
HSL 328° 42.22% 8.82%
HSB/HSV 328° 59.38% 12.55%
CMYK 0.00% 59.38% 28.13%
87.45%

Color #200D17 in popluar number systems.

HEX 20 0D 17
Decimal 32 13 23
Binary 100000 1101 10111
Octal 40 15 27

Shades and tints

Shades of #200D17

#200D17
(32,13,23)
#1E0C15
(30,12,21)
#1C0B13
(28,11,19)
#1A0A11
(26,10,17)
#18090F
(24,9,15)
#16080D
(22,8,13)
#14070B
(20,7,11)
#120609
(18,6,9)
#100507
(16,5,7)
#0E0405
(14,4,5)
#0C0303
(12,3,3)
#000000
(0,0,0)

Tints of #200D17

#200D17
(32,13,23)
#34232C
(52,35,44)
#483941
(72,57,65)
#5C4F56
(92,79,86)
#70656B
(112,101,107)
#847B80
(132,123,128)
#989195
(152,145,149)
#ACA7AA
(172,167,170)
#C0BDBF
(192,189,191)
#D4D3D4
(212,211,212)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #200D17; }

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

This text font color is #200D17.

Background Color

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

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

This div background color is #200D17.

Border color

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

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

This div border color is #200D17.

Opacity

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

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

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

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

This text has shadow with #200D17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #200D17.

Preview

Color preview on black background

This text has color #200D17 on black background.


Color preview on white background

This text has color #200D17 on white background.


Black color preview on #200D17 background

This text has black color on #200D17 background.


White color preview on #200D17 background

This text has white color on #200D17 background.


Related colors

Complementary color

Complementary color for #hex is #DFF2E8.


I love getcolorcode.com

Triadic colors

1 #17200D and #0D1720 with #200D17 are triadic colors.

2 #170D20 and #0D2017 with #200D17 are triadic colors.