Shades of Black Russian #060412
Tints of Black Russian #060412
RGB
CMYK
RGB Variations
Color information
#060412 (or 0x060412) is known color: Black Russian. HEX triplet: 06, 04 and 12. RGB value is (6,4,18). Sum of RGB (Red+Green+Blue) = 6+4+18=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #060412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060412 is #F9FBED. Grayscale: #060606. Windows color (decimal): -16382958 or 1180678. OLE color: 1180678.
HSL color Cylindrical-coordinate representation of color #060412: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #060412 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 4 | 18 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.93 |
| HSL | 248.57º | 0.64% | 0.04% | - |
| HSV(B) | 248.57º | 0.78% | 0.07% | - |
| XYZ | 0.23 | 0.17 | 0.59 | - |
| YUV | 6.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 18 | 0.67 | 0.78 | 0 | 0.93 | 248.57 | 0.64 | 0.04 |
| Hex | 6 | 4 | 12 | 43 | 4E | 0 | 5D | F9 | 40 | 4 |
| Octal | 6 | 4 | 22 | 103 | 116 | 0 | 135 | 371 | 100 | 4 |
| Binary | 110 | 100 | 10010 | 1000011 | 1001110 | 0 | 1011101 | 11111001 | 1000000 | 100 |
Color Harmonies of #060412
Complementary color
Monochromatic Colors of #060412
Black with #060412
Text Example
Text Example
White with #060412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060412; }
p { color: rgb(6,4,18); }
H1.HeaderClassName
{
color: #060412;
}
.AnyTagClassName
{
color: #060412;
}
</style>
background-color css
<style>
a { background-color: #060412; }
a { background-color: rgb(6,4,18); }
div.DivClassName
{
background-color: #060412;
}
.BgClassName
{
background-color: #060412;
}
</style>
border-color css
<style>
span { border-color: #060412; }
span { border-color: rgb(6,4,18); }
td.TdClassName
{
border-color: #060412;
}
.TagClassName
{
border-color: #060412;
}
</style>