COLOR #13080A

HEX: #13080A RGB: (19,8,10)

Color info

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

RGB color model

#13080A color RGB value is (19,8,10).

RGB: (19,8,10) (7%, 3%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 10 of 255 = 4%

19
8
10

R + G + B ~ 5%. #13080A is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 8 + 10 = 37 (100%)
R 19 of 37 ~ 51.35%
G 8 of 37 ~ 21.62%
B 10 of 37 ~ 27.03'%

%51.35
%21.62
%27.03

CMYK color model

#13080A color CMYK value is (0,58,47,93).

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

CMYK: (0,58,47,93)
C0M58Y47K93 (0%, 58%, 47%, 93%)
(0.00 / 0.58 / 0.47 / 0.93)

CMYK percentages

%0
%57.89
%47.37
%92.55

Codes

Color #13080A in popluar color models

13 08 0A
RGB 19 8 10
HSL 349° 40.74% 5.29%
HSB/HSV 349° 57.89% 7.45%
CMYK 0.00% 57.89% 47.37%
92.55%

Color #13080A in popluar number systems.

HEX 13 08 0A
Decimal 19 8 10
Binary 10011 1000 1010
Octal 23 10 12

Shades and tints

Shades of #13080A

#13080A
(19,8,10)
#12080A
(18,8,10)
#11080A
(17,8,10)
#10080A
(16,8,10)
#0F080A
(15,8,10)
#0E080A
(14,8,10)
#0D080A
(13,8,10)
#0C080A
(12,8,10)
#0B080A
(11,8,10)
#0A080A
(10,8,10)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #13080A

#13080A
(19,8,10)
#281E20
(40,30,32)
#3D3436
(61,52,54)
#524A4C
(82,74,76)
#676062
(103,96,98)
#7C7678
(124,118,120)
#918C8E
(145,140,142)
#A6A2A4
(166,162,164)
#BBB8BA
(187,184,186)
#D0CED0
(208,206,208)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13080A; }

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

This text font color is #13080A.

Background Color

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

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

This div background color is #13080A.

Border color

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

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

This div border color is #13080A.

Opacity

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

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

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

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

This text has shadow with #13080A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13080A.

Preview

Color preview on black background

This text has color #13080A on black background.


Color preview on white background

This text has color #13080A on white background.


Black color preview on #13080A background

This text has black color on #13080A background.


White color preview on #13080A background

This text has white color on #13080A background.


Related colors

Complementary color

Complementary color for #hex is #ECF7F5.


I love getcolorcode.com

Triadic colors

1 #0A1308 and #080A13 with #13080A are triadic colors.

2 #0A0813 and #08130A with #13080A are triadic colors.