Shades of Black Russian #0A0D18
Tints of Black Russian #0A0D18
RGB
CMYK
RGB Variations
Color information
#0A0D18 (or 0x0A0D18) is known color: Black Russian. HEX triplet: 0A, 0D and 18. RGB value is (10,13,24). Sum of RGB (Red+Green+Blue) = 10+13+24=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D18 is #F5F2E7. Grayscale: #0D0D0D. Windows color (decimal): -16118504 or 1576202. OLE color: 1576202.
HSL color Cylindrical-coordinate representation of color #0A0D18: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A0D18 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 13 | 24 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.91 |
| HSL | 227.14º | 0.41% | 0.07% | - |
| HSV(B) | 227.14º | 0.58% | 0.09% | - |
| XYZ | 0.43 | 0.42 | 0.92 | - |
| YUV | 13.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 24 | 0.58 | 0.46 | 0 | 0.91 | 227.14 | 0.41 | 0.07 |
| Hex | A | D | 18 | 3A | 2E | 0 | 5B | E3 | 29 | 7 |
| Octal | 12 | 15 | 30 | 72 | 56 | 0 | 133 | 343 | 51 | 7 |
| Binary | 1010 | 1101 | 11000 | 111010 | 101110 | 0 | 1011011 | 11100011 | 101001 | 111 |
Color Harmonies of #0A0D18
Complementary color
Monochromatic Colors of #0A0D18
Black with #0A0D18
Text Example
Text Example
White with #0A0D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0D18; }
p { color: rgb(10,13,24); }
H1.HeaderClassName
{
color: #0A0D18;
}
.AnyTagClassName
{
color: #0A0D18;
}
</style>
background-color css
<style>
a { background-color: #0A0D18; }
a { background-color: rgb(10,13,24); }
div.DivClassName
{
background-color: #0A0D18;
}
.BgClassName
{
background-color: #0A0D18;
}
</style>
border-color css
<style>
span { border-color: #0A0D18; }
span { border-color: rgb(10,13,24); }
td.TdClassName
{
border-color: #0A0D18;
}
.TagClassName
{
border-color: #0A0D18;
}
</style>