Shades of Black Russian #0A0910
Tints of Black Russian #0A0910
RGB
CMYK
RGB Variations
Color information
#0A0910 (or 0x0A0910) is known color: Black Russian. HEX triplet: 0A, 09 and 10. RGB value is (10,9,16). Sum of RGB (Red+Green+Blue) = 10+9+16=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #0A0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0910 is #F5F6EF. Grayscale: #0A0A0A. Windows color (decimal): -16119536 or 1050890. OLE color: 1050890.
HSL color Cylindrical-coordinate representation of color #0A0910: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A0910 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 9 | 16 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.94 |
| HSL | 248.57º | 0.28% | 0.05% | - |
| HSV(B) | 248.57º | 0.44% | 0.06% | - |
| XYZ | 0.32 | 0.3 | 0.53 | - |
| YUV | 10.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 16 | 0.37 | 0.44 | 0 | 0.94 | 248.57 | 0.28 | 0.05 |
| Hex | A | 9 | 10 | 25 | 2C | 0 | 5E | F9 | 1C | 5 |
| Octal | 12 | 11 | 20 | 45 | 54 | 0 | 136 | 371 | 34 | 5 |
| Binary | 1010 | 1001 | 10000 | 100101 | 101100 | 0 | 1011110 | 11111001 | 11100 | 101 |
Color Harmonies of #0A0910
Complementary color
Monochromatic Colors of #0A0910
Black with #0A0910
Text Example
Text Example
White with #0A0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0910; }
p { color: rgb(10,9,16); }
H1.HeaderClassName
{
color: #0A0910;
}
.AnyTagClassName
{
color: #0A0910;
}
</style>
background-color css
<style>
a { background-color: #0A0910; }
a { background-color: rgb(10,9,16); }
div.DivClassName
{
background-color: #0A0910;
}
.BgClassName
{
background-color: #0A0910;
}
</style>
border-color css
<style>
span { border-color: #0A0910; }
span { border-color: rgb(10,9,16); }
td.TdClassName
{
border-color: #0A0910;
}
.TagClassName
{
border-color: #0A0910;
}
</style>