Shades of Black Russian #090912
Tints of Black Russian #090912
RGB
CMYK
RGB Variations
Color information
#090912 (or 0x090912) is known color: Black Russian. HEX triplet: 09, 09 and 12. RGB value is (9,9,18). Sum of RGB (Red+Green+Blue) = 9+9+18=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #090912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090912 is #F6F6ED. Grayscale: #090909. Windows color (decimal): -16185070 or 1181961. OLE color: 1181961.
HSL color Cylindrical-coordinate representation of color #090912: hue angle of 240º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #090912 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 9 | 18 | - |
| CMYK | 0.5 | 0.5 | 0 | 0.93 |
| HSL | 240º | 0.33% | 0.05% | - |
| HSV(B) | 240º | 0.5% | 0.07% | - |
| XYZ | 0.32 | 0.3 | 0.61 | - |
| YUV | 10.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 18 | 0.5 | 0.5 | 0 | 0.93 | 240 | 0.33 | 0.05 |
| Hex | 9 | 9 | 12 | 32 | 32 | 0 | 5D | F0 | 21 | 5 |
| Octal | 11 | 11 | 22 | 62 | 62 | 0 | 135 | 360 | 41 | 5 |
| Binary | 1001 | 1001 | 10010 | 110010 | 110010 | 0 | 1011101 | 11110000 | 100001 | 101 |
Color Harmonies of #090912
Complementary color
Monochromatic Colors of #090912
Black with #090912
Text Example
Text Example
White with #090912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090912; }
p { color: rgb(9,9,18); }
H1.HeaderClassName
{
color: #090912;
}
.AnyTagClassName
{
color: #090912;
}
</style>
background-color css
<style>
a { background-color: #090912; }
a { background-color: rgb(9,9,18); }
div.DivClassName
{
background-color: #090912;
}
.BgClassName
{
background-color: #090912;
}
</style>
border-color css
<style>
span { border-color: #090912; }
span { border-color: rgb(9,9,18); }
td.TdClassName
{
border-color: #090912;
}
.TagClassName
{
border-color: #090912;
}
</style>