COLOR #130F12

HEX: #130F12
RGB: (19,15,18)

Color info

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

RGB color model

#130F12 color RGB value is (19,15,18).

  • red value is 19;
  • green value is 15;
  • blue value is 18.
RGB:
(19,15,18)
(7%,6%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 18 of 255 = 7%

19
15
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 18 = 52 (100%)
R 19 of 52 ~ 36.54%
G 15 of 52 ~ 28.85%
B 18 of 52 ~ 34.62%

%36.54
%28.85
%34.62

CMYK color model

#130F12 color CMYK value is (0,21,5,93).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(0,21,5,93)
C0M21Y5K93 
(0%,21%,5%,93%)
(0.00/0.21/0.05/0.93)	

CMYK percentages

%0
%21.05
%5.26
%92.55

Codes

Color #130F12 in popluar color models

130F12
RGB191518
HSL315°11.76%6.67%
HSB/HSV315°21.05%7.45%
CMYK0.00%21.05%5.26%
92.55%

Color #130F12 in popluar number systems.

HEX130F12
Decimal191518
Binary10011111110010
Octal231722

Shades and tints

Shades of #130F12

#130F12
(19,15,18)
#120E11
(18,14,17)
#110D10
(17,13,16)
#100C0F
(16,12,15)
#0F0B0E
(15,11,14)
#0E0A0D
(14,10,13)
#0D090C
(13,9,12)
#0C080B
(12,8,11)
#0B070A
(11,7,10)
#0A0609
(10,6,9)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #130F12

#130F12
(19,15,18)
#282427
(40,36,39)
#3D393C
(61,57,60)
#524E51
(82,78,81)
#676366
(103,99,102)
#7C787B
(124,120,123)
#918D90
(145,141,144)
#A6A2A5
(166,162,165)
#BBB7BA
(187,183,186)
#D0CCCF
(208,204,207)
#E5E1E4
(229,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F12; }

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

This text font color is #130F12.


Background Color

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

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

This div background color is #130F12.


Border color

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

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

This div border color is #130F12.


Opacity

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

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

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

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

This text has shadow with #130F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F12 on black background.


Color preview on white background

This text has color #130F12 on white background.



Black color preview on #130F12 background

This text has black color on #130F12 background.


White color preview on #130F12 background

This text has white color on #130F12 background.