Shades of Black Russian #030528
Tints of Black Russian #030528
RGB
CMYK
RGB Variations
Color information
#030528 (or 0x030528) is known color: Black Russian. HEX triplet: 03, 05 and 28. RGB value is (3,5,40). Sum of RGB (Red+Green+Blue) = 3+5+40=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 40 (16.02% from 255 or 83.33% from 48); Max value from RGB is 40 - color contains mainly: blue. Hex color #030528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030528 is #FCFAD7. Grayscale: #080808. Windows color (decimal): -16579288 or 2622723. OLE color: 2622723.
HSL color Cylindrical-coordinate representation of color #030528: hue angle of 236.76º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030528 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 5 | 40 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.84 |
| HSL | 236.76º | 0.86% | 0.08% | - |
| HSV(B) | 236.76º | 0.93% | 0.16% | - |
| XYZ | 0.47 | 0.28 | 2.04 | - |
| YUV | 8.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 40 | 0.93 | 0.88 | 0 | 0.84 | 236.76 | 0.86 | 0.08 |
| Hex | 3 | 5 | 28 | 5D | 58 | 0 | 54 | ED | 56 | 8 |
| Octal | 3 | 5 | 50 | 135 | 130 | 0 | 124 | 355 | 126 | 10 |
| Binary | 11 | 101 | 101000 | 1011101 | 1011000 | 0 | 1010100 | 11101101 | 1010110 | 1000 |
Color Harmonies of #030528
Complementary color
Monochromatic Colors of #030528
Black with #030528
Text Example
Text Example
White with #030528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030528; }
p { color: rgb(3,5,40); }
H1.HeaderClassName
{
color: #030528;
}
.AnyTagClassName
{
color: #030528;
}
</style>
background-color css
<style>
a { background-color: #030528; }
a { background-color: rgb(3,5,40); }
div.DivClassName
{
background-color: #030528;
}
.BgClassName
{
background-color: #030528;
}
</style>
border-color css
<style>
span { border-color: #030528; }
span { border-color: rgb(3,5,40); }
td.TdClassName
{
border-color: #030528;
}
.TagClassName
{
border-color: #030528;
}
</style>