Shades of Black Russian #030524
Tints of Black Russian #030524
RGB
CMYK
RGB Variations
Color information
#030524 (or 0x030524) is known color: Black Russian. HEX triplet: 03, 05 and 24. RGB value is (3,5,36). Sum of RGB (Red+Green+Blue) = 3+5+36=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 36 (14.45% from 255 or 81.82% from 44); Max value from RGB is 36 - color contains mainly: blue. Hex color #030524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030524 is #FCFADB. Grayscale: #070707. Windows color (decimal): -16579292 or 2360579. OLE color: 2360579.
HSL color Cylindrical-coordinate representation of color #030524: hue angle of 236.36º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #030524 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 5 | 36 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.86 |
| HSL | 236.36º | 0.85% | 0.08% | - |
| HSV(B) | 236.36º | 0.92% | 0.14% | - |
| XYZ | 0.41 | 0.26 | 1.7 | - |
| YUV | 7.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 36 | 0.92 | 0.86 | 0 | 0.86 | 236.36 | 0.85 | 0.08 |
| Hex | 3 | 5 | 24 | 5C | 56 | 0 | 56 | EC | 55 | 8 |
| Octal | 3 | 5 | 44 | 134 | 126 | 0 | 126 | 354 | 125 | 10 |
| Binary | 11 | 101 | 100100 | 1011100 | 1010110 | 0 | 1010110 | 11101100 | 1010101 | 1000 |
Color Harmonies of #030524
Complementary color
Monochromatic Colors of #030524
Black with #030524
Text Example
Text Example
White with #030524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030524; }
p { color: rgb(3,5,36); }
H1.HeaderClassName
{
color: #030524;
}
.AnyTagClassName
{
color: #030524;
}
</style>
background-color css
<style>
a { background-color: #030524; }
a { background-color: rgb(3,5,36); }
div.DivClassName
{
background-color: #030524;
}
.BgClassName
{
background-color: #030524;
}
</style>
border-color css
<style>
span { border-color: #030524; }
span { border-color: rgb(3,5,36); }
td.TdClassName
{
border-color: #030524;
}
.TagClassName
{
border-color: #030524;
}
</style>