Shades of Black Russian #0A051A
Tints of Black Russian #0A051A
RGB
CMYK
RGB Variations
Color information
#0A051A (or 0x0A051A) is known color: Black Russian. HEX triplet: 0A, 05 and 1A. RGB value is (10,5,26). Sum of RGB (Red+Green+Blue) = 10+5+26=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 26 (10.55% from 255 or 63.41% from 41); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A051A is #F5FAE5. Grayscale: #080808. Windows color (decimal): -16120550 or 1705226. OLE color: 1705226.
HSL color Cylindrical-coordinate representation of color #0A051A: hue angle of 254.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A051A is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 5 | 26 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.90 |
| HSL | 254.29º | 0.68% | 0.06% | - |
| HSV(B) | 254.29º | 0.81% | 0.1% | - |
| XYZ | 0.37 | 0.25 | 1.01 | - |
| YUV | 8.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 26 | 0.62 | 0.81 | 0 | 0.90 | 254.29 | 0.68 | 0.06 |
| Hex | A | 5 | 1A | 3E | 51 | 0 | 5A | FE | 44 | 6 |
| Octal | 12 | 5 | 32 | 76 | 121 | 0 | 132 | 376 | 104 | 6 |
| Binary | 1010 | 101 | 11010 | 111110 | 1010001 | 0 | 1011010 | 11111110 | 1000100 | 110 |
Color Harmonies of #0A051A
Complementary color
Monochromatic Colors of #0A051A
Black with #0A051A
Text Example
Text Example
White with #0A051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A051A; }
p { color: rgb(10,5,26); }
H1.HeaderClassName
{
color: #0A051A;
}
.AnyTagClassName
{
color: #0A051A;
}
</style>
background-color css
<style>
a { background-color: #0A051A; }
a { background-color: rgb(10,5,26); }
div.DivClassName
{
background-color: #0A051A;
}
.BgClassName
{
background-color: #0A051A;
}
</style>
border-color css
<style>
span { border-color: #0A051A; }
span { border-color: rgb(10,5,26); }
td.TdClassName
{
border-color: #0A051A;
}
.TagClassName
{
border-color: #0A051A;
}
</style>