COLOR #130D0F

HEX: #130D0F RGB: (19,13,15)

Color info

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

RGB color model

#130D0F color RGB value is (19,13,15).

RGB: (19,13,15) (7%, 5%, 6%)

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 15 of 255 = 6%

19
13
15

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

Portions of RGB colors in percentages

R + G + B = 19 + 13 + 15 = 47 (100%)
R 19 of 47 ~ 40.43%
G 13 of 47 ~ 27.66%
B 15 of 47 ~ 31.91'%

%40.43
%27.66
%31.91

CMYK color model

#130D0F color CMYK value is (0,32,21,93).

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

CMYK: (0,32,21,93)
C0M32Y21K93 (0%, 32%, 21%, 93%)
(0.00 / 0.32 / 0.21 / 0.93)

CMYK percentages

%0
%31.58
%21.05
%92.55

Codes

Color #130D0F in popluar color models

13 0D 0F
RGB 19 13 15
HSL 340° 18.75% 6.27%
HSB/HSV 340° 31.58% 7.45%
CMYK 0.00% 31.58% 21.05%
92.55%

Color #130D0F in popluar number systems.

HEX 13 0D 0F
Decimal 19 13 15
Binary 10011 1101 1111
Octal 23 15 17

Shades and tints

Shades of #130D0F

#130D0F
(19,13,15)
#120C0E
(18,12,14)
#110B0D
(17,11,13)
#100A0C
(16,10,12)
#0F090B
(15,9,11)
#0E080A
(14,8,10)
#0D0709
(13,7,9)
#0C0608
(12,6,8)
#0B0507
(11,5,7)
#0A0406
(10,4,6)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #130D0F

#130D0F
(19,13,15)
#282324
(40,35,36)
#3D3939
(61,57,57)
#524F4E
(82,79,78)
#676563
(103,101,99)
#7C7B78
(124,123,120)
#91918D
(145,145,141)
#A6A7A2
(166,167,162)
#BBBDB7
(187,189,183)
#D0D3CC
(208,211,204)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130D0F color. Also use rgb(19,13,15) instead hex code.

Text Font Color

.myTextColor { color: #130D0F; }

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

This text font color is #130D0F.

Background Color

.myBgColor { background-color: #130D0F; }

<div style="background-color:#130D0F">Inner text</div>

This div background color is #130D0F.

Border color

.myBorderColor { border: 1px solid #130D0F; }

<div style="border:3px solid #130D0F">Div</div>

This div border color is #130D0F.

Opacity

.myOpacity80 { color: #130D0F; opacity: 0.8; }

<p style="color:#130D0F;opacity:0.8;">80%</p>

Text with #130D0F 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 #130D0F;}

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

This text has shadow with #130D0F color.


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

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

This text has shadow with #130D0F primary color and red secondary color.


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

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

This text has shadow with #130D0F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #130D0F.

Preview

Color preview on black background

This text has color #130D0F on black background.


Color preview on white background

This text has color #130D0F on white background.


Black color preview on #130D0F background

This text has black color on #130D0F background.


White color preview on #130D0F background

This text has white color on #130D0F background.


Related colors

Complementary color

Complementary color for #hex is #ECF2F0.


I love getcolorcode.com

Triadic colors

1 #0F130D and #0D0F13 with #130D0F are triadic colors.

2 #0F0D13 and #0D130F with #130D0F are triadic colors.