Shades of Black Russian #060A14
Tints of Black Russian #060A14
RGB
CMYK
RGB Variations
Color information
#060A14 (or 0x060A14) is known color: Black Russian. HEX triplet: 06, 0A and 14. RGB value is (6,10,20). Sum of RGB (Red+Green+Blue) = 6+10+20=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #060A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A14 is #F9F5EB. Grayscale: #090909. Windows color (decimal): -16381420 or 1313286. OLE color: 1313286.
HSL color Cylindrical-coordinate representation of color #060A14: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #060A14 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 10 | 20 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.92 |
| HSL | 222.86º | 0.54% | 0.05% | - |
| HSV(B) | 222.86º | 0.7% | 0.08% | - |
| XYZ | 0.31 | 0.31 | 0.7 | - |
| YUV | 9.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 20 | 0.70 | 0.50 | 0 | 0.92 | 222.86 | 0.54 | 0.05 |
| Hex | 6 | A | 14 | 46 | 32 | 0 | 5C | DF | 36 | 5 |
| Octal | 6 | 12 | 24 | 106 | 62 | 0 | 134 | 337 | 66 | 5 |
| Binary | 110 | 1010 | 10100 | 1000110 | 110010 | 0 | 1011100 | 11011111 | 110110 | 101 |
Color Harmonies of #060A14
Complementary color
Monochromatic Colors of #060A14
Black with #060A14
Text Example
Text Example
White with #060A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A14; }
p { color: rgb(6,10,20); }
H1.HeaderClassName
{
color: #060A14;
}
.AnyTagClassName
{
color: #060A14;
}
</style>
background-color css
<style>
a { background-color: #060A14; }
a { background-color: rgb(6,10,20); }
div.DivClassName
{
background-color: #060A14;
}
.BgClassName
{
background-color: #060A14;
}
</style>
border-color css
<style>
span { border-color: #060A14; }
span { border-color: rgb(6,10,20); }
td.TdClassName
{
border-color: #060A14;
}
.TagClassName
{
border-color: #060A14;
}
</style>