Shades of Black Russian #05080E
Tints of Black Russian #05080E
RGB
CMYK
RGB Variations
Color information
#05080E (or 0x05080E) is known color: Black Russian. HEX triplet: 05, 08 and 0E. RGB value is (5,8,14). Sum of RGB (Red+Green+Blue) = 5+8+14=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 14 (5.86% from 255 or 51.85% from 27); Max value from RGB is 14 - color contains mainly: blue. Hex color #05080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05080E is #FAF7F1. Grayscale: #070707. Windows color (decimal): -16447474 or 919557. OLE color: 919557.
HSL color Cylindrical-coordinate representation of color #05080E: hue angle of 220º 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 #05080E is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 8 | 14 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.95 |
| HSL | 220º | 0.47% | 0.04% | - |
| HSV(B) | 220º | 0.64% | 0.05% | - |
| XYZ | 0.23 | 0.24 | 0.45 | - |
| YUV | 7.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 14 | 0.64 | 0.43 | 0 | 0.95 | 220 | 0.47 | 0.04 |
| Hex | 5 | 8 | E | 40 | 2B | 0 | 5F | DC | 2F | 4 |
| Octal | 5 | 10 | 16 | 100 | 53 | 0 | 137 | 334 | 57 | 4 |
| Binary | 101 | 1000 | 1110 | 1000000 | 101011 | 0 | 1011111 | 11011100 | 101111 | 100 |
Color Harmonies of #05080E
Complementary color
Monochromatic Colors of #05080E
Black with #05080E
Text Example
Text Example
White with #05080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05080E; }
p { color: rgb(5,8,14); }
H1.HeaderClassName
{
color: #05080E;
}
.AnyTagClassName
{
color: #05080E;
}
</style>
background-color css
<style>
a { background-color: #05080E; }
a { background-color: rgb(5,8,14); }
div.DivClassName
{
background-color: #05080E;
}
.BgClassName
{
background-color: #05080E;
}
</style>
border-color css
<style>
span { border-color: #05080E; }
span { border-color: rgb(5,8,14); }
td.TdClassName
{
border-color: #05080E;
}
.TagClassName
{
border-color: #05080E;
}
</style>