Shades of Black Russian #060032
Tints of Black Russian #060032
RGB
CMYK
RGB Variations
Color information
#060032 (or 0x060032) is known color: Black Russian. HEX triplet: 06, 00 and 32. RGB value is (6,0,50). Sum of RGB (Red+Green+Blue) = 6+0+50=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 50 (19.92% from 255 or 89.29% from 56); Max value from RGB is 50 - color contains mainly: blue. Hex color #060032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060032 is #F9FFCD. Grayscale: #070707. Windows color (decimal): -16383950 or 3276806. OLE color: 3276806.
HSL color Cylindrical-coordinate representation of color #060032: hue angle of 247.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060032 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 0 | 50 | - |
| CMYK | 0.88 | 1 | 0 | 0.80 |
| HSL | 247.2º | 1% | 0.1% | - |
| HSV(B) | 247.2º | 1% | 0.2% | - |
| XYZ | 0.65 | 0.27 | 3.04 | - |
| YUV | 7.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 50 | 0.88 | 1 | 0 | 0.80 | 247.2 | 1 | 0.1 |
| Hex | 6 | 0 | 32 | 58 | 64 | 0 | 50 | F7 | 64 | A |
| Octal | 6 | 0 | 62 | 130 | 144 | 0 | 120 | 367 | 144 | 12 |
| Binary | 110 | 0 | 110010 | 1011000 | 1100100 | 0 | 1010000 | 11110111 | 1100100 | 1010 |
Color Harmonies of #060032
Complementary color
Monochromatic Colors of #060032
Black with #060032
Text Example
Text Example
White with #060032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060032; }
p { color: rgb(6,0,50); }
H1.HeaderClassName
{
color: #060032;
}
.AnyTagClassName
{
color: #060032;
}
</style>
background-color css
<style>
a { background-color: #060032; }
a { background-color: rgb(6,0,50); }
div.DivClassName
{
background-color: #060032;
}
.BgClassName
{
background-color: #060032;
}
</style>
border-color css
<style>
span { border-color: #060032; }
span { border-color: rgb(6,0,50); }
td.TdClassName
{
border-color: #060032;
}
.TagClassName
{
border-color: #060032;
}
</style>