Shades of Black Russian #010009
Tints of Black Russian #010009
RGB
CMYK
RGB Variations
Color information
#010009 (or 0x010009) is known color: Black Russian. HEX triplet: 01, 00 and 09. RGB value is (1,0,9). Sum of RGB (Red+Green+Blue) = 1+0+9=10 (1% of max value = 765). Red value is 1 (0.78% from 255 or 10% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 9 (3.91% from 255 or 90% from 10); Max value from RGB is 9 - color contains mainly: blue. Hex color #010009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010009 is #FEFFF6. Grayscale: #010101. Windows color (decimal): -16711671 or 589825. OLE color: 589825.
HSL color Cylindrical-coordinate representation of color #010009: hue angle of 246.67º 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 #010009 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 0 | 9 | - |
| CMYK | 0.89 | 1 | 0 | 0.96 |
| HSL | 246.67º | 1% | 0.02% | - |
| HSV(B) | 246.67º | 1% | 0.04% | - |
| XYZ | 0.06 | 0.03 | 0.26 | - |
| YUV | 1.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 9 | 0.89 | 1 | 0 | 0.96 | 246.67 | 1 | 0.02 |
| Hex | 1 | 0 | 9 | 59 | 64 | 0 | 60 | F7 | 64 | 2 |
| Octal | 1 | 0 | 11 | 131 | 144 | 0 | 140 | 367 | 144 | 2 |
| Binary | 1 | 0 | 1001 | 1011001 | 1100100 | 0 | 1100000 | 11110111 | 1100100 | 10 |
Color Harmonies of #010009
Complementary color
Monochromatic Colors of #010009
Black with #010009
Text Example
Text Example
White with #010009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010009; }
p { color: rgb(1,0,9); }
H1.HeaderClassName
{
color: #010009;
}
.AnyTagClassName
{
color: #010009;
}
</style>
background-color css
<style>
a { background-color: #010009; }
a { background-color: rgb(1,0,9); }
div.DivClassName
{
background-color: #010009;
}
.BgClassName
{
background-color: #010009;
}
</style>
border-color css
<style>
span { border-color: #010009; }
span { border-color: rgb(1,0,9); }
td.TdClassName
{
border-color: #010009;
}
.TagClassName
{
border-color: #010009;
}
</style>