Shades of Black Russian #060122
Tints of Black Russian #060122
RGB
CMYK
RGB Variations
Color information
#060122 (or 0x060122) is known color: Black Russian. HEX triplet: 06, 01 and 22. RGB value is (6,1,34). Sum of RGB (Red+Green+Blue) = 6+1+34=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 34 (13.67% from 255 or 82.93% from 41); Max value from RGB is 34 - color contains mainly: blue. Hex color #060122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060122 is #F9FEDD. Grayscale: #060606. Windows color (decimal): -16383710 or 2228486. OLE color: 2228486.
HSL color Cylindrical-coordinate representation of color #060122: hue angle of 249.09º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060122 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 1 | 34 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.87 |
| HSL | 249.09º | 0.94% | 0.07% | - |
| HSV(B) | 249.09º | 0.97% | 0.13% | - |
| XYZ | 0.37 | 0.18 | 1.53 | - |
| YUV | 6.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 34 | 0.82 | 0.97 | 0 | 0.87 | 249.09 | 0.94 | 0.07 |
| Hex | 6 | 1 | 22 | 52 | 61 | 0 | 57 | F9 | 5E | 7 |
| Octal | 6 | 1 | 42 | 122 | 141 | 0 | 127 | 371 | 136 | 7 |
| Binary | 110 | 1 | 100010 | 1010010 | 1100001 | 0 | 1010111 | 11111001 | 1011110 | 111 |
Color Harmonies of #060122
Complementary color
Monochromatic Colors of #060122
Black with #060122
Text Example
Text Example
White with #060122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060122; }
p { color: rgb(6,1,34); }
H1.HeaderClassName
{
color: #060122;
}
.AnyTagClassName
{
color: #060122;
}
</style>
background-color css
<style>
a { background-color: #060122; }
a { background-color: rgb(6,1,34); }
div.DivClassName
{
background-color: #060122;
}
.BgClassName
{
background-color: #060122;
}
</style>
border-color css
<style>
span { border-color: #060122; }
span { border-color: rgb(6,1,34); }
td.TdClassName
{
border-color: #060122;
}
.TagClassName
{
border-color: #060122;
}
</style>