COLOR #130F01

HEX: #130F01
RGB: (19,15,1)

Color info

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

RGB color model

#130F01 color RGB value is (19,15,1).

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

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 1 of 255 = 0%

19
15
1

R + G + B ~ 4%. #130F01 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 1 = 35 (100%)
R 19 of 35 ~ 54.29%
G 15 of 35 ~ 42.86%
B 1 of 35 ~ 2.86%

%54.29
%42.86

CMYK color model

#130F01 color CMYK value is (0,21,95,93).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 94.74%
  • key color value is 92.55%
CMYK:
(0,21,95,93)
C0M21Y95K93 
(0%,21%,95%,93%)
(0.00/0.21/0.95/0.93)	

CMYK percentages

%0
%21.05
%94.74
%92.55

Codes

Color #130F01 in popluar color models

130F01
RGB19151
HSL47°90.00%3.92%
HSB/HSV47°94.74%7.45%
CMYK0.00%21.05%94.74%
92.55%

Color #130F01 in popluar number systems.

HEX130F01
Decimal19151
Binary1001111111
Octal23171

Shades and tints

Shades of #130F01

#130F01
(19,15,1)
#120E01
(18,14,1)
#110D01
(17,13,1)
#100C01
(16,12,1)
#0F0B01
(15,11,1)
#0E0A01
(14,10,1)
#0D0901
(13,9,1)
#0C0801
(12,8,1)
#0B0701
(11,7,1)
#0A0601
(10,6,1)
#090501
(9,5,1)
#000000
(0,0,0)

Tints of #130F01

#130F01
(19,15,1)
#282418
(40,36,24)
#3D392F
(61,57,47)
#524E46
(82,78,70)
#67635D
(103,99,93)
#7C7874
(124,120,116)
#918D8B
(145,141,139)
#A6A2A2
(166,162,162)
#BBB7B9
(187,183,185)
#D0CCD0
(208,204,208)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F01; }

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

This text font color is #130F01.


Background Color

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

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

This div background color is #130F01.


Border color

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

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

This div border color is #130F01.


Opacity

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

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

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

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

This text has shadow with #130F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F01 on black background.


Color preview on white background

This text has color #130F01 on white background.



Black color preview on #130F01 background

This text has black color on #130F01 background.


White color preview on #130F01 background

This text has white color on #130F01 background.