Shades of Black Russian #060014
Tints of Black Russian #060014
RGB
CMYK
RGB Variations
Color information
#060014 (or 0x060014) is known color: Black Russian. HEX triplet: 06, 00 and 14. RGB value is (6,0,20). Sum of RGB (Red+Green+Blue) = 6+0+20=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 20 (8.20% from 255 or 76.92% from 26); Max value from RGB is 20 - color contains mainly: blue. Hex color #060014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060014 is #F9FFEB. Grayscale: #040404. Windows color (decimal): -16383980 or 1310726. OLE color: 1310726.
HSL color Cylindrical-coordinate representation of color #060014: hue angle of 258º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060014 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 0 | 20 | - |
| CMYK | 0.70 | 1 | 0 | 0.92 |
| HSL | 258º | 1% | 0.04% | - |
| HSV(B) | 258º | 1% | 0.08% | - |
| XYZ | 0.2 | 0.09 | 0.67 | - |
| YUV | 4.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 20 | 0.70 | 1 | 0 | 0.92 | 258 | 1 | 0.04 |
| Hex | 6 | 0 | 14 | 46 | 64 | 0 | 5C | 102 | 64 | 4 |
| Octal | 6 | 0 | 24 | 106 | 144 | 0 | 134 | 402 | 144 | 4 |
| Binary | 110 | 0 | 10100 | 1000110 | 1100100 | 0 | 1011100 | 100000010 | 1100100 | 100 |
Color Harmonies of #060014
Complementary color
Monochromatic Colors of #060014
Black with #060014
Text Example
Text Example
White with #060014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060014; }
p { color: rgb(6,0,20); }
H1.HeaderClassName
{
color: #060014;
}
.AnyTagClassName
{
color: #060014;
}
</style>
background-color css
<style>
a { background-color: #060014; }
a { background-color: rgb(6,0,20); }
div.DivClassName
{
background-color: #060014;
}
.BgClassName
{
background-color: #060014;
}
</style>
border-color css
<style>
span { border-color: #060014; }
span { border-color: rgb(6,0,20); }
td.TdClassName
{
border-color: #060014;
}
.TagClassName
{
border-color: #060014;
}
</style>