COLOR #010609

HEX: #010609
RGB: (1,6,9)

Color info

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

RGB color model

#010609 color RGB value is (1,6,9).

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

RGB channels and saturation

R 1 of 255 = 0%
G 6 of 255 = 2%
B 9 of 255 = 4%

1
6
9

R + G + B ~ 2%. #010609 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 9 = 16 (100%)
R 1 of 16 ~ 6.25%
G 6 of 16 ~ 37.5%
B 9 of 16 ~ 56.25%

%37.5
%56.25

CMYK color model

#010609 color CMYK value is (89,33,0,96).

  • cyan value is 88.89%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(89,33,0,96)
C89M33Y0K96 
(89%,33%,0%,96%)
(0.89/0.33/0.00/0.96)	

CMYK percentages

%88.89
%33.33
%0
%96.47

Codes

Color #010609 in popluar color models

010609
RGB169
HSL203°80.00%1.96%
HSB/HSV203°88.89%3.53%
CMYK88.89%33.33%0.00%
96.47%

Color #010609 in popluar number systems.

HEX010609
Decimal169
Binary11101001
Octal1611

Shades and tints

Tints of #010609

#010609
(1,6,9)
#181C1F
(24,28,31)
#2F3235
(47,50,53)
#46484B
(70,72,75)
#5D5E61
(93,94,97)
#747477
(116,116,119)
#8B8A8D
(139,138,141)
#A2A0A3
(162,160,163)
#B9B6B9
(185,182,185)
#D0CCCF
(208,204,207)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010609; }

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

This text font color is #010609.


Background Color

.myBgColor { background-color: #010609; }

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

This div background color is #010609.


Border color

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

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

This div border color is #010609.


Opacity

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

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

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

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

This text has shadow with #010609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010609 on black background.


Color preview on white background

This text has color #010609 on white background.



Black color preview on #010609 background

This text has black color on #010609 background.


White color preview on #010609 background

This text has white color on #010609 background.