Shades of Black Russian #0A1324
Tints of Black Russian #0A1324
RGB
CMYK
RGB Variations
Color information
#0A1324 (or 0x0A1324) is known color: Black Russian. HEX triplet: 0A, 13 and 24. RGB value is (10,19,36). Sum of RGB (Red+Green+Blue) = 10+19+36=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1324 is #F5ECDB. Grayscale: #121212. Windows color (decimal): -16116956 or 2364170. OLE color: 2364170.
HSL color Cylindrical-coordinate representation of color #0A1324: hue angle of 219.23º 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 #0A1324 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 19 | 36 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.86 |
| HSL | 219.23º | 0.57% | 0.09% | - |
| HSV(B) | 219.23º | 0.72% | 0.14% | - |
| XYZ | 0.68 | 0.66 | 1.76 | - |
| YUV | 18.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 36 | 0.72 | 0.47 | 0 | 0.86 | 219.23 | 0.57 | 0.09 |
| Hex | A | 13 | 24 | 48 | 2F | 0 | 56 | DB | 39 | 9 |
| Octal | 12 | 23 | 44 | 110 | 57 | 0 | 126 | 333 | 71 | 11 |
| Binary | 1010 | 10011 | 100100 | 1001000 | 101111 | 0 | 1010110 | 11011011 | 111001 | 1001 |
Color Harmonies of #0A1324
Complementary color
Monochromatic Colors of #0A1324
Black with #0A1324
Text Example
Text Example
White with #0A1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1324; }
p { color: rgb(10,19,36); }
H1.HeaderClassName
{
color: #0A1324;
}
.AnyTagClassName
{
color: #0A1324;
}
</style>
background-color css
<style>
a { background-color: #0A1324; }
a { background-color: rgb(10,19,36); }
div.DivClassName
{
background-color: #0A1324;
}
.BgClassName
{
background-color: #0A1324;
}
</style>
border-color css
<style>
span { border-color: #0A1324; }
span { border-color: rgb(10,19,36); }
td.TdClassName
{
border-color: #0A1324;
}
.TagClassName
{
border-color: #0A1324;
}
</style>