Shades of Black Russian #0A012E
Tints of Black Russian #0A012E
RGB
CMYK
RGB Variations
Color information
#0A012E (or 0x0A012E) is known color: Black Russian. HEX triplet: 0A, 01 and 2E. RGB value is (10,1,46). Sum of RGB (Red+Green+Blue) = 10+1+46=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 46 (18.36% from 255 or 80.70% from 57); Max value from RGB is 46 - color contains mainly: blue. Hex color #0A012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A012E is #F5FED1. Grayscale: #080808. Windows color (decimal): -16121554 or 3014922. OLE color: 3014922.
HSL color Cylindrical-coordinate representation of color #0A012E: hue angle of 252º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A012E is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 1 | 46 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.82 |
| HSL | 252º | 0.96% | 0.09% | - |
| HSV(B) | 252º | 0.98% | 0.18% | - |
| XYZ | 0.63 | 0.28 | 2.61 | - |
| YUV | 8.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 46 | 0.78 | 0.98 | 0 | 0.82 | 252 | 0.96 | 0.09 |
| Hex | A | 1 | 2E | 4E | 62 | 0 | 52 | FC | 60 | 9 |
| Octal | 12 | 1 | 56 | 116 | 142 | 0 | 122 | 374 | 140 | 11 |
| Binary | 1010 | 1 | 101110 | 1001110 | 1100010 | 0 | 1010010 | 11111100 | 1100000 | 1001 |
Color Harmonies of #0A012E
Complementary color
Monochromatic Colors of #0A012E
Black with #0A012E
Text Example
Text Example
White with #0A012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A012E; }
p { color: rgb(10,1,46); }
H1.HeaderClassName
{
color: #0A012E;
}
.AnyTagClassName
{
color: #0A012E;
}
</style>
background-color css
<style>
a { background-color: #0A012E; }
a { background-color: rgb(10,1,46); }
div.DivClassName
{
background-color: #0A012E;
}
.BgClassName
{
background-color: #0A012E;
}
</style>
border-color css
<style>
span { border-color: #0A012E; }
span { border-color: rgb(10,1,46); }
td.TdClassName
{
border-color: #0A012E;
}
.TagClassName
{
border-color: #0A012E;
}
</style>