Shades of Black Russian #0A1224
Tints of Black Russian #0A1224
RGB
CMYK
RGB Variations
Color information
#0A1224 (or 0x0A1224) is known color: Black Russian. HEX triplet: 0A, 12 and 24. RGB value is (10,18,36). Sum of RGB (Red+Green+Blue) = 10+18+36=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1224 is #F5EDDB. Grayscale: #111111. Windows color (decimal): -16117212 or 2363914. OLE color: 2363914.
HSL color Cylindrical-coordinate representation of color #0A1224: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A1224 is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 18 | 36 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.86 |
| HSL | 221.54º | 0.57% | 0.09% | - |
| HSV(B) | 221.54º | 0.72% | 0.14% | - |
| XYZ | 0.66 | 0.62 | 1.75 | - |
| YUV | 17.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 36 | 0.72 | 0.5 | 0 | 0.86 | 221.54 | 0.57 | 0.09 |
| Hex | A | 12 | 24 | 48 | 32 | 0 | 56 | DE | 39 | 9 |
| Octal | 12 | 22 | 44 | 110 | 62 | 0 | 126 | 336 | 71 | 11 |
| Binary | 1010 | 10010 | 100100 | 1001000 | 110010 | 0 | 1010110 | 11011110 | 111001 | 1001 |
Color Harmonies of #0A1224
Complementary color
Monochromatic Colors of #0A1224
Black with #0A1224
Text Example
Text Example
White with #0A1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1224; }
p { color: rgb(10,18,36); }
H1.HeaderClassName
{
color: #0A1224;
}
.AnyTagClassName
{
color: #0A1224;
}
</style>
background-color css
<style>
a { background-color: #0A1224; }
a { background-color: rgb(10,18,36); }
div.DivClassName
{
background-color: #0A1224;
}
.BgClassName
{
background-color: #0A1224;
}
</style>
border-color css
<style>
span { border-color: #0A1224; }
span { border-color: rgb(10,18,36); }
td.TdClassName
{
border-color: #0A1224;
}
.TagClassName
{
border-color: #0A1224;
}
</style>