Shades of Black Russian #050E1E
Tints of Black Russian #050E1E
RGB
CMYK
RGB Variations
Color information
#050E1E (or 0x050E1E) is known color: Black Russian. HEX triplet: 05, 0E and 1E. RGB value is (5,14,30). Sum of RGB (Red+Green+Blue) = 5+14+30=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #050E1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E1E is #FAF1E1. Grayscale: #0D0D0D. Windows color (decimal): -16445922 or 1969669. OLE color: 1969669.
HSL color Cylindrical-coordinate representation of color #050E1E: hue angle of 218.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050E1E is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 14 | 30 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.88 |
| HSL | 218.4º | 0.71% | 0.07% | - |
| HSV(B) | 218.4º | 0.83% | 0.12% | - |
| XYZ | 0.45 | 0.44 | 1.29 | - |
| YUV | 13.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 30 | 0.83 | 0.53 | 0 | 0.88 | 218.4 | 0.71 | 0.07 |
| Hex | 5 | E | 1E | 53 | 35 | 0 | 58 | DA | 47 | 7 |
| Octal | 5 | 16 | 36 | 123 | 65 | 0 | 130 | 332 | 107 | 7 |
| Binary | 101 | 1110 | 11110 | 1010011 | 110101 | 0 | 1011000 | 11011010 | 1000111 | 111 |
Color Harmonies of #050E1E
Complementary color
Monochromatic Colors of #050E1E
Black with #050E1E
Text Example
Text Example
White with #050E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E1E; }
p { color: rgb(5,14,30); }
H1.HeaderClassName
{
color: #050E1E;
}
.AnyTagClassName
{
color: #050E1E;
}
</style>
background-color css
<style>
a { background-color: #050E1E; }
a { background-color: rgb(5,14,30); }
div.DivClassName
{
background-color: #050E1E;
}
.BgClassName
{
background-color: #050E1E;
}
</style>
border-color css
<style>
span { border-color: #050E1E; }
span { border-color: rgb(5,14,30); }
td.TdClassName
{
border-color: #050E1E;
}
.TagClassName
{
border-color: #050E1E;
}
</style>