Shades of Black Russian #060532
Tints of Black Russian #060532
RGB
CMYK
RGB Variations
Color information
#060532 (or 0x060532) is known color: Black Russian. HEX triplet: 06, 05 and 32. RGB value is (6,5,50). Sum of RGB (Red+Green+Blue) = 6+5+50=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 50 (19.92% from 255 or 81.97% from 61); Max value from RGB is 50 - color contains mainly: blue. Hex color #060532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060532 is #F9FACD. Grayscale: #0A0A0A. Windows color (decimal): -16382670 or 3278086. OLE color: 3278086.
HSL color Cylindrical-coordinate representation of color #060532: hue angle of 241.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060532 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 5 | 50 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.80 |
| HSL | 241.33º | 0.82% | 0.11% | - |
| HSV(B) | 241.33º | 0.9% | 0.2% | - |
| XYZ | 0.71 | 0.38 | 3.05 | - |
| YUV | 10.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 50 | 0.88 | 0.90 | 0 | 0.80 | 241.33 | 0.82 | 0.11 |
| Hex | 6 | 5 | 32 | 58 | 5A | 0 | 50 | F1 | 52 | B |
| Octal | 6 | 5 | 62 | 130 | 132 | 0 | 120 | 361 | 122 | 13 |
| Binary | 110 | 101 | 110010 | 1011000 | 1011010 | 0 | 1010000 | 11110001 | 1010010 | 1011 |
Color Harmonies of #060532
Complementary color
Monochromatic Colors of #060532
Black with #060532
Text Example
Text Example
White with #060532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060532; }
p { color: rgb(6,5,50); }
H1.HeaderClassName
{
color: #060532;
}
.AnyTagClassName
{
color: #060532;
}
</style>
background-color css
<style>
a { background-color: #060532; }
a { background-color: rgb(6,5,50); }
div.DivClassName
{
background-color: #060532;
}
.BgClassName
{
background-color: #060532;
}
</style>
border-color css
<style>
span { border-color: #060532; }
span { border-color: rgb(6,5,50); }
td.TdClassName
{
border-color: #060532;
}
.TagClassName
{
border-color: #060532;
}
</style>