Shades of Black Russian #0A122A
Tints of Black Russian #0A122A
RGB
CMYK
RGB Variations
Color information
#0A122A (or 0x0A122A) is known color: Black Russian. HEX triplet: 0A, 12 and 2A. RGB value is (10,18,42). Sum of RGB (Red+Green+Blue) = 10+18+42=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 42 (16.80% from 255 or 60% from 70); Max value from RGB is 42 - color contains mainly: blue. Hex color #0A122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A122A is #F5EDD5. Grayscale: #121212. Windows color (decimal): -16117206 or 2757130. OLE color: 2757130.
HSL color Cylindrical-coordinate representation of color #0A122A: hue angle of 225º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A122A is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 18 | 42 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.84 |
| HSL | 225º | 0.62% | 0.1% | - |
| HSV(B) | 225º | 0.76% | 0.16% | - |
| XYZ | 0.76 | 0.66 | 2.28 | - |
| YUV | 18.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 42 | 0.76 | 0.57 | 0 | 0.84 | 225 | 0.62 | 0.1 |
| Hex | A | 12 | 2A | 4C | 39 | 0 | 54 | E1 | 3E | A |
| Octal | 12 | 22 | 52 | 114 | 71 | 0 | 124 | 341 | 76 | 12 |
| Binary | 1010 | 10010 | 101010 | 1001100 | 111001 | 0 | 1010100 | 11100001 | 111110 | 1010 |
Color Harmonies of #0A122A
Complementary color
Monochromatic Colors of #0A122A
Black with #0A122A
Text Example
Text Example
White with #0A122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A122A; }
p { color: rgb(10,18,42); }
H1.HeaderClassName
{
color: #0A122A;
}
.AnyTagClassName
{
color: #0A122A;
}
</style>
background-color css
<style>
a { background-color: #0A122A; }
a { background-color: rgb(10,18,42); }
div.DivClassName
{
background-color: #0A122A;
}
.BgClassName
{
background-color: #0A122A;
}
</style>
border-color css
<style>
span { border-color: #0A122A; }
span { border-color: rgb(10,18,42); }
td.TdClassName
{
border-color: #0A122A;
}
.TagClassName
{
border-color: #0A122A;
}
</style>