Shades of Black Russian #060211
Tints of Black Russian #060211
RGB
CMYK
RGB Variations
Color information
#060211 (or 0x060211) is known color: Black Russian. HEX triplet: 06, 02 and 11. RGB value is (6,2,17). Sum of RGB (Red+Green+Blue) = 6+2+17=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #060211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060211 is #F9FDEE. Grayscale: #040404. Windows color (decimal): -16383471 or 1114630. OLE color: 1114630.
HSL color Cylindrical-coordinate representation of color #060211: hue angle of 256º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060211 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 2 | 17 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.93 |
| HSL | 256º | 0.79% | 0.04% | - |
| HSV(B) | 256º | 0.88% | 0.07% | - |
| XYZ | 0.2 | 0.12 | 0.54 | - |
| YUV | 4.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 17 | 0.65 | 0.88 | 0 | 0.93 | 256 | 0.79 | 0.04 |
| Hex | 6 | 2 | 11 | 41 | 58 | 0 | 5D | 100 | 4F | 4 |
| Octal | 6 | 2 | 21 | 101 | 130 | 0 | 135 | 400 | 117 | 4 |
| Binary | 110 | 10 | 10001 | 1000001 | 1011000 | 0 | 1011101 | 100000000 | 1001111 | 100 |
Color Harmonies of #060211
Complementary color
Monochromatic Colors of #060211
Black with #060211
Text Example
Text Example
White with #060211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060211; }
p { color: rgb(6,2,17); }
H1.HeaderClassName
{
color: #060211;
}
.AnyTagClassName
{
color: #060211;
}
</style>
background-color css
<style>
a { background-color: #060211; }
a { background-color: rgb(6,2,17); }
div.DivClassName
{
background-color: #060211;
}
.BgClassName
{
background-color: #060211;
}
</style>
border-color css
<style>
span { border-color: #060211; }
span { border-color: rgb(6,2,17); }
td.TdClassName
{
border-color: #060211;
}
.TagClassName
{
border-color: #060211;
}
</style>