Shades of Black Russian #000110
Tints of Black Russian #000110
RGB
CMYK
RGB Variations
Color information
#000110 (or 0x000110) is known color: Black Russian. HEX triplet: 00, 01 and 10. RGB value is (0,1,16). Sum of RGB (Red+Green+Blue) = 0+1+16=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 16 (6.64% from 255 or 94.12% from 17); Max value from RGB is 16 - color contains mainly: blue. Hex color #000110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000110 is #FFFEEF. Grayscale: #020202. Windows color (decimal): -16776944 or 1048832. OLE color: 1048832.
HSL color Cylindrical-coordinate representation of color #000110: hue angle of 236.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000110 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 1 | 16 | - |
| CMYK | 1 | 0.94 | 0 | 0.94 |
| HSL | 236.25º | 1% | 0.03% | - |
| HSV(B) | 236.25º | 1% | 0.06% | - |
| XYZ | 0.1 | 0.06 | 0.5 | - |
| YUV | 2.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 16 | 1 | 0.94 | 0 | 0.94 | 236.25 | 1 | 0.03 |
| Hex | 0 | 1 | 10 | 64 | 5E | 0 | 5E | EC | 64 | 3 |
| Octal | 0 | 1 | 20 | 144 | 136 | 0 | 136 | 354 | 144 | 3 |
| Binary | 0 | 1 | 10000 | 1100100 | 1011110 | 0 | 1011110 | 11101100 | 1100100 | 11 |
Color Harmonies of #000110
Complementary color
Monochromatic Colors of #000110
Black with #000110
Text Example
Text Example
White with #000110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000110; }
p { color: rgb(0,1,16); }
H1.HeaderClassName
{
color: #000110;
}
.AnyTagClassName
{
color: #000110;
}
</style>
background-color css
<style>
a { background-color: #000110; }
a { background-color: rgb(0,1,16); }
div.DivClassName
{
background-color: #000110;
}
.BgClassName
{
background-color: #000110;
}
</style>
border-color css
<style>
span { border-color: #000110; }
span { border-color: rgb(0,1,16); }
td.TdClassName
{
border-color: #000110;
}
.TagClassName
{
border-color: #000110;
}
</style>