COLOR #130912

HEX: #130912
RGB: (19,9,18)

Color info

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

RGB color model

#130912 color RGB value is (19,9,18).

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

RGB channels and saturation

R 19 of 255 = 7%
G 9 of 255 = 4%
B 18 of 255 = 7%

19
9
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 9 + 18 = 46 (100%)
R 19 of 46 ~ 41.3%
G 9 of 46 ~ 19.57%
B 18 of 46 ~ 39.13%

%41.3
%19.57
%39.13

CMYK color model

#130912 color CMYK value is (0,53,5,93).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(0,53,5,93)
C0M53Y5K93 
(0%,53%,5%,93%)
(0.00/0.53/0.05/0.93)	

CMYK percentages

%0
%52.63
%5.26
%92.55

Codes

Color #130912 in popluar color models

130912
RGB19918
HSL306°35.71%5.49%
HSB/HSV306°52.63%7.45%
CMYK0.00%52.63%5.26%
92.55%

Color #130912 in popluar number systems.

HEX130912
Decimal19918
Binary10011100110010
Octal231122

Shades and tints

Shades of #130912

#130912
(19,9,18)
#120911
(18,9,17)
#110910
(17,9,16)
#10090F
(16,9,15)
#0F090E
(15,9,14)
#0E090D
(14,9,13)
#0D090C
(13,9,12)
#0C090B
(12,9,11)
#0B090A
(11,9,10)
#0A0909
(10,9,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #130912

#130912
(19,9,18)
#281F27
(40,31,39)
#3D353C
(61,53,60)
#524B51
(82,75,81)
#676166
(103,97,102)
#7C777B
(124,119,123)
#918D90
(145,141,144)
#A6A3A5
(166,163,165)
#BBB9BA
(187,185,186)
#D0CFCF
(208,207,207)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130912; }

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

This text font color is #130912.


Background Color

.myBgColor { background-color: #130912; }

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

This div background color is #130912.


Border color

.myBorderColor { border: 1px solid #130912; }

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

This div border color is #130912.


Opacity

.myOpacity80 { color: #130912; opacity: 0.8; }

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

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

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

This text has shadow with #130912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130912 on black background.


Color preview on white background

This text has color #130912 on white background.



Black color preview on #130912 background

This text has black color on #130912 background.


White color preview on #130912 background

This text has white color on #130912 background.