Shades of Black Russian #090A0E
Tints of Black Russian #090A0E
RGB
CMYK
RGB Variations
Color information
#090A0E (or 0x090A0E) is known color: Black Russian. HEX triplet: 09, 0A and 0E. RGB value is (9,10,14). Sum of RGB (Red+Green+Blue) = 9+10+14=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 14 - color contains mainly: blue. Hex color #090A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A0E is #F6F5F1. Grayscale: #0A0A0A. Windows color (decimal): -16184818 or 920073. OLE color: 920073.
HSL color Cylindrical-coordinate representation of color #090A0E: hue angle of 228º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #090A0E is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 10 | 14 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.95 |
| HSL | 228º | 0.22% | 0.05% | - |
| HSV(B) | 228º | 0.36% | 0.05% | - |
| XYZ | 0.3 | 0.31 | 0.46 | - |
| YUV | 10.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 14 | 0.36 | 0.29 | 0 | 0.95 | 228 | 0.22 | 0.05 |
| Hex | 9 | A | E | 24 | 1D | 0 | 5F | E4 | 16 | 5 |
| Octal | 11 | 12 | 16 | 44 | 35 | 0 | 137 | 344 | 26 | 5 |
| Binary | 1001 | 1010 | 1110 | 100100 | 11101 | 0 | 1011111 | 11100100 | 10110 | 101 |
Color Harmonies of #090A0E
Complementary color
Monochromatic Colors of #090A0E
Black with #090A0E
Text Example
Text Example
White with #090A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A0E; }
p { color: rgb(9,10,14); }
H1.HeaderClassName
{
color: #090A0E;
}
.AnyTagClassName
{
color: #090A0E;
}
</style>
background-color css
<style>
a { background-color: #090A0E; }
a { background-color: rgb(9,10,14); }
div.DivClassName
{
background-color: #090A0E;
}
.BgClassName
{
background-color: #090A0E;
}
</style>
border-color css
<style>
span { border-color: #090A0E; }
span { border-color: rgb(9,10,14); }
td.TdClassName
{
border-color: #090A0E;
}
.TagClassName
{
border-color: #090A0E;
}
</style>