Shades of Black Russian #090532
Tints of Black Russian #090532
RGB
CMYK
RGB Variations
Color information
#090532 (or 0x090532) is known color: Black Russian. HEX triplet: 09, 05 and 32. RGB value is (9,5,50). Sum of RGB (Red+Green+Blue) = 9+5+50=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 50 (19.92% from 255 or 78.12% from 64); Max value from RGB is 50 - color contains mainly: blue. Hex color #090532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090532 is #F6FACD. Grayscale: #0B0B0B. Windows color (decimal): -16186062 or 3278089. OLE color: 3278089.
HSL color Cylindrical-coordinate representation of color #090532: hue angle of 245.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090532 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 5 | 50 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.80 |
| HSL | 245.33º | 0.82% | 0.11% | - |
| HSV(B) | 245.33º | 0.9% | 0.2% | - |
| XYZ | 0.74 | 0.4 | 3.06 | - |
| YUV | 11.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 50 | 0.82 | 0.90 | 0 | 0.80 | 245.33 | 0.82 | 0.11 |
| Hex | 9 | 5 | 32 | 52 | 5A | 0 | 50 | F5 | 52 | B |
| Octal | 11 | 5 | 62 | 122 | 132 | 0 | 120 | 365 | 122 | 13 |
| Binary | 1001 | 101 | 110010 | 1010010 | 1011010 | 0 | 1010000 | 11110101 | 1010010 | 1011 |
Color Harmonies of #090532
Complementary color
Monochromatic Colors of #090532
Black with #090532
Text Example
Text Example
White with #090532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090532; }
p { color: rgb(9,5,50); }
H1.HeaderClassName
{
color: #090532;
}
.AnyTagClassName
{
color: #090532;
}
</style>
background-color css
<style>
a { background-color: #090532; }
a { background-color: rgb(9,5,50); }
div.DivClassName
{
background-color: #090532;
}
.BgClassName
{
background-color: #090532;
}
</style>
border-color css
<style>
span { border-color: #090532; }
span { border-color: rgb(9,5,50); }
td.TdClassName
{
border-color: #090532;
}
.TagClassName
{
border-color: #090532;
}
</style>