Shades of Black Russian #06022A
Tints of Black Russian #06022A
RGB
CMYK
RGB Variations
Color information
#06022A (or 0x06022A) is known color: Black Russian. HEX triplet: 06, 02 and 2A. RGB value is (6,2,42). Sum of RGB (Red+Green+Blue) = 6+2+42=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 42 (16.80% from 255 or 84% from 50); Max value from RGB is 42 - color contains mainly: blue. Hex color #06022A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06022A is #F9FDD5. Grayscale: #070707. Windows color (decimal): -16383446 or 2753030. OLE color: 2753030.
HSL color Cylindrical-coordinate representation of color #06022A: hue angle of 246º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06022A is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 2 | 42 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.84 |
| HSL | 246º | 0.91% | 0.09% | - |
| HSV(B) | 246º | 0.95% | 0.16% | - |
| XYZ | 0.51 | 0.25 | 2.21 | - |
| YUV | 7.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 42 | 0.86 | 0.95 | 0 | 0.84 | 246 | 0.91 | 0.09 |
| Hex | 6 | 2 | 2A | 56 | 5F | 0 | 54 | F6 | 5B | 9 |
| Octal | 6 | 2 | 52 | 126 | 137 | 0 | 124 | 366 | 133 | 11 |
| Binary | 110 | 10 | 101010 | 1010110 | 1011111 | 0 | 1010100 | 11110110 | 1011011 | 1001 |
Color Harmonies of #06022A
Complementary color
Monochromatic Colors of #06022A
Black with #06022A
Text Example
Text Example
White with #06022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06022A; }
p { color: rgb(6,2,42); }
H1.HeaderClassName
{
color: #06022A;
}
.AnyTagClassName
{
color: #06022A;
}
</style>
background-color css
<style>
a { background-color: #06022A; }
a { background-color: rgb(6,2,42); }
div.DivClassName
{
background-color: #06022A;
}
.BgClassName
{
background-color: #06022A;
}
</style>
border-color css
<style>
span { border-color: #06022A; }
span { border-color: rgb(6,2,42); }
td.TdClassName
{
border-color: #06022A;
}
.TagClassName
{
border-color: #06022A;
}
</style>