Shades of Black Russian #030520
Tints of Black Russian #030520
RGB
CMYK
RGB Variations
Color information
#030520 (or 0x030520) is known color: Black Russian. HEX triplet: 03, 05 and 20. RGB value is (3,5,32). Sum of RGB (Red+Green+Blue) = 3+5+32=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #030520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030520 is #FCFADF. Grayscale: #070707. Windows color (decimal): -16579296 or 2098435. OLE color: 2098435.
HSL color Cylindrical-coordinate representation of color #030520: hue angle of 235.86º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #030520 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 5 | 32 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.87 |
| HSL | 235.86º | 0.83% | 0.07% | - |
| HSV(B) | 235.86º | 0.91% | 0.13% | - |
| XYZ | 0.35 | 0.23 | 1.39 | - |
| YUV | 7.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 32 | 0.91 | 0.84 | 0 | 0.87 | 235.86 | 0.83 | 0.07 |
| Hex | 3 | 5 | 20 | 5B | 54 | 0 | 57 | EC | 53 | 7 |
| Octal | 3 | 5 | 40 | 133 | 124 | 0 | 127 | 354 | 123 | 7 |
| Binary | 11 | 101 | 100000 | 1011011 | 1010100 | 0 | 1010111 | 11101100 | 1010011 | 111 |
Color Harmonies of #030520
Complementary color
Monochromatic Colors of #030520
Black with #030520
Text Example
Text Example
White with #030520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030520; }
p { color: rgb(3,5,32); }
H1.HeaderClassName
{
color: #030520;
}
.AnyTagClassName
{
color: #030520;
}
</style>
background-color css
<style>
a { background-color: #030520; }
a { background-color: rgb(3,5,32); }
div.DivClassName
{
background-color: #030520;
}
.BgClassName
{
background-color: #030520;
}
</style>
border-color css
<style>
span { border-color: #030520; }
span { border-color: rgb(3,5,32); }
td.TdClassName
{
border-color: #030520;
}
.TagClassName
{
border-color: #030520;
}
</style>