Shades of Black Russian #090A12
Tints of Black Russian #090A12
RGB
CMYK
RGB Variations
Color information
#090A12 (or 0x090A12) is known color: Black Russian. HEX triplet: 09, 0A and 12. RGB value is (9,10,18). Sum of RGB (Red+Green+Blue) = 9+10+18=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #090A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A12 is #F6F5ED. Grayscale: #0A0A0A. Windows color (decimal): -16184814 or 1182217. OLE color: 1182217.
HSL color Cylindrical-coordinate representation of color #090A12: hue angle of 233.33º 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 #090A12 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 10 | 18 | - |
CMYK | 0.5 | 0.44 | 0 | 0.93 |
HSL | 233.33º | 0.33% | 0.05% | - |
HSV(B) | 233.33º | 0.5% | 0.07% | - |
XYZ | 0.33 | 0.32 | 0.62 | - |
YUV | 10.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 10 | 18 | 0.5 | 0.44 | 0 | 0.93 | 233.33 | 0.33 | 0.05 |
Hex | 9 | A | 12 | 32 | 2C | 0 | 5D | E9 | 21 | 5 |
Octal | 11 | 12 | 22 | 62 | 54 | 0 | 135 | 351 | 41 | 5 |
Binary | 1001 | 1010 | 10010 | 110010 | 101100 | 0 | 1011101 | 11101001 | 100001 | 101 |
Color Harmonies of #090A12
Complementary color
Monochromatic Colors of #090A12
Black with #090A12
Text Example
Text Example
White with #090A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A12; }
p { color: rgb(9,10,18); }
H1.HeaderClassName
{
color: #090A12;
}
.AnyTagClassName
{
color: #090A12;
}
</style>
background-color css
<style>
a { background-color: #090A12; }
a { background-color: rgb(9,10,18); }
div.DivClassName
{
background-color: #090A12;
}
.BgClassName
{
background-color: #090A12;
}
</style>
border-color css
<style>
span { border-color: #090A12; }
span { border-color: rgb(9,10,18); }
td.TdClassName
{
border-color: #090A12;
}
.TagClassName
{
border-color: #090A12;
}
</style>