Shades of Black Russian #060212
Tints of Black Russian #060212
RGB
CMYK
RGB Variations
Color information
#060212 (or 0x060212) is known color: Black Russian. HEX triplet: 06, 02 and 12. RGB value is (6,2,18). Sum of RGB (Red+Green+Blue) = 6+2+18=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #060212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060212 is #F9FDED. Grayscale: #040404. Windows color (decimal): -16383470 or 1180166. OLE color: 1180166.
HSL color Cylindrical-coordinate representation of color #060212: hue angle of 255º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060212 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 2 | 18 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.93 |
| HSL | 255º | 0.8% | 0.04% | - |
| HSV(B) | 255º | 0.89% | 0.07% | - |
| XYZ | 0.21 | 0.13 | 0.59 | - |
| YUV | 5.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 18 | 0.67 | 0.89 | 0 | 0.93 | 255 | 0.8 | 0.04 |
| Hex | 6 | 2 | 12 | 43 | 59 | 0 | 5D | FF | 50 | 4 |
| Octal | 6 | 2 | 22 | 103 | 131 | 0 | 135 | 377 | 120 | 4 |
| Binary | 110 | 10 | 10010 | 1000011 | 1011001 | 0 | 1011101 | 11111111 | 1010000 | 100 |
Color Harmonies of #060212
Complementary color
Monochromatic Colors of #060212
Black with #060212
Text Example
Text Example
White with #060212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060212; }
p { color: rgb(6,2,18); }
H1.HeaderClassName
{
color: #060212;
}
.AnyTagClassName
{
color: #060212;
}
</style>
background-color css
<style>
a { background-color: #060212; }
a { background-color: rgb(6,2,18); }
div.DivClassName
{
background-color: #060212;
}
.BgClassName
{
background-color: #060212;
}
</style>
border-color css
<style>
span { border-color: #060212; }
span { border-color: rgb(6,2,18); }
td.TdClassName
{
border-color: #060212;
}
.TagClassName
{
border-color: #060212;
}
</style>