Shades of Black Russian #0A0E17
Tints of Black Russian #0A0E17
RGB
CMYK
RGB Variations
Color information
#0A0E17 (or 0x0A0E17) is known color: Black Russian. HEX triplet: 0A, 0E and 17. RGB value is (10,14,23). Sum of RGB (Red+Green+Blue) = 10+14+23=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E17 is #F5F1E8. Grayscale: #0D0D0D. Windows color (decimal): -16118249 or 1510922. OLE color: 1510922.
HSL color Cylindrical-coordinate representation of color #0A0E17: hue angle of 221.54º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A0E17 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 14 | 23 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.91 |
| HSL | 221.54º | 0.39% | 0.06% | - |
| HSV(B) | 221.54º | 0.57% | 0.09% | - |
| XYZ | 0.44 | 0.44 | 0.87 | - |
| YUV | 13.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 23 | 0.57 | 0.39 | 0 | 0.91 | 221.54 | 0.39 | 0.06 |
| Hex | A | E | 17 | 39 | 27 | 0 | 5B | DE | 27 | 6 |
| Octal | 12 | 16 | 27 | 71 | 47 | 0 | 133 | 336 | 47 | 6 |
| Binary | 1010 | 1110 | 10111 | 111001 | 100111 | 0 | 1011011 | 11011110 | 100111 | 110 |
Color Harmonies of #0A0E17
Complementary color
Monochromatic Colors of #0A0E17
Black with #0A0E17
Text Example
Text Example
White with #0A0E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E17; }
p { color: rgb(10,14,23); }
H1.HeaderClassName
{
color: #0A0E17;
}
.AnyTagClassName
{
color: #0A0E17;
}
</style>
background-color css
<style>
a { background-color: #0A0E17; }
a { background-color: rgb(10,14,23); }
div.DivClassName
{
background-color: #0A0E17;
}
.BgClassName
{
background-color: #0A0E17;
}
</style>
border-color css
<style>
span { border-color: #0A0E17; }
span { border-color: rgb(10,14,23); }
td.TdClassName
{
border-color: #0A0E17;
}
.TagClassName
{
border-color: #0A0E17;
}
</style>