COLOR #13080B

HEX: #13080B RGB: (19,8,11)

Color info

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

RGB color model

#13080B color RGB value is (19,8,11).

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

RGB channels and saturation

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

19
8
11

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

Portions of RGB colors in percentages

R + G + B = 19 + 8 + 11 = 38 (100%)
R 19 of 38 ~ 50%
G 8 of 38 ~ 21.05%
B 11 of 38 ~ 28.95'%

%50
%21.05
%28.95

CMYK color model

#13080B color CMYK value is (0,58,42,93).

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

CMYK: (0,58,42,93)
C0M58Y42K93 (0%, 58%, 42%, 93%)
(0.00 / 0.58 / 0.42 / 0.93)

CMYK percentages

%0
%57.89
%42.11
%92.55

Codes

Color #13080B in popluar color models

13 08 0B
RGB 19 8 11
HSL 344° 40.74% 5.29%
HSB/HSV 344° 57.89% 7.45%
CMYK 0.00% 57.89% 42.11%
92.55%

Color #13080B in popluar number systems.

HEX 13 08 0B
Decimal 19 8 11
Binary 10011 1000 1011
Octal 23 10 13

Shades and tints

Shades of #13080B

#13080B
(19,8,11)
#12080A
(18,8,10)
#110809
(17,8,9)
#100808
(16,8,8)
#0F0807
(15,8,7)
#0E0806
(14,8,6)
#0D0805
(13,8,5)
#0C0804
(12,8,4)
#0B0803
(11,8,3)
#0A0802
(10,8,2)
#090801
(9,8,1)
#000000
(0,0,0)

Tints of #13080B

#13080B
(19,8,11)
#281E21
(40,30,33)
#3D3437
(61,52,55)
#524A4D
(82,74,77)
#676063
(103,96,99)
#7C7679
(124,118,121)
#918C8F
(145,140,143)
#A6A2A5
(166,162,165)
#BBB8BB
(187,184,187)
#D0CED1
(208,206,209)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13080B; }

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

This text font color is #13080B.

Background Color

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

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

This div background color is #13080B.

Border color

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

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

This div border color is #13080B.

Opacity

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

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

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

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

This text has shadow with #13080B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13080B.

Preview

Color preview on black background

This text has color #13080B on black background.


Color preview on white background

This text has color #13080B on white background.


Black color preview on #13080B background

This text has black color on #13080B background.


White color preview on #13080B background

This text has white color on #13080B background.


Related colors

Complementary color

Complementary color for #hex is #ECF7F4.


I love getcolorcode.com

Triadic colors

1 #0B1308 and #080B13 with #13080B are triadic colors.

2 #0B0813 and #08130B with #13080B are triadic colors.