COLOR #010709

HEX: #010709 RGB: (1,7,9)

Color info

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

RGB color model

#010709 color RGB value is (1,7,9).

RGB: (1,7,9) (0%, 3%, 4%)

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 9 of 255 = 4%

1
7
9

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

Portions of RGB colors in percentages

R + G + B = 1 + 7 + 9 = 17 (100%)
R 1 of 17 ~ 5.88%
G 7 of 17 ~ 41.18%
B 9 of 17 ~ 52.94'%

%41.18
%52.94

CMYK color model

#010709 color CMYK value is (89,22,0,96).

  • cyan value is 88.89%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 96.47%

CMYK: (89,22,0,96)
C89M22Y0K96 (89%, 22%, 0%, 96%)
(0.89 / 0.22 / 0.00 / 0.96)

CMYK percentages

%88.89
%22.22
%0
%96.47

Codes

Color #010709 in popluar color models

01 07 09
RGB 1 7 9
HSL 195° 80.00% 1.96%
HSB/HSV 195° 88.89% 3.53%
CMYK 88.89% 22.22% 0.00%
96.47%

Color #010709 in popluar number systems.

HEX 01 07 09
Decimal 1 7 9
Binary 1 111 1001
Octal 1 7 11

Shades and tints

Tints of #010709

#010709
(1,7,9)
#181D1F
(24,29,31)
#2F3335
(47,51,53)
#46494B
(70,73,75)
#5D5F61
(93,95,97)
#747577
(116,117,119)
#8B8B8D
(139,139,141)
#A2A1A3
(162,161,163)
#B9B7B9
(185,183,185)
#D0CDCF
(208,205,207)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010709; }

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

This text font color is #010709.

Background Color

.myBgColor { background-color: #010709; }

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

This div background color is #010709.

Border color

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

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

This div border color is #010709.

Opacity

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

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

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

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

This text has shadow with #010709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010709.

Preview

Color preview on black background

This text has color #010709 on black background.


Color preview on white background

This text has color #010709 on white background.


Black color preview on #010709 background

This text has black color on #010709 background.


White color preview on #010709 background

This text has white color on #010709 background.


Related colors

Complementary color

Complementary color for #hex is #FEF8F6.


I love getcolorcode.com

Triadic colors

1 #090107 and #070901 with #010709 are triadic colors.

2 #090701 and #070109 with #010709 are triadic colors.