Shades of Black Russian #090B31
Tints of Black Russian #090B31
RGB
CMYK
RGB Variations
Color information
#090B31 (or 0x090B31) is known color: Black Russian. HEX triplet: 09, 0B and 31. RGB value is (9,11,49). Sum of RGB (Red+Green+Blue) = 9+11+49=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #090B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B31 is #F6F4CE. Grayscale: #0E0E0E. Windows color (decimal): -16184527 or 3214089. OLE color: 3214089.
HSL color Cylindrical-coordinate representation of color #090B31: hue angle of 237º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090B31 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 11 | 49 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.81 |
| HSL | 237º | 0.69% | 0.11% | - |
| HSV(B) | 237º | 0.82% | 0.19% | - |
| XYZ | 0.79 | 0.52 | 2.96 | - |
| YUV | 14.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 49 | 0.82 | 0.78 | 0 | 0.81 | 237 | 0.69 | 0.11 |
| Hex | 9 | B | 31 | 52 | 4E | 0 | 51 | ED | 45 | B |
| Octal | 11 | 13 | 61 | 122 | 116 | 0 | 121 | 355 | 105 | 13 |
| Binary | 1001 | 1011 | 110001 | 1010010 | 1001110 | 0 | 1010001 | 11101101 | 1000101 | 1011 |
Color Harmonies of #090B31
Complementary color
Monochromatic Colors of #090B31
Black with #090B31
Text Example
Text Example
White with #090B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B31; }
p { color: rgb(9,11,49); }
H1.HeaderClassName
{
color: #090B31;
}
.AnyTagClassName
{
color: #090B31;
}
</style>
background-color css
<style>
a { background-color: #090B31; }
a { background-color: rgb(9,11,49); }
div.DivClassName
{
background-color: #090B31;
}
.BgClassName
{
background-color: #090B31;
}
</style>
border-color css
<style>
span { border-color: #090B31; }
span { border-color: rgb(9,11,49); }
td.TdClassName
{
border-color: #090B31;
}
.TagClassName
{
border-color: #090B31;
}
</style>