Shades of Black Russian #090931
Tints of Black Russian #090931
RGB
CMYK
RGB Variations
Color information
#090931 (or 0x090931) is known color: Black Russian. HEX triplet: 09, 09 and 31. RGB value is (9,9,49). Sum of RGB (Red+Green+Blue) = 9+9+49=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #090931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090931 is #F6F6CE. Grayscale: #0D0D0D. Windows color (decimal): -16185039 or 3213577. OLE color: 3213577.
HSL color Cylindrical-coordinate representation of color #090931: hue angle of 240º 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 #090931 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 9 | 49 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.81 |
| HSL | 240º | 0.69% | 0.11% | - |
| HSV(B) | 240º | 0.82% | 0.19% | - |
| XYZ | 0.76 | 0.48 | 2.96 | - |
| YUV | 13.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 49 | 0.82 | 0.82 | 0 | 0.81 | 240 | 0.69 | 0.11 |
| Hex | 9 | 9 | 31 | 52 | 52 | 0 | 51 | F0 | 45 | B |
| Octal | 11 | 11 | 61 | 122 | 122 | 0 | 121 | 360 | 105 | 13 |
| Binary | 1001 | 1001 | 110001 | 1010010 | 1010010 | 0 | 1010001 | 11110000 | 1000101 | 1011 |
Color Harmonies of #090931
Complementary color
Monochromatic Colors of #090931
Black with #090931
Text Example
Text Example
White with #090931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090931; }
p { color: rgb(9,9,49); }
H1.HeaderClassName
{
color: #090931;
}
.AnyTagClassName
{
color: #090931;
}
</style>
background-color css
<style>
a { background-color: #090931; }
a { background-color: rgb(9,9,49); }
div.DivClassName
{
background-color: #090931;
}
.BgClassName
{
background-color: #090931;
}
</style>
border-color css
<style>
span { border-color: #090931; }
span { border-color: rgb(9,9,49); }
td.TdClassName
{
border-color: #090931;
}
.TagClassName
{
border-color: #090931;
}
</style>