Shades of Black Russian #090320
Tints of Black Russian #090320
RGB
CMYK
RGB Variations
Color information
#090320 (or 0x090320) is known color: Black Russian. HEX triplet: 09, 03 and 20. RGB value is (9,3,32). Sum of RGB (Red+Green+Blue) = 9+3+32=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 32 (12.89% from 255 or 72.73% from 44); Max value from RGB is 32 - color contains mainly: blue. Hex color #090320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090320 is #F6FCDF. Grayscale: #070707. Windows color (decimal): -16186592 or 2097929. OLE color: 2097929.
HSL color Cylindrical-coordinate representation of color #090320: hue angle of 252.41º 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 #090320 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 3 | 32 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.87 |
| HSL | 252.41º | 0.83% | 0.07% | - |
| HSV(B) | 252.41º | 0.91% | 0.13% | - |
| XYZ | 0.41 | 0.23 | 1.39 | - |
| YUV | 8.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 32 | 0.72 | 0.91 | 0 | 0.87 | 252.41 | 0.83 | 0.07 |
| Hex | 9 | 3 | 20 | 48 | 5B | 0 | 57 | FC | 53 | 7 |
| Octal | 11 | 3 | 40 | 110 | 133 | 0 | 127 | 374 | 123 | 7 |
| Binary | 1001 | 11 | 100000 | 1001000 | 1011011 | 0 | 1010111 | 11111100 | 1010011 | 111 |
Color Harmonies of #090320
Complementary color
Monochromatic Colors of #090320
Black with #090320
Text Example
Text Example
White with #090320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090320; }
p { color: rgb(9,3,32); }
H1.HeaderClassName
{
color: #090320;
}
.AnyTagClassName
{
color: #090320;
}
</style>
background-color css
<style>
a { background-color: #090320; }
a { background-color: rgb(9,3,32); }
div.DivClassName
{
background-color: #090320;
}
.BgClassName
{
background-color: #090320;
}
</style>
border-color css
<style>
span { border-color: #090320; }
span { border-color: rgb(9,3,32); }
td.TdClassName
{
border-color: #090320;
}
.TagClassName
{
border-color: #090320;
}
</style>