COLOR #13020A

HEX: #13020A RGB: (19,2,10)

Color info

#13020A contains red, green and blue colors in about the same proportion. Web safe color of #13020A is #000000 (or #000).

RGB color model

#13020A color RGB value is (19,2,10).

RGB: (19,2,10) (7%, 1%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 10 of 255 = 4%

19
2
10

R + G + B ~ 4%. #13020A is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 2 + 10 = 31 (100%)
R 19 of 31 ~ 61.29%
G 2 of 31 ~ 6.45%
B 10 of 31 ~ 32.26'%

%61.29
%32.26

CMYK color model

#13020A color CMYK value is (0,89,47,93).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 47.37%
  • key color value is 92.55%

CMYK: (0,89,47,93)
C0M89Y47K93 (0%, 89%, 47%, 93%)
(0.00 / 0.89 / 0.47 / 0.93)

CMYK percentages

%0
%89.47
%47.37
%92.55

Codes

Color #13020A in popluar color models

13 02 0A
RGB 19 2 10
HSL 332° 80.95% 4.12%
HSB/HSV 332° 89.47% 7.45%
CMYK 0.00% 89.47% 47.37%
92.55%

Color #13020A in popluar number systems.

HEX 13 02 0A
Decimal 19 2 10
Binary 10011 10 1010
Octal 23 2 12

Shades and tints

Shades of #13020A

#13020A
(19,2,10)
#12020A
(18,2,10)
#11020A
(17,2,10)
#10020A
(16,2,10)
#0F020A
(15,2,10)
#0E020A
(14,2,10)
#0D020A
(13,2,10)
#0C020A
(12,2,10)
#0B020A
(11,2,10)
#0A020A
(10,2,10)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #13020A

#13020A
(19,2,10)
#281920
(40,25,32)
#3D3036
(61,48,54)
#52474C
(82,71,76)
#675E62
(103,94,98)
#7C7578
(124,117,120)
#918C8E
(145,140,142)
#A6A3A4
(166,163,164)
#BBBABA
(187,186,186)
#D0D1D0
(208,209,208)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13020A color. Also use rgb(19,2,10) instead hex code.

Text Font Color

.myTextColor { color: #13020A; }

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

This text font color is #13020A.

Background Color

.myBgColor { background-color: #13020A; }

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

This div background color is #13020A.

Border color

.myBorderColor { border: 1px solid #13020A; }

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

This div border color is #13020A.

Opacity

.myOpacity80 { color: #13020A; opacity: 0.8; }

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

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

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

This text has shadow with #13020A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13020A.

Preview

Color preview on black background

This text has color #13020A on black background.


Color preview on white background

This text has color #13020A on white background.


Black color preview on #13020A background

This text has black color on #13020A background.


White color preview on #13020A background

This text has white color on #13020A background.


Related colors

Complementary color

Complementary color for #hex is #ECFDF5.


I love getcolorcode.com

Triadic colors

1 #0A1302 and #020A13 with #13020A are triadic colors.

2 #0A0213 and #02130A with #13020A are triadic colors.