COLOR #130F16

HEX: #130F16
RGB: (19,15,22)

Color info

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

RGB color model

#130F16 color RGB value is (19,15,22).

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

RGB channels and saturation

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

19
15
22

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

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 22 = 56 (100%)
R 19 of 56 ~ 33.93%
G 15 of 56 ~ 26.79%
B 22 of 56 ~ 39.29%

%33.93
%26.79
%39.29

CMYK color model

#130F16 color CMYK value is (14,32,0,91).

  • cyan value is 13.64%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(14,32,0,91)
C14M32Y0K91 
(14%,32%,0%,91%)
(0.14/0.32/0.00/0.91)	

CMYK percentages

%13.64
%31.82
%0
%91.37

Codes

Color #130F16 in popluar color models

130F16
RGB191522
HSL274°18.92%7.25%
HSB/HSV274°31.82%8.63%
CMYK13.64%31.82%0.00%
91.37%

Color #130F16 in popluar number systems.

HEX130F16
Decimal191522
Binary10011111110110
Octal231726

Shades and tints

Shades of #130F16

#130F16
(19,15,22)
#120E14
(18,14,20)
#110D12
(17,13,18)
#100C10
(16,12,16)
#0F0B0E
(15,11,14)
#0E0A0C
(14,10,12)
#0D090A
(13,9,10)
#0C0808
(12,8,8)
#0B0706
(11,7,6)
#0A0604
(10,6,4)
#090502
(9,5,2)
#000000
(0,0,0)

Tints of #130F16

#130F16
(19,15,22)
#28242B
(40,36,43)
#3D3940
(61,57,64)
#524E55
(82,78,85)
#67636A
(103,99,106)
#7C787F
(124,120,127)
#918D94
(145,141,148)
#A6A2A9
(166,162,169)
#BBB7BE
(187,183,190)
#D0CCD3
(208,204,211)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F16; }

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

This text font color is #130F16.


Background Color

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

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

This div background color is #130F16.


Border color

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

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

This div border color is #130F16.


Opacity

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

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

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

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

This text has shadow with #130F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F16 on black background.


Color preview on white background

This text has color #130F16 on white background.



Black color preview on #130F16 background

This text has black color on #130F16 background.


White color preview on #130F16 background

This text has white color on #130F16 background.