COLOR #130109

HEX: #130109 RGB: (19,1,9)

Color info

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

RGB color model

#130109 color RGB value is (19,1,9).

RGB: (19,1,9) (7%, 0%, 4%)

RGB channels and saturation

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

19
1
9

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

Portions of RGB colors in percentages

R + G + B = 19 + 1 + 9 = 29 (100%)
R 19 of 29 ~ 65.52%
G 1 of 29 ~ 3.45%
B 9 of 29 ~ 31.03'%

%65.52
%31.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 52.63%
  • key color value is 92.55%

CMYK: (0,95,53,93)
C0M95Y53K93 (0%, 95%, 53%, 93%)
(0.00 / 0.95 / 0.53 / 0.93)

CMYK percentages

%0
%94.74
%52.63
%92.55

Codes

Color #130109 in popluar color models

13 01 09
RGB 19 1 9
HSL 333° 90.00% 3.92%
HSB/HSV 333° 94.74% 7.45%
CMYK 0.00% 94.74% 52.63%
92.55%

Color #130109 in popluar number systems.

HEX 13 01 09
Decimal 19 1 9
Binary 10011 1 1001
Octal 23 1 11

Shades and tints

Shades of #130109

#130109
(19,1,9)
#120109
(18,1,9)
#110109
(17,1,9)
#100109
(16,1,9)
#0F0109
(15,1,9)
#0E0109
(14,1,9)
#0D0109
(13,1,9)
#0C0109
(12,1,9)
#0B0109
(11,1,9)
#0A0109
(10,1,9)
#090109
(9,1,9)
#000000
(0,0,0)

Tints of #130109

#130109
(19,1,9)
#28181F
(40,24,31)
#3D2F35
(61,47,53)
#52464B
(82,70,75)
#675D61
(103,93,97)
#7C7477
(124,116,119)
#918B8D
(145,139,141)
#A6A2A3
(166,162,163)
#BBB9B9
(187,185,185)
#D0D0CF
(208,208,207)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130109; }

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

This text font color is #130109.

Background Color

.myBgColor { background-color: #130109; }

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

This div background color is #130109.

Border color

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

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

This div border color is #130109.

Opacity

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

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

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

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

This text has shadow with #130109 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130109.

Preview

Color preview on black background

This text has color #130109 on black background.


Color preview on white background

This text has color #130109 on white background.


Black color preview on #130109 background

This text has black color on #130109 background.


White color preview on #130109 background

This text has white color on #130109 background.


Related colors

Complementary color

Complementary color for #hex is #ECFEF6.


I love getcolorcode.com

Triadic colors

1 #091301 and #010913 with #130109 are triadic colors.

2 #090113 and #011309 with #130109 are triadic colors.