COLOR #13020E

HEX: #13020E RGB: (19,2,14)

Color info

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

RGB color model

#13020E color RGB value is (19,2,14).

RGB: (19,2,14) (7%, 1%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 14 of 255 = 5%

19
2
14

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

Portions of RGB colors in percentages

R + G + B = 19 + 2 + 14 = 35 (100%)
R 19 of 35 ~ 54.29%
G 2 of 35 ~ 5.71%
B 14 of 35 ~ 40'%

%54.29
%40

CMYK color model

#13020E color CMYK value is (0,89,26,93).

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

CMYK: (0,89,26,93)
C0M89Y26K93 (0%, 89%, 26%, 93%)
(0.00 / 0.89 / 0.26 / 0.93)

CMYK percentages

%0
%89.47
%26.32
%92.55

Codes

Color #13020E in popluar color models

13 02 0E
RGB 19 2 14
HSL 318° 80.95% 4.12%
HSB/HSV 318° 89.47% 7.45%
CMYK 0.00% 89.47% 26.32%
92.55%

Color #13020E in popluar number systems.

HEX 13 02 0E
Decimal 19 2 14
Binary 10011 10 1110
Octal 23 2 16

Shades and tints

Shades of #13020E

#13020E
(19,2,14)
#12020D
(18,2,13)
#11020C
(17,2,12)
#10020B
(16,2,11)
#0F020A
(15,2,10)
#0E0209
(14,2,9)
#0D0208
(13,2,8)
#0C0207
(12,2,7)
#0B0206
(11,2,6)
#0A0205
(10,2,5)
#090204
(9,2,4)
#000000
(0,0,0)

Tints of #13020E

#13020E
(19,2,14)
#281923
(40,25,35)
#3D3038
(61,48,56)
#52474D
(82,71,77)
#675E62
(103,94,98)
#7C7577
(124,117,119)
#918C8C
(145,140,140)
#A6A3A1
(166,163,161)
#BBBAB6
(187,186,182)
#D0D1CB
(208,209,203)
#E5E8E0
(229,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13020E; }

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

This text font color is #13020E.

Background Color

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

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

This div background color is #13020E.

Border color

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

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

This div border color is #13020E.

Opacity

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

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

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

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

This text has shadow with #13020E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13020E.

Preview

Color preview on black background

This text has color #13020E on black background.


Color preview on white background

This text has color #13020E on white background.


Black color preview on #13020E background

This text has black color on #13020E background.


White color preview on #13020E background

This text has white color on #13020E background.


Related colors

Complementary color

Complementary color for #hex is #ECFDF1.


I love getcolorcode.com

Triadic colors

1 #0E1302 and #020E13 with #13020E are triadic colors.

2 #0E0213 and #02130E with #13020E are triadic colors.