COLOR #130F0B

HEX: #130F0B
RGB: (19,15,11)

Color info

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

RGB color model

#130F0B color RGB value is (19,15,11).

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

RGB channels and saturation

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

19
15
11

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

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 11 = 45 (100%)
R 19 of 45 ~ 42.22%
G 15 of 45 ~ 33.33%
B 11 of 45 ~ 24.44%

%42.22
%33.33
%24.44

CMYK color model

#130F0B color CMYK value is (0,21,42,93).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 42.11%
  • key color value is 92.55%
CMYK:
(0,21,42,93)
C0M21Y42K93 
(0%,21%,42%,93%)
(0.00/0.21/0.42/0.93)	

CMYK percentages

%0
%21.05
%42.11
%92.55

Codes

Color #130F0B in popluar color models

130F0B
RGB191511
HSL30°26.67%5.88%
HSB/HSV30°42.11%7.45%
CMYK0.00%21.05%42.11%
92.55%

Color #130F0B in popluar number systems.

HEX130F0B
Decimal191511
Binary1001111111011
Octal231713

Shades and tints

Shades of #130F0B

#130F0B
(19,15,11)
#120E0A
(18,14,10)
#110D09
(17,13,9)
#100C08
(16,12,8)
#0F0B07
(15,11,7)
#0E0A06
(14,10,6)
#0D0905
(13,9,5)
#0C0804
(12,8,4)
#0B0703
(11,7,3)
#0A0602
(10,6,2)
#090501
(9,5,1)
#000000
(0,0,0)

Tints of #130F0B

#130F0B
(19,15,11)
#282421
(40,36,33)
#3D3937
(61,57,55)
#524E4D
(82,78,77)
#676363
(103,99,99)
#7C7879
(124,120,121)
#918D8F
(145,141,143)
#A6A2A5
(166,162,165)
#BBB7BB
(187,183,187)
#D0CCD1
(208,204,209)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F0B; }

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

This text font color is #130F0B.


Background Color

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

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

This div background color is #130F0B.


Border color

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

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

This div border color is #130F0B.


Opacity

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

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

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

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

This text has shadow with #130F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F0B on black background.


Color preview on white background

This text has color #130F0B on white background.



Black color preview on #130F0B background

This text has black color on #130F0B background.


White color preview on #130F0B background

This text has white color on #130F0B background.