Shades of Black Russian #060112
Tints of Black Russian #060112
RGB
CMYK
RGB Variations
Color information
#060112 (or 0x060112) is known color: Black Russian. HEX triplet: 06, 01 and 12. RGB value is (6,1,18). Sum of RGB (Red+Green+Blue) = 6+1+18=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #060112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060112 is #F9FEED. Grayscale: #040404. Windows color (decimal): -16383726 or 1179910. OLE color: 1179910.
HSL color Cylindrical-coordinate representation of color #060112: hue angle of 257.65º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060112 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 1 | 18 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.93 |
| HSL | 257.65º | 0.89% | 0.04% | - |
| HSV(B) | 257.65º | 0.94% | 0.07% | - |
| XYZ | 0.2 | 0.1 | 0.58 | - |
| YUV | 4.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 18 | 0.67 | 0.94 | 0 | 0.93 | 257.65 | 0.89 | 0.04 |
| Hex | 6 | 1 | 12 | 43 | 5E | 0 | 5D | 102 | 59 | 4 |
| Octal | 6 | 1 | 22 | 103 | 136 | 0 | 135 | 402 | 131 | 4 |
| Binary | 110 | 1 | 10010 | 1000011 | 1011110 | 0 | 1011101 | 100000010 | 1011001 | 100 |
Color Harmonies of #060112
Complementary color
Monochromatic Colors of #060112
Black with #060112
Text Example
Text Example
White with #060112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060112; }
p { color: rgb(6,1,18); }
H1.HeaderClassName
{
color: #060112;
}
.AnyTagClassName
{
color: #060112;
}
</style>
background-color css
<style>
a { background-color: #060112; }
a { background-color: rgb(6,1,18); }
div.DivClassName
{
background-color: #060112;
}
.BgClassName
{
background-color: #060112;
}
</style>
border-color css
<style>
span { border-color: #060112; }
span { border-color: rgb(6,1,18); }
td.TdClassName
{
border-color: #060112;
}
.TagClassName
{
border-color: #060112;
}
</style>