Shades of Black Russian #090520
Tints of Black Russian #090520
RGB
CMYK
RGB Variations
Color information
#090520 (or 0x090520) is known color: Black Russian. HEX triplet: 09, 05 and 20. RGB value is (9,5,32). Sum of RGB (Red+Green+Blue) = 9+5+32=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #090520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090520 is #F6FADF. Grayscale: #090909. Windows color (decimal): -16186080 or 2098441. OLE color: 2098441.
HSL color Cylindrical-coordinate representation of color #090520: hue angle of 248.89º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #090520 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 5 | 32 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.87 |
| HSL | 248.89º | 0.73% | 0.07% | - |
| HSV(B) | 248.89º | 0.84% | 0.13% | - |
| XYZ | 0.43 | 0.27 | 1.4 | - |
| YUV | 9.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 32 | 0.72 | 0.84 | 0 | 0.87 | 248.89 | 0.73 | 0.07 |
| Hex | 9 | 5 | 20 | 48 | 54 | 0 | 57 | F9 | 49 | 7 |
| Octal | 11 | 5 | 40 | 110 | 124 | 0 | 127 | 371 | 111 | 7 |
| Binary | 1001 | 101 | 100000 | 1001000 | 1010100 | 0 | 1010111 | 11111001 | 1001001 | 111 |
Color Harmonies of #090520
Complementary color
Monochromatic Colors of #090520
Black with #090520
Text Example
Text Example
White with #090520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090520; }
p { color: rgb(9,5,32); }
H1.HeaderClassName
{
color: #090520;
}
.AnyTagClassName
{
color: #090520;
}
</style>
background-color css
<style>
a { background-color: #090520; }
a { background-color: rgb(9,5,32); }
div.DivClassName
{
background-color: #090520;
}
.BgClassName
{
background-color: #090520;
}
</style>
border-color css
<style>
span { border-color: #090520; }
span { border-color: rgb(9,5,32); }
td.TdClassName
{
border-color: #090520;
}
.TagClassName
{
border-color: #090520;
}
</style>