Shades of Black Russian #0A0D1A
Tints of Black Russian #0A0D1A
RGB
CMYK
RGB Variations
Color information
#0A0D1A (or 0x0A0D1A) is known color: Black Russian. HEX triplet: 0A, 0D and 1A. RGB value is (10,13,26). Sum of RGB (Red+Green+Blue) = 10+13+26=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A0D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0D1A is #F5F2E5. Grayscale: #0D0D0D. Windows color (decimal): -16118502 or 1707274. OLE color: 1707274.
HSL color Cylindrical-coordinate representation of color #0A0D1A: hue angle of 228.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A0D1A is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 13 | 26 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.90 |
| HSL | 228.75º | 0.44% | 0.07% | - |
| HSV(B) | 228.75º | 0.62% | 0.1% | - |
| XYZ | 0.46 | 0.43 | 1.04 | - |
| YUV | 13.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 26 | 0.62 | 0.5 | 0 | 0.90 | 228.75 | 0.44 | 0.07 |
| Hex | A | D | 1A | 3E | 32 | 0 | 5A | E5 | 2C | 7 |
| Octal | 12 | 15 | 32 | 76 | 62 | 0 | 132 | 345 | 54 | 7 |
| Binary | 1010 | 1101 | 11010 | 111110 | 110010 | 0 | 1011010 | 11100101 | 101100 | 111 |
Color Harmonies of #0A0D1A
Complementary color
Monochromatic Colors of #0A0D1A
Black with #0A0D1A
Text Example
Text Example
White with #0A0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0D1A; }
p { color: rgb(10,13,26); }
H1.HeaderClassName
{
color: #0A0D1A;
}
.AnyTagClassName
{
color: #0A0D1A;
}
</style>
background-color css
<style>
a { background-color: #0A0D1A; }
a { background-color: rgb(10,13,26); }
div.DivClassName
{
background-color: #0A0D1A;
}
.BgClassName
{
background-color: #0A0D1A;
}
</style>
border-color css
<style>
span { border-color: #0A0D1A; }
span { border-color: rgb(10,13,26); }
td.TdClassName
{
border-color: #0A0D1A;
}
.TagClassName
{
border-color: #0A0D1A;
}
</style>