COLOR #13080D

HEX: #13080D RGB: (19,8,13)

Color info

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

RGB color model

#13080D color RGB value is (19,8,13).

RGB: (19,8,13) (7%, 3%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 13 of 255 = 5%

19
8
13

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

Portions of RGB colors in percentages

R + G + B = 19 + 8 + 13 = 40 (100%)
R 19 of 40 ~ 47.5%
G 8 of 40 ~ 20%
B 13 of 40 ~ 32.5'%

%47.5
%20
%32.5

CMYK color model

#13080D color CMYK value is (0,58,32,93).

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

CMYK: (0,58,32,93)
C0M58Y32K93 (0%, 58%, 32%, 93%)
(0.00 / 0.58 / 0.32 / 0.93)

CMYK percentages

%0
%57.89
%31.58
%92.55

Codes

Color #13080D in popluar color models

13 08 0D
RGB 19 8 13
HSL 333° 40.74% 5.29%
HSB/HSV 333° 57.89% 7.45%
CMYK 0.00% 57.89% 31.58%
92.55%

Color #13080D in popluar number systems.

HEX 13 08 0D
Decimal 19 8 13
Binary 10011 1000 1101
Octal 23 10 15

Shades and tints

Shades of #13080D

#13080D
(19,8,13)
#12080C
(18,8,12)
#11080B
(17,8,11)
#10080A
(16,8,10)
#0F0809
(15,8,9)
#0E0808
(14,8,8)
#0D0807
(13,8,7)
#0C0806
(12,8,6)
#0B0805
(11,8,5)
#0A0804
(10,8,4)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #13080D

#13080D
(19,8,13)
#281E23
(40,30,35)
#3D3439
(61,52,57)
#524A4F
(82,74,79)
#676065
(103,96,101)
#7C767B
(124,118,123)
#918C91
(145,140,145)
#A6A2A7
(166,162,167)
#BBB8BD
(187,184,189)
#D0CED3
(208,206,211)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13080D; }

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

This text font color is #13080D.

Background Color

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

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

This div background color is #13080D.

Border color

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

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

This div border color is #13080D.

Opacity

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

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

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

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

This text has shadow with #13080D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13080D.

Preview

Color preview on black background

This text has color #13080D on black background.


Color preview on white background

This text has color #13080D on white background.


Black color preview on #13080D background

This text has black color on #13080D background.


White color preview on #13080D background

This text has white color on #13080D background.


Related colors

Complementary color

Complementary color for #hex is #ECF7F2.


I love getcolorcode.com

Triadic colors

1 #0D1308 and #080D13 with #13080D are triadic colors.

2 #0D0813 and #08130D with #13080D are triadic colors.