Shades of Black Russian #0A041A
Tints of Black Russian #0A041A
RGB
CMYK
RGB Variations
Color information
#0A041A (or 0x0A041A) is known color: Black Russian. HEX triplet: 0A, 04 and 1A. RGB value is (10,4,26). Sum of RGB (Red+Green+Blue) = 10+4+26=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A041A is #F5FBE5. Grayscale: #080808. Windows color (decimal): -16120806 or 1704970. OLE color: 1704970.
HSL color Cylindrical-coordinate representation of color #0A041A: hue angle of 256.36º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A041A is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 4 | 26 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.90 |
| HSL | 256.36º | 0.73% | 0.06% | - |
| HSV(B) | 256.36º | 0.85% | 0.1% | - |
| XYZ | 0.36 | 0.23 | 1 | - |
| YUV | 8.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 26 | 0.62 | 0.85 | 0 | 0.90 | 256.36 | 0.73 | 0.06 |
| Hex | A | 4 | 1A | 3E | 55 | 0 | 5A | 100 | 49 | 6 |
| Octal | 12 | 4 | 32 | 76 | 125 | 0 | 132 | 400 | 111 | 6 |
| Binary | 1010 | 100 | 11010 | 111110 | 1010101 | 0 | 1011010 | 100000000 | 1001001 | 110 |
Color Harmonies of #0A041A
Complementary color
Monochromatic Colors of #0A041A
Black with #0A041A
Text Example
Text Example
White with #0A041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A041A; }
p { color: rgb(10,4,26); }
H1.HeaderClassName
{
color: #0A041A;
}
.AnyTagClassName
{
color: #0A041A;
}
</style>
background-color css
<style>
a { background-color: #0A041A; }
a { background-color: rgb(10,4,26); }
div.DivClassName
{
background-color: #0A041A;
}
.BgClassName
{
background-color: #0A041A;
}
</style>
border-color css
<style>
span { border-color: #0A041A; }
span { border-color: rgb(10,4,26); }
td.TdClassName
{
border-color: #0A041A;
}
.TagClassName
{
border-color: #0A041A;
}
</style>