Shades of Black Russian #05070E
Tints of Black Russian #05070E
RGB
CMYK
RGB Variations
Color information
#05070E (or 0x05070E) is known color: Black Russian. HEX triplet: 05, 07 and 0E. RGB value is (5,7,14). Sum of RGB (Red+Green+Blue) = 5+7+14=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 14 (5.86% from 255 or 53.85% from 26); Max value from RGB is 14 - color contains mainly: blue. Hex color #05070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05070E is #FAF8F1. Grayscale: #070707. Windows color (decimal): -16447730 or 919301. OLE color: 919301.
HSL color Cylindrical-coordinate representation of color #05070E: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #05070E is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 7 | 14 | - |
| CMYK | 0.64 | 0.5 | 0 | 0.95 |
| HSL | 226.67º | 0.47% | 0.04% | - |
| HSV(B) | 226.67º | 0.64% | 0.05% | - |
| XYZ | 0.22 | 0.22 | 0.45 | - |
| YUV | 7.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 14 | 0.64 | 0.5 | 0 | 0.95 | 226.67 | 0.47 | 0.04 |
| Hex | 5 | 7 | E | 40 | 32 | 0 | 5F | E3 | 2F | 4 |
| Octal | 5 | 7 | 16 | 100 | 62 | 0 | 137 | 343 | 57 | 4 |
| Binary | 101 | 111 | 1110 | 1000000 | 110010 | 0 | 1011111 | 11100011 | 101111 | 100 |
Color Harmonies of #05070E
Complementary color
Monochromatic Colors of #05070E
Black with #05070E
Text Example
Text Example
White with #05070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05070E; }
p { color: rgb(5,7,14); }
H1.HeaderClassName
{
color: #05070E;
}
.AnyTagClassName
{
color: #05070E;
}
</style>
background-color css
<style>
a { background-color: #05070E; }
a { background-color: rgb(5,7,14); }
div.DivClassName
{
background-color: #05070E;
}
.BgClassName
{
background-color: #05070E;
}
</style>
border-color css
<style>
span { border-color: #05070E; }
span { border-color: rgb(5,7,14); }
td.TdClassName
{
border-color: #05070E;
}
.TagClassName
{
border-color: #05070E;
}
</style>