COLOR #001609

HEX: #001609
RGB: (0,22,9)

Color info

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

RGB color model

#001609 color RGB value is (0,22,9).

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

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 9 of 255 = 4%

0
22
9

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

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 9 = 31 (100%)
R 0 of 31 ~ 0%
G 22 of 31 ~ 70.97%
B 9 of 31 ~ 29.03%

%70.97
%29.03

CMYK color model

#001609 color CMYK value is (100,0,59,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 91.37%
CMYK:
(100,0,59,91)
C100M0Y59K91 
(100%,0%,59%,91%)
(1.00/0.00/0.59/0.91)	

CMYK percentages

%100
%0
%59.09
%91.37

Codes

Color #001609 in popluar color models

001609
RGB0229
HSL145°100.00%4.31%
HSB/HSV145°100.00%8.63%
CMYK100.00%0.00%59.09%
91.37%

Color #001609 in popluar number systems.

HEX001609
Decimal0229
Binary0101101001
Octal02611

Shades and tints

Shades of #001609

#001609
(0,22,9)
#001409
(0,20,9)
#001209
(0,18,9)
#001009
(0,16,9)
#000E09
(0,14,9)
#000C09
(0,12,9)
#000A09
(0,10,9)
#000809
(0,8,9)
#000609
(0,6,9)
#000409
(0,4,9)
#000209
(0,2,9)
#000000
(0,0,0)

Tints of #001609

#001609
(0,22,9)
#172B1F
(23,43,31)
#2E4035
(46,64,53)
#45554B
(69,85,75)
#5C6A61
(92,106,97)
#737F77
(115,127,119)
#8A948D
(138,148,141)
#A1A9A3
(161,169,163)
#B8BEB9
(184,190,185)
#CFD3CF
(207,211,207)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001609; }

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

This text font color is #001609.


Background Color

.myBgColor { background-color: #001609; }

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

This div background color is #001609.


Border color

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

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

This div border color is #001609.


Opacity

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

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

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

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

This text has shadow with #001609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001609 on black background.


Color preview on white background

This text has color #001609 on white background.



Black color preview on #001609 background

This text has black color on #001609 background.


White color preview on #001609 background

This text has white color on #001609 background.