COLOR #200A13

HEX: #200A13
RGB: (32,10,19)

Color info

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

RGB color model

#200A13 color RGB value is (32,10,19).

  • red value is 32;
  • green value is 10;
  • blue value is 19.
RGB:
(32,10,19)
(13%,4%,7%)

RGB channels and saturation

R 32 of 255 = 13%
G 10 of 255 = 4%
B 19 of 255 = 7%

32
10
19

R + G + B ~ 8%. #200A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 10 + 19 = 61 (100%)
R 32 of 61 ~ 52.46%
G 10 of 61 ~ 16.39%
B 19 of 61 ~ 31.15%

%52.46
%16.39
%31.15

CMYK color model

#200A13 color CMYK value is (0,69,41,87).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 40.63%
  • key color value is 87.45%
CMYK:
(0,69,41,87)
C0M69Y41K87 
(0%,69%,41%,87%)
(0.00/0.69/0.41/0.87)	

CMYK percentages

%0
%68.75
%40.63
%87.45

Codes

Color #200A13 in popluar color models

200A13
RGB321019
HSL335°52.38%8.24%
HSB/HSV335°68.75%12.55%
CMYK0.00%68.75%40.63%
87.45%

Color #200A13 in popluar number systems.

HEX200A13
Decimal321019
Binary100000101010011
Octal401223

Shades and tints

Shades of #200A13

#200A13
(32,10,19)
#1E0A12
(30,10,18)
#1C0A11
(28,10,17)
#1A0A10
(26,10,16)
#180A0F
(24,10,15)
#160A0E
(22,10,14)
#140A0D
(20,10,13)
#120A0C
(18,10,12)
#100A0B
(16,10,11)
#0E0A0A
(14,10,10)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #200A13

#200A13
(32,10,19)
#342028
(52,32,40)
#48363D
(72,54,61)
#5C4C52
(92,76,82)
#706267
(112,98,103)
#84787C
(132,120,124)
#988E91
(152,142,145)
#ACA4A6
(172,164,166)
#C0BABB
(192,186,187)
#D4D0D0
(212,208,208)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #200A13; }

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

This text font color is #200A13.


Background Color

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

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

This div background color is #200A13.


Border color

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

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

This div border color is #200A13.


Opacity

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

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

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

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

This text has shadow with #200A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #200A13 on black background.


Color preview on white background

This text has color #200A13 on white background.



Black color preview on #200A13 background

This text has black color on #200A13 background.


White color preview on #200A13 background

This text has white color on #200A13 background.