Shades of Black Russian #060528
Tints of Black Russian #060528
RGB
CMYK
RGB Variations
Color information
#060528 (or 0x060528) is known color: Black Russian. HEX triplet: 06, 05 and 28. RGB value is (6,5,40). Sum of RGB (Red+Green+Blue) = 6+5+40=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 40 (16.02% from 255 or 78.43% from 51); Max value from RGB is 40 - color contains mainly: blue. Hex color #060528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060528 is #F9FAD7. Grayscale: #090909. Windows color (decimal): -16382680 or 2622726. OLE color: 2622726.
HSL color Cylindrical-coordinate representation of color #060528: hue angle of 241.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060528 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 5 | 40 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.84 |
| HSL | 241.71º | 0.78% | 0.09% | - |
| HSV(B) | 241.71º | 0.88% | 0.16% | - |
| XYZ | 0.51 | 0.3 | 2.04 | - |
| YUV | 9.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 40 | 0.85 | 0.88 | 0 | 0.84 | 241.71 | 0.78 | 0.09 |
| Hex | 6 | 5 | 28 | 55 | 58 | 0 | 54 | F2 | 4E | 9 |
| Octal | 6 | 5 | 50 | 125 | 130 | 0 | 124 | 362 | 116 | 11 |
| Binary | 110 | 101 | 101000 | 1010101 | 1011000 | 0 | 1010100 | 11110010 | 1001110 | 1001 |
Color Harmonies of #060528
Complementary color
Monochromatic Colors of #060528
Black with #060528
Text Example
Text Example
White with #060528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060528; }
p { color: rgb(6,5,40); }
H1.HeaderClassName
{
color: #060528;
}
.AnyTagClassName
{
color: #060528;
}
</style>
background-color css
<style>
a { background-color: #060528; }
a { background-color: rgb(6,5,40); }
div.DivClassName
{
background-color: #060528;
}
.BgClassName
{
background-color: #060528;
}
</style>
border-color css
<style>
span { border-color: #060528; }
span { border-color: rgb(6,5,40); }
td.TdClassName
{
border-color: #060528;
}
.TagClassName
{
border-color: #060528;
}
</style>