COLOR #010509

HEX: #010509
RGB: (1,5,9)

Color info

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

RGB color model

#010509 color RGB value is (1,5,9).

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

RGB channels and saturation

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

1
5
9

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

Portions of RGB colors in percentages

R + G + B =
1 + 5 + 9 = 15 (100%)
R 1 of 15 ~ 6.67%
G 5 of 15 ~ 33.33%
B 9 of 15 ~ 60%

%33.33
%60

CMYK color model

#010509 color CMYK value is (89,44,0,96).

  • cyan value is 88.89%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(89,44,0,96)
C89M44Y0K96 
(89%,44%,0%,96%)
(0.89/0.44/0.00/0.96)	

CMYK percentages

%88.89
%44.44
%0
%96.47

Codes

Color #010509 in popluar color models

010509
RGB159
HSL210°80.00%1.96%
HSB/HSV210°88.89%3.53%
CMYK88.89%44.44%0.00%
96.47%

Color #010509 in popluar number systems.

HEX010509
Decimal159
Binary11011001
Octal1511

Shades and tints

Tints of #010509

#010509
(1,5,9)
#181B1F
(24,27,31)
#2F3135
(47,49,53)
#46474B
(70,71,75)
#5D5D61
(93,93,97)
#747377
(116,115,119)
#8B898D
(139,137,141)
#A29FA3
(162,159,163)
#B9B5B9
(185,181,185)
#D0CBCF
(208,203,207)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010509; }

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

This text font color is #010509.


Background Color

.myBgColor { background-color: #010509; }

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

This div background color is #010509.


Border color

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

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

This div border color is #010509.


Opacity

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

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

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

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

This text has shadow with #010509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010509 on black background.


Color preview on white background

This text has color #010509 on white background.



Black color preview on #010509 background

This text has black color on #010509 background.


White color preview on #010509 background

This text has white color on #010509 background.