Shades of Black Russian #0A0A12
Tints of Black Russian #0A0A12
RGB
CMYK
RGB Variations
Color information
#0A0A12 (or 0x0A0A12) is known color: Black Russian. HEX triplet: 0A, 0A and 12. RGB value is (10,10,18). Sum of RGB (Red+Green+Blue) = 10+10+18=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #0A0A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A12 is #F5F5ED. Grayscale: #0A0A0A. Windows color (decimal): -16119278 or 1182218. OLE color: 1182218.
HSL color Cylindrical-coordinate representation of color #0A0A12: hue angle of 240º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A0A12 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 10 | 18 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.93 |
| HSL | 240º | 0.29% | 0.05% | - |
| HSV(B) | 240º | 0.44% | 0.07% | - |
| XYZ | 0.34 | 0.33 | 0.62 | - |
| YUV | 10.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 10 | 18 | 0.44 | 0.44 | 0 | 0.93 | 240 | 0.29 | 0.05 |
| Hex | A | A | 12 | 2C | 2C | 0 | 5D | F0 | 1D | 5 |
| Octal | 12 | 12 | 22 | 54 | 54 | 0 | 135 | 360 | 35 | 5 |
| Binary | 1010 | 1010 | 10010 | 101100 | 101100 | 0 | 1011101 | 11110000 | 11101 | 101 |
Color Harmonies of #0A0A12
Complementary color
Monochromatic Colors of #0A0A12
Black with #0A0A12
Text Example
Text Example
White with #0A0A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0A12; }
p { color: rgb(10,10,18); }
H1.HeaderClassName
{
color: #0A0A12;
}
.AnyTagClassName
{
color: #0A0A12;
}
</style>
background-color css
<style>
a { background-color: #0A0A12; }
a { background-color: rgb(10,10,18); }
div.DivClassName
{
background-color: #0A0A12;
}
.BgClassName
{
background-color: #0A0A12;
}
</style>
border-color css
<style>
span { border-color: #0A0A12; }
span { border-color: rgb(10,10,18); }
td.TdClassName
{
border-color: #0A0A12;
}
.TagClassName
{
border-color: #0A0A12;
}
</style>