COLOR #011909

HEX: #011909 RGB: (1,25,9)

Color info

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

RGB color model

#011909 color RGB value is (1,25,9).

RGB: (1,25,9) (0%, 10%, 4%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 9 of 255 = 4%

1
25
9

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

Portions of RGB colors in percentages

R + G + B = 1 + 25 + 9 = 35 (100%)
R 1 of 35 ~ 2.86%
G 25 of 35 ~ 71.43%
B 9 of 35 ~ 25.71'%

%71.43
%25.71

CMYK color model

#011909 color CMYK value is (96,0,64,90).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 90.20%

CMYK: (96,0,64,90)
C96M0Y64K90 (96%, 0%, 64%, 90%)
(0.96 / 0.00 / 0.64 / 0.90)

CMYK percentages

%96
%0
%64
%90.2

Codes

Color #011909 in popluar color models

01 19 09
RGB 1 25 9
HSL 140° 92.31% 5.10%
HSB/HSV 140° 96.00% 9.80%
CMYK 96.00% 0.00% 64.00%
90.20%

Color #011909 in popluar number systems.

HEX 01 19 09
Decimal 1 25 9
Binary 1 11001 1001
Octal 1 31 11

Shades and tints

Shades of #011909

#011909
(1,25,9)
#011709
(1,23,9)
#011509
(1,21,9)
#011309
(1,19,9)
#011109
(1,17,9)
#010F09
(1,15,9)
#010D09
(1,13,9)
#010B09
(1,11,9)
#010909
(1,9,9)
#010709
(1,7,9)
#010509
(1,5,9)
#000000
(0,0,0)

Tints of #011909

#011909
(1,25,9)
#182D1F
(24,45,31)
#2F4135
(47,65,53)
#46554B
(70,85,75)
#5D6961
(93,105,97)
#747D77
(116,125,119)
#8B918D
(139,145,141)
#A2A5A3
(162,165,163)
#B9B9B9
(185,185,185)
#D0CDCF
(208,205,207)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011909; }

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

This text font color is #011909.

Background Color

.myBgColor { background-color: #011909; }

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

This div background color is #011909.

Border color

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

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

This div border color is #011909.

Opacity

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

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

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

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

This text has shadow with #011909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011909.

Preview

Color preview on black background

This text has color #011909 on black background.


Color preview on white background

This text has color #011909 on white background.


Black color preview on #011909 background

This text has black color on #011909 background.


White color preview on #011909 background

This text has white color on #011909 background.


Related colors

Complementary color

Complementary color for #hex is #FEE6F6.


I love getcolorcode.com

Triadic colors

1 #090119 and #190901 with #011909 are triadic colors.

2 #091901 and #190109 with #011909 are triadic colors.