Shades of Black Russian #0A0914
Tints of Black Russian #0A0914
RGB
CMYK
RGB Variations
Color information
#0A0914 (or 0x0A0914) is known color: Black Russian. HEX triplet: 0A, 09 and 14. RGB value is (10,9,20). Sum of RGB (Red+Green+Blue) = 10+9+20=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0914 is #F5F6EB. Grayscale: #0A0A0A. Windows color (decimal): -16119532 or 1313034. OLE color: 1313034.
HSL color Cylindrical-coordinate representation of color #0A0914: hue angle of 245.45º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A0914 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 9 | 20 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.92 |
| HSL | 245.45º | 0.38% | 0.06% | - |
| HSV(B) | 245.45º | 0.55% | 0.08% | - |
| XYZ | 0.35 | 0.31 | 0.7 | - |
| YUV | 10.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 20 | 0.50 | 0.55 | 0 | 0.92 | 245.45 | 0.38 | 0.06 |
| Hex | A | 9 | 14 | 32 | 37 | 0 | 5C | F5 | 26 | 6 |
| Octal | 12 | 11 | 24 | 62 | 67 | 0 | 134 | 365 | 46 | 6 |
| Binary | 1010 | 1001 | 10100 | 110010 | 110111 | 0 | 1011100 | 11110101 | 100110 | 110 |
Color Harmonies of #0A0914
Complementary color
Monochromatic Colors of #0A0914
Black with #0A0914
Text Example
Text Example
White with #0A0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0914; }
p { color: rgb(10,9,20); }
H1.HeaderClassName
{
color: #0A0914;
}
.AnyTagClassName
{
color: #0A0914;
}
</style>
background-color css
<style>
a { background-color: #0A0914; }
a { background-color: rgb(10,9,20); }
div.DivClassName
{
background-color: #0A0914;
}
.BgClassName
{
background-color: #0A0914;
}
</style>
border-color css
<style>
span { border-color: #0A0914; }
span { border-color: rgb(10,9,20); }
td.TdClassName
{
border-color: #0A0914;
}
.TagClassName
{
border-color: #0A0914;
}
</style>