COLOR #130F15

HEX: #130F15 RGB: (19,15,21)

Color info

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

RGB color model

#130F15 color RGB value is (19,15,21).

RGB: (19,15,21) (7%, 6%, 8%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 21 of 255 = 8%

19
15
21

R + G + B ~ 7%. #130F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 15 + 21 = 55 (100%)
R 19 of 55 ~ 34.55%
G 15 of 55 ~ 27.27%
B 21 of 55 ~ 38.18'%

%34.55
%27.27
%38.18

CMYK color model

#130F15 color CMYK value is (10,29,0,92).

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

CMYK: (10,29,0,92)
C10M29Y0K92 (10%, 29%, 0%, 92%)
(0.10 / 0.29 / 0.00 / 0.92)

CMYK percentages

%9.52
%28.57
%0
%91.76

Codes

Color #130F15 in popluar color models

13 0F 15
RGB 19 15 21
HSL 280° 16.67% 7.06%
HSB/HSV 280° 28.57% 8.24%
CMYK 9.52% 28.57% 0.00%
91.76%

Color #130F15 in popluar number systems.

HEX 13 0F 15
Decimal 19 15 21
Binary 10011 1111 10101
Octal 23 17 25

Shades and tints

Shades of #130F15

#130F15
(19,15,21)
#120E14
(18,14,20)
#110D13
(17,13,19)
#100C12
(16,12,18)
#0F0B11
(15,11,17)
#0E0A10
(14,10,16)
#0D090F
(13,9,15)
#0C080E
(12,8,14)
#0B070D
(11,7,13)
#0A060C
(10,6,12)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #130F15

#130F15
(19,15,21)
#28242A
(40,36,42)
#3D393F
(61,57,63)
#524E54
(82,78,84)
#676369
(103,99,105)
#7C787E
(124,120,126)
#918D93
(145,141,147)
#A6A2A8
(166,162,168)
#BBB7BD
(187,183,189)
#D0CCD2
(208,204,210)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F15; }

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

This text font color is #130F15.

Background Color

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

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

This div background color is #130F15.

Border color

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

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

This div border color is #130F15.

Opacity

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

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

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

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

This text has shadow with #130F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130F15.

Preview

Color preview on black background

This text has color #130F15 on black background.


Color preview on white background

This text has color #130F15 on white background.


Black color preview on #130F15 background

This text has black color on #130F15 background.


White color preview on #130F15 background

This text has white color on #130F15 background.


Related colors

Complementary color

Complementary color for #hex is #ECF0EA.


I love getcolorcode.com

Triadic colors

1 #15130F and #0F1513 with #130F15 are triadic colors.

2 #150F13 and #0F1315 with #130F15 are triadic colors.