COLOR #13150B

HEX: #13150B RGB: (19,21,11)

Color info

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

RGB color model

#13150B color RGB value is (19,21,11).

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

RGB channels and saturation

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

19
21
11

R + G + B ~ 6%. #13150B is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 21 + 11 = 51 (100%)
R 19 of 51 ~ 37.25%
G 21 of 51 ~ 41.18%
B 11 of 51 ~ 21.57'%

%37.25
%41.18
%21.57

CMYK color model

#13150B color CMYK value is (10,0,48,92).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 91.76%

CMYK: (10,0,48,92)
C10M0Y48K92 (10%, 0%, 48%, 92%)
(0.10 / 0.00 / 0.48 / 0.92)

CMYK percentages

%9.52
%0
%47.62
%91.76

Codes

Color #13150B in popluar color models

13 15 0B
RGB 19 21 11
HSL 72° 31.25% 6.27%
HSB/HSV 72° 47.62% 8.24%
CMYK 9.52% 0.00% 47.62%
91.76%

Color #13150B in popluar number systems.

HEX 13 15 0B
Decimal 19 21 11
Binary 10011 10101 1011
Octal 23 25 13

Shades and tints

Shades of #13150B

#13150B
(19,21,11)
#12140A
(18,20,10)
#111309
(17,19,9)
#101208
(16,18,8)
#0F1107
(15,17,7)
#0E1006
(14,16,6)
#0D0F05
(13,15,5)
#0C0E04
(12,14,4)
#0B0D03
(11,13,3)
#0A0C02
(10,12,2)
#090B01
(9,11,1)
#000000
(0,0,0)

Tints of #13150B

#13150B
(19,21,11)
#282A21
(40,42,33)
#3D3F37
(61,63,55)
#52544D
(82,84,77)
#676963
(103,105,99)
#7C7E79
(124,126,121)
#91938F
(145,147,143)
#A6A8A5
(166,168,165)
#BBBDBB
(187,189,187)
#D0D2D1
(208,210,209)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13150B; }

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

This text font color is #13150B.

Background Color

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

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

This div background color is #13150B.

Border color

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

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

This div border color is #13150B.

Opacity

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

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

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

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

This text has shadow with #13150B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13150B.

Preview

Color preview on black background

This text has color #13150B on black background.


Color preview on white background

This text has color #13150B on white background.


Black color preview on #13150B background

This text has black color on #13150B background.


White color preview on #13150B background

This text has white color on #13150B background.


Related colors

Complementary color

Complementary color for #hex is #ECEAF4.


I love getcolorcode.com

Triadic colors

1 #0B1315 and #150B13 with #13150B are triadic colors.

2 #0B1513 and #15130B with #13150B are triadic colors.