Shades of Black Russian #000009
Tints of Black Russian #000009
RGB
CMYK
RGB Variations
Color information
#000009 (or 0x000009) is known color: Black Russian. HEX triplet: 00, 00 and 09. RGB value is (0,0,9). Sum of RGB (Red+Green+Blue) = 0+0+9=9 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 9 (3.91% from 255 or 100% from 9); Max value from RGB is 9 - color contains mainly: blue. Hex color #000009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000009 is #FFFFF6. Grayscale: #000000. Windows color (decimal): -16777207 or 589824. OLE color: 589824.
HSL color Cylindrical-coordinate representation of color #000009: hue angle of 240º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000009 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 0 | 0 | 9 | - |
CMYK | 1 | 1 | 0 | 0.96 |
HSL | 240º | 1% | 0.02% | - |
HSV(B) | 240º | 1% | 0.04% | - |
XYZ | 0.05 | 0.02 | 0.26 | - |
YUV | 1.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 9 | 1 | 1 | 0 | 0.96 | 240 | 1 | 0.02 |
Hex | 0 | 0 | 9 | 64 | 64 | 0 | 60 | F0 | 64 | 2 |
Octal | 0 | 0 | 11 | 144 | 144 | 0 | 140 | 360 | 144 | 2 |
Binary | 0 | 0 | 1001 | 1100100 | 1100100 | 0 | 1100000 | 11110000 | 1100100 | 10 |
Color Harmonies of #000009
Complementary color
Monochromatic Colors of #000009
Black with #000009
Text Example
Text Example
White with #000009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000009; }
p { color: rgb(0,0,9); }
H1.HeaderClassName
{
color: #000009;
}
.AnyTagClassName
{
color: #000009;
}
</style>
background-color css
<style>
a { background-color: #000009; }
a { background-color: rgb(0,0,9); }
div.DivClassName
{
background-color: #000009;
}
.BgClassName
{
background-color: #000009;
}
</style>
border-color css
<style>
span { border-color: #000009; }
span { border-color: rgb(0,0,9); }
td.TdClassName
{
border-color: #000009;
}
.TagClassName
{
border-color: #000009;
}
</style>