COLOR #001409

HEX: #001409 RGB: (0,20,9)

Color info

#001409 contains only green and blue colors. Web safe color of #001409 is #000000 (or #000).

RGB color model

#001409 color RGB value is (0,20,9).

RGB: (0,20,9) (0%, 8%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 9 of 255 = 4%

0
20
9

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

Portions of RGB colors in percentages

R + G + B = 0 + 20 + 9 = 29 (100%)
R 0 of 29 ~ 0%
G 20 of 29 ~ 68.97%
B 9 of 29 ~ 31.03'%

%68.97
%31.03

CMYK color model

#001409 color CMYK value is (100,0,55,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 92.16%

CMYK: (100,0,55,92)
C100M0Y55K92 (100%, 0%, 55%, 92%)
(1.00 / 0.00 / 0.55 / 0.92)

CMYK percentages

%100
%0
%55
%92.16

Codes

Color #001409 in popluar color models

00 14 09
RGB 0 20 9
HSL 147° 100.00% 3.92%
HSB/HSV 147° 100.00% 7.84%
CMYK 100.00% 0.00% 55.00%
92.16%

Color #001409 in popluar number systems.

HEX 00 14 09
Decimal 0 20 9
Binary 0 10100 1001
Octal 0 24 11

Shades and tints

Shades of #001409

#001409
(0,20,9)
#001309
(0,19,9)
#001209
(0,18,9)
#001109
(0,17,9)
#001009
(0,16,9)
#000F09
(0,15,9)
#000E09
(0,14,9)
#000D09
(0,13,9)
#000C09
(0,12,9)
#000B09
(0,11,9)
#000A09
(0,10,9)
#000000
(0,0,0)

Tints of #001409

#001409
(0,20,9)
#17291F
(23,41,31)
#2E3E35
(46,62,53)
#45534B
(69,83,75)
#5C6861
(92,104,97)
#737D77
(115,125,119)
#8A928D
(138,146,141)
#A1A7A3
(161,167,163)
#B8BCB9
(184,188,185)
#CFD1CF
(207,209,207)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001409; }

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

This text font color is #001409.

Background Color

.myBgColor { background-color: #001409; }

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

This div background color is #001409.

Border color

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

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

This div border color is #001409.

Opacity

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

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

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

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

This text has shadow with #001409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001409.

Preview

Color preview on black background

This text has color #001409 on black background.


Color preview on white background

This text has color #001409 on white background.


Black color preview on #001409 background

This text has black color on #001409 background.


White color preview on #001409 background

This text has white color on #001409 background.


Related colors

Complementary color

Complementary color for #hex is #FFEBF6.


I love getcolorcode.com

Triadic colors

1 #090014 and #140900 with #001409 are triadic colors.

2 #091400 and #140009 with #001409 are triadic colors.