Shades of Black Russian #030522
Tints of Black Russian #030522
RGB
CMYK
RGB Variations
Color information
#030522 (or 0x030522) is known color: Black Russian. HEX triplet: 03, 05 and 22. RGB value is (3,5,34). Sum of RGB (Red+Green+Blue) = 3+5+34=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 34 (13.67% from 255 or 80.95% from 42); Max value from RGB is 34 - color contains mainly: blue. Hex color #030522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030522 is #FCFADD. Grayscale: #070707. Windows color (decimal): -16579294 or 2229507. OLE color: 2229507.
HSL color Cylindrical-coordinate representation of color #030522: hue angle of 236.13º degrees, saturation: 0.84, 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 #030522 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 5 | 34 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.87 |
| HSL | 236.13º | 0.84% | 0.07% | - |
| HSV(B) | 236.13º | 0.91% | 0.13% | - |
| XYZ | 0.38 | 0.24 | 1.54 | - |
| YUV | 7.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 34 | 0.91 | 0.85 | 0 | 0.87 | 236.13 | 0.84 | 0.07 |
| Hex | 3 | 5 | 22 | 5B | 55 | 0 | 57 | EC | 54 | 7 |
| Octal | 3 | 5 | 42 | 133 | 125 | 0 | 127 | 354 | 124 | 7 |
| Binary | 11 | 101 | 100010 | 1011011 | 1010101 | 0 | 1010111 | 11101100 | 1010100 | 111 |
Color Harmonies of #030522
Complementary color
Monochromatic Colors of #030522
Black with #030522
Text Example
Text Example
White with #030522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030522; }
p { color: rgb(3,5,34); }
H1.HeaderClassName
{
color: #030522;
}
.AnyTagClassName
{
color: #030522;
}
</style>
background-color css
<style>
a { background-color: #030522; }
a { background-color: rgb(3,5,34); }
div.DivClassName
{
background-color: #030522;
}
.BgClassName
{
background-color: #030522;
}
</style>
border-color css
<style>
span { border-color: #030522; }
span { border-color: rgb(3,5,34); }
td.TdClassName
{
border-color: #030522;
}
.TagClassName
{
border-color: #030522;
}
</style>