Shades of Black Russian #000112
Tints of Black Russian #000112
RGB
CMYK
RGB Variations
Color information
#000112 (or 0x000112) is known color: Black Russian. HEX triplet: 00, 01 and 12. RGB value is (0,1,18). Sum of RGB (Red+Green+Blue) = 0+1+18=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 18 (7.42% from 255 or 94.74% from 19); Max value from RGB is 18 - color contains mainly: blue. Hex color #000112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000112 is #FFFEED. Grayscale: #020202. Windows color (decimal): -16776942 or 1179904. OLE color: 1179904.
HSL color Cylindrical-coordinate representation of color #000112: hue angle of 236.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000112 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 1 | 18 | - |
| CMYK | 1 | 0.94 | 0 | 0.93 |
| HSL | 236.67º | 1% | 0.04% | - |
| HSV(B) | 236.67º | 1% | 0.07% | - |
| XYZ | 0.12 | 0.07 | 0.58 | - |
| YUV | 2.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 18 | 1 | 0.94 | 0 | 0.93 | 236.67 | 1 | 0.04 |
| Hex | 0 | 1 | 12 | 64 | 5E | 0 | 5D | ED | 64 | 4 |
| Octal | 0 | 1 | 22 | 144 | 136 | 0 | 135 | 355 | 144 | 4 |
| Binary | 0 | 1 | 10010 | 1100100 | 1011110 | 0 | 1011101 | 11101101 | 1100100 | 100 |
Color Harmonies of #000112
Complementary color
Monochromatic Colors of #000112
Black with #000112
Text Example
Text Example
White with #000112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000112; }
p { color: rgb(0,1,18); }
H1.HeaderClassName
{
color: #000112;
}
.AnyTagClassName
{
color: #000112;
}
</style>
background-color css
<style>
a { background-color: #000112; }
a { background-color: rgb(0,1,18); }
div.DivClassName
{
background-color: #000112;
}
.BgClassName
{
background-color: #000112;
}
</style>
border-color css
<style>
span { border-color: #000112; }
span { border-color: rgb(0,1,18); }
td.TdClassName
{
border-color: #000112;
}
.TagClassName
{
border-color: #000112;
}
</style>