COLOR #130F09

HEX: #130F09 RGB: (19,15,9)

Color info

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

RGB color model

#130F09 color RGB value is (19,15,9).

RGB: (19,15,9) (7%, 6%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 9 of 255 = 4%

19
15
9

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

Portions of RGB colors in percentages

R + G + B = 19 + 15 + 9 = 43 (100%)
R 19 of 43 ~ 44.19%
G 15 of 43 ~ 34.88%
B 9 of 43 ~ 20.93'%

%44.19
%34.88
%20.93

CMYK color model

#130F09 color CMYK value is (0,21,53,93).

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

CMYK: (0,21,53,93)
C0M21Y53K93 (0%, 21%, 53%, 93%)
(0.00 / 0.21 / 0.53 / 0.93)

CMYK percentages

%0
%21.05
%52.63
%92.55

Codes

Color #130F09 in popluar color models

13 0F 09
RGB 19 15 9
HSL 36° 35.71% 5.49%
HSB/HSV 36° 52.63% 7.45%
CMYK 0.00% 21.05% 52.63%
92.55%

Color #130F09 in popluar number systems.

HEX 13 0F 09
Decimal 19 15 9
Binary 10011 1111 1001
Octal 23 17 11

Shades and tints

Shades of #130F09

#130F09
(19,15,9)
#120E09
(18,14,9)
#110D09
(17,13,9)
#100C09
(16,12,9)
#0F0B09
(15,11,9)
#0E0A09
(14,10,9)
#0D0909
(13,9,9)
#0C0809
(12,8,9)
#0B0709
(11,7,9)
#0A0609
(10,6,9)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #130F09

#130F09
(19,15,9)
#28241F
(40,36,31)
#3D3935
(61,57,53)
#524E4B
(82,78,75)
#676361
(103,99,97)
#7C7877
(124,120,119)
#918D8D
(145,141,141)
#A6A2A3
(166,162,163)
#BBB7B9
(187,183,185)
#D0CCCF
(208,204,207)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F09; }

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

This text font color is #130F09.

Background Color

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

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

This div background color is #130F09.

Border color

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

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

This div border color is #130F09.

Opacity

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

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

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

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

This text has shadow with #130F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130F09.

Preview

Color preview on black background

This text has color #130F09 on black background.


Color preview on white background

This text has color #130F09 on white background.


Black color preview on #130F09 background

This text has black color on #130F09 background.


White color preview on #130F09 background

This text has white color on #130F09 background.


Related colors

Complementary color

Complementary color for #hex is #ECF0F6.


I love getcolorcode.com

Triadic colors

1 #09130F and #0F0913 with #130F09 are triadic colors.

2 #090F13 and #0F1309 with #130F09 are triadic colors.