COLOR #200313

HEX: #200313 RGB: (32,3,19)

Color info

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

RGB color model

#200313 color RGB value is (32,3,19).

RGB: (32,3,19) (13%, 1%, 7%)

RGB channels and saturation

R 32 of 255 = 13%
G 3 of 255 = 1%
B 19 of 255 = 7%

32
3
19

R + G + B ~ 7%. #200313 is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 3 + 19 = 54 (100%)
R 32 of 54 ~ 59.26%
G 3 of 54 ~ 5.56%
B 19 of 54 ~ 35.19'%

%59.26
%35.19

CMYK color model

#200313 color CMYK value is (0,91,41,87).

  • cyan value is 0.00%
  • magenta value is 90.63%
  • yellow value is 40.63%
  • key color value is 87.45%

CMYK: (0,91,41,87)
C0M91Y41K87 (0%, 91%, 41%, 87%)
(0.00 / 0.91 / 0.41 / 0.87)

CMYK percentages

%0
%90.63
%40.63
%87.45

Codes

Color #200313 in popluar color models

20 03 13
RGB 32 3 19
HSL 327° 82.86% 6.86%
HSB/HSV 327° 90.63% 12.55%
CMYK 0.00% 90.63% 40.63%
87.45%

Color #200313 in popluar number systems.

HEX 20 03 13
Decimal 32 3 19
Binary 100000 11 10011
Octal 40 3 23

Shades and tints

Shades of #200313

#200313
(32,3,19)
#1E0312
(30,3,18)
#1C0311
(28,3,17)
#1A0310
(26,3,16)
#18030F
(24,3,15)
#16030E
(22,3,14)
#14030D
(20,3,13)
#12030C
(18,3,12)
#10030B
(16,3,11)
#0E030A
(14,3,10)
#0C0309
(12,3,9)
#000000
(0,0,0)

Tints of #200313

#200313
(32,3,19)
#341928
(52,25,40)
#482F3D
(72,47,61)
#5C4552
(92,69,82)
#705B67
(112,91,103)
#84717C
(132,113,124)
#988791
(152,135,145)
#AC9DA6
(172,157,166)
#C0B3BB
(192,179,187)
#D4C9D0
(212,201,208)
#E8DFE5
(232,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #200313 color. Also use rgb(32,3,19) instead hex code.

Text Font Color

.myTextColor { color: #200313; }

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

This text font color is #200313.

Background Color

.myBgColor { background-color: #200313; }

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

This div background color is #200313.

Border color

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

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

This div border color is #200313.

Opacity

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

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

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

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

This text has shadow with #200313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #200313.

Preview

Color preview on black background

This text has color #200313 on black background.


Color preview on white background

This text has color #200313 on white background.


Black color preview on #200313 background

This text has black color on #200313 background.


White color preview on #200313 background

This text has white color on #200313 background.


Related colors

Complementary color

Complementary color for #hex is #DFFCEC.


I love getcolorcode.com

Triadic colors

1 #132003 and #031320 with #200313 are triadic colors.

2 #130320 and #032013 with #200313 are triadic colors.