Shades of Black Russian #060512
Tints of Black Russian #060512
RGB
CMYK
RGB Variations
Color information
#060512 (or 0x060512) is known color: Black Russian. HEX triplet: 06, 05 and 12. RGB value is (6,5,18). Sum of RGB (Red+Green+Blue) = 6+5+18=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #060512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060512 is #F9FAED. Grayscale: #060606. Windows color (decimal): -16382702 or 1180934. OLE color: 1180934.
HSL color Cylindrical-coordinate representation of color #060512: hue angle of 244.62º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #060512 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 5 | 18 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.93 |
| HSL | 244.62º | 0.57% | 0.05% | - |
| HSV(B) | 244.62º | 0.72% | 0.07% | - |
| XYZ | 0.24 | 0.19 | 0.6 | - |
| YUV | 6.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 18 | 0.67 | 0.72 | 0 | 0.93 | 244.62 | 0.57 | 0.05 |
| Hex | 6 | 5 | 12 | 43 | 48 | 0 | 5D | F5 | 39 | 5 |
| Octal | 6 | 5 | 22 | 103 | 110 | 0 | 135 | 365 | 71 | 5 |
| Binary | 110 | 101 | 10010 | 1000011 | 1001000 | 0 | 1011101 | 11110101 | 111001 | 101 |
Color Harmonies of #060512
Complementary color
Monochromatic Colors of #060512
Black with #060512
Text Example
Text Example
White with #060512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060512; }
p { color: rgb(6,5,18); }
H1.HeaderClassName
{
color: #060512;
}
.AnyTagClassName
{
color: #060512;
}
</style>
background-color css
<style>
a { background-color: #060512; }
a { background-color: rgb(6,5,18); }
div.DivClassName
{
background-color: #060512;
}
.BgClassName
{
background-color: #060512;
}
</style>
border-color css
<style>
span { border-color: #060512; }
span { border-color: rgb(6,5,18); }
td.TdClassName
{
border-color: #060512;
}
.TagClassName
{
border-color: #060512;
}
</style>