Shades of Black Russian #090C31
Tints of Black Russian #090C31
RGB
CMYK
RGB Variations
Color information
#090C31 (or 0x090C31) is known color: Black Russian. HEX triplet: 09, 0C and 31. RGB value is (9,12,49). Sum of RGB (Red+Green+Blue) = 9+12+49=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #090C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C31 is #F6F3CE. Grayscale: #0F0F0F. Windows color (decimal): -16184271 or 3214345. OLE color: 3214345.
HSL color Cylindrical-coordinate representation of color #090C31: hue angle of 235.5º 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 #090C31 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 12 | 49 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.81 |
| HSL | 235.5º | 0.69% | 0.11% | - |
| HSV(B) | 235.5º | 0.82% | 0.19% | - |
| XYZ | 0.8 | 0.54 | 2.97 | - |
| YUV | 15.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 49 | 0.82 | 0.76 | 0 | 0.81 | 235.5 | 0.69 | 0.11 |
| Hex | 9 | C | 31 | 52 | 4C | 0 | 51 | EC | 45 | B |
| Octal | 11 | 14 | 61 | 122 | 114 | 0 | 121 | 354 | 105 | 13 |
| Binary | 1001 | 1100 | 110001 | 1010010 | 1001100 | 0 | 1010001 | 11101100 | 1000101 | 1011 |
Color Harmonies of #090C31
Complementary color
Monochromatic Colors of #090C31
Black with #090C31
Text Example
Text Example
White with #090C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C31; }
p { color: rgb(9,12,49); }
H1.HeaderClassName
{
color: #090C31;
}
.AnyTagClassName
{
color: #090C31;
}
</style>
background-color css
<style>
a { background-color: #090C31; }
a { background-color: rgb(9,12,49); }
div.DivClassName
{
background-color: #090C31;
}
.BgClassName
{
background-color: #090C31;
}
</style>
border-color css
<style>
span { border-color: #090C31; }
span { border-color: rgb(9,12,49); }
td.TdClassName
{
border-color: #090C31;
}
.TagClassName
{
border-color: #090C31;
}
</style>