COLOR #130909

HEX: #130909
RGB: (19,9,9)

Color info

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

RGB color model

#130909 color RGB value is (19,9,9).

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

RGB channels and saturation

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

19
9
9

R + G + B ~ 5%. #130909 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 9 + 9 = 37 (100%)
R 19 of 37 ~ 51.35%
G 9 of 37 ~ 24.32%
B 9 of 37 ~ 24.32%

%51.35
%24.32
%24.32

CMYK color model

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

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

CMYK percentages

%0
%52.63
%52.63
%92.55

Codes

Color #130909 in popluar color models

130909
RGB1999
HSL35.71%5.49%
HSB/HSV52.63%7.45%
CMYK0.00%52.63%52.63%
92.55%

Color #130909 in popluar number systems.

HEX130909
Decimal1999
Binary1001110011001
Octal231111

Shades and tints

Shades of #130909

#130909
(19,9,9)
#120909
(18,9,9)
#110909
(17,9,9)
#100909
(16,9,9)
#0F0909
(15,9,9)
#0E0909
(14,9,9)
#0D0909
(13,9,9)
#0C0909
(12,9,9)
#0B0909
(11,9,9)
#0A0909
(10,9,9)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #130909

#130909
(19,9,9)
#281F1F
(40,31,31)
#3D3535
(61,53,53)
#524B4B
(82,75,75)
#676161
(103,97,97)
#7C7777
(124,119,119)
#918D8D
(145,141,141)
#A6A3A3
(166,163,163)
#BBB9B9
(187,185,185)
#D0CFCF
(208,207,207)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130909; }

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

This text font color is #130909.


Background Color

.myBgColor { background-color: #130909; }

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

This div background color is #130909.


Border color

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

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

This div border color is #130909.


Opacity

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

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

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

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

This text has shadow with #130909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130909 on black background.


Color preview on white background

This text has color #130909 on white background.



Black color preview on #130909 background

This text has black color on #130909 background.


White color preview on #130909 background

This text has white color on #130909 background.