Shades of Black Russian #010006
Tints of Black Russian #010006
RGB
CMYK
RGB Variations
Color information
#010006 (or 0x010006) is known color: Black Russian. HEX triplet: 01, 00 and 06. RGB value is (1,0,6). Sum of RGB (Red+Green+Blue) = 1+0+6=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 0 (0.39% from 255 or 0% from 7); Blue value is 6 (2.73% from 255 or 85.71% from 7); Max value from RGB is 6 - color contains mainly: blue. Hex color #010006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010006 is #FEFFF9. Grayscale: #000000. Windows color (decimal): -16711674 or 393217. OLE color: 393217.
HSL color Cylindrical-coordinate representation of color #010006: hue angle of 250º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010006 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 1 | 0 | 6 | - |
| CMYK | 0.83 | 1 | 0 | 0.98 |
| HSL | 250º | 1% | 0.01% | - |
| HSV(B) | 250º | 1% | 0.02% | - |
| XYZ | 0.05 | 0.02 | 0.17 | - |
| YUV | 0.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 6 | 0.83 | 1 | 0 | 0.98 | 250 | 1 | 0.01 |
| Hex | 1 | 0 | 6 | 53 | 64 | 0 | 62 | FA | 64 | 1 |
| Octal | 1 | 0 | 6 | 123 | 144 | 0 | 142 | 372 | 144 | 1 |
| Binary | 1 | 0 | 110 | 1010011 | 1100100 | 0 | 1100010 | 11111010 | 1100100 | 1 |
Color Harmonies of #010006
Complementary color
Monochromatic Colors of #010006
Black with #010006
Text Example
Text Example
White with #010006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010006; }
p { color: rgb(1,0,6); }
H1.HeaderClassName
{
color: #010006;
}
.AnyTagClassName
{
color: #010006;
}
</style>
background-color css
<style>
a { background-color: #010006; }
a { background-color: rgb(1,0,6); }
div.DivClassName
{
background-color: #010006;
}
.BgClassName
{
background-color: #010006;
}
</style>
border-color css
<style>
span { border-color: #010006; }
span { border-color: rgb(1,0,6); }
td.TdClassName
{
border-color: #010006;
}
.TagClassName
{
border-color: #010006;
}
</style>