COLOR #130A13

HEX: #130A13
RGB: (19,10,19)

Color info

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

RGB color model

#130A13 color RGB value is (19,10,19).

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

RGB channels and saturation

R 19 of 255 = 7%
G 10 of 255 = 4%
B 19 of 255 = 7%

19
10
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 10 + 19 = 48 (100%)
R 19 of 48 ~ 39.58%
G 10 of 48 ~ 20.83%
B 19 of 48 ~ 39.58%

%39.58
%20.83
%39.58

CMYK color model

#130A13 color CMYK value is (0,47,0,93).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(0,47,0,93)
C0M47Y0K93 
(0%,47%,0%,93%)
(0.00/0.47/0.00/0.93)	

CMYK percentages

%0
%47.37
%0
%92.55

Codes

Color #130A13 in popluar color models

130A13
RGB191019
HSL300°31.03%5.69%
HSB/HSV300°47.37%7.45%
CMYK0.00%47.37%0.00%
92.55%

Color #130A13 in popluar number systems.

HEX130A13
Decimal191019
Binary10011101010011
Octal231223

Shades and tints

Shades of #130A13

#130A13
(19,10,19)
#120A12
(18,10,18)
#110A11
(17,10,17)
#100A10
(16,10,16)
#0F0A0F
(15,10,15)
#0E0A0E
(14,10,14)
#0D0A0D
(13,10,13)
#0C0A0C
(12,10,12)
#0B0A0B
(11,10,11)
#0A0A0A
(10,10,10)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #130A13

#130A13
(19,10,19)
#282028
(40,32,40)
#3D363D
(61,54,61)
#524C52
(82,76,82)
#676267
(103,98,103)
#7C787C
(124,120,124)
#918E91
(145,142,145)
#A6A4A6
(166,164,166)
#BBBABB
(187,186,187)
#D0D0D0
(208,208,208)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130A13; }

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

This text font color is #130A13.


Background Color

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

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

This div background color is #130A13.


Border color

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

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

This div border color is #130A13.


Opacity

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

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

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

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

This text has shadow with #130A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130A13 on black background.


Color preview on white background

This text has color #130A13 on white background.



Black color preview on #130A13 background

This text has black color on #130A13 background.


White color preview on #130A13 background

This text has white color on #130A13 background.