Shades of Black Russian #060A11
Tints of Black Russian #060A11
RGB
CMYK
RGB Variations
Color information
#060A11 (or 0x060A11) is known color: Black Russian. HEX triplet: 06, 0A and 11. RGB value is (6,10,17). Sum of RGB (Red+Green+Blue) = 6+10+17=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #060A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A11 is #F9F5EE. Grayscale: #090909. Windows color (decimal): -16381423 or 1116678. OLE color: 1116678.
HSL color Cylindrical-coordinate representation of color #060A11: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #060A11 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 10 | 17 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.93 |
| HSL | 218.18º | 0.48% | 0.05% | - |
| HSV(B) | 218.18º | 0.65% | 0.07% | - |
| XYZ | 0.28 | 0.3 | 0.57 | - |
| YUV | 9.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 17 | 0.65 | 0.41 | 0 | 0.93 | 218.18 | 0.48 | 0.05 |
| Hex | 6 | A | 11 | 41 | 29 | 0 | 5D | DA | 30 | 5 |
| Octal | 6 | 12 | 21 | 101 | 51 | 0 | 135 | 332 | 60 | 5 |
| Binary | 110 | 1010 | 10001 | 1000001 | 101001 | 0 | 1011101 | 11011010 | 110000 | 101 |
Color Harmonies of #060A11
Complementary color
Monochromatic Colors of #060A11
Black with #060A11
Text Example
Text Example
White with #060A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A11; }
p { color: rgb(6,10,17); }
H1.HeaderClassName
{
color: #060A11;
}
.AnyTagClassName
{
color: #060A11;
}
</style>
background-color css
<style>
a { background-color: #060A11; }
a { background-color: rgb(6,10,17); }
div.DivClassName
{
background-color: #060A11;
}
.BgClassName
{
background-color: #060A11;
}
</style>
border-color css
<style>
span { border-color: #060A11; }
span { border-color: rgb(6,10,17); }
td.TdClassName
{
border-color: #060A11;
}
.TagClassName
{
border-color: #060A11;
}
</style>