Shades of Black Russian #050E1F
Tints of Black Russian #050E1F
RGB
CMYK
RGB Variations
Color information
#050E1F (or 0x050E1F) is known color: Black Russian. HEX triplet: 05, 0E and 1F. RGB value is (5,14,31). Sum of RGB (Red+Green+Blue) = 5+14+31=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #050E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E1F is #FAF1E0. Grayscale: #0D0D0D. Windows color (decimal): -16445921 or 2035205. OLE color: 2035205.
HSL color Cylindrical-coordinate representation of color #050E1F: hue angle of 219.23º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050E1F is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 14 | 31 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.88 |
| HSL | 219.23º | 0.72% | 0.07% | - |
| HSV(B) | 219.23º | 0.84% | 0.12% | - |
| XYZ | 0.47 | 0.45 | 1.36 | - |
| YUV | 13.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 31 | 0.84 | 0.55 | 0 | 0.88 | 219.23 | 0.72 | 0.07 |
| Hex | 5 | E | 1F | 54 | 37 | 0 | 58 | DB | 48 | 7 |
| Octal | 5 | 16 | 37 | 124 | 67 | 0 | 130 | 333 | 110 | 7 |
| Binary | 101 | 1110 | 11111 | 1010100 | 110111 | 0 | 1011000 | 11011011 | 1001000 | 111 |
Color Harmonies of #050E1F
Complementary color
Monochromatic Colors of #050E1F
Black with #050E1F
Text Example
Text Example
White with #050E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E1F; }
p { color: rgb(5,14,31); }
H1.HeaderClassName
{
color: #050E1F;
}
.AnyTagClassName
{
color: #050E1F;
}
</style>
background-color css
<style>
a { background-color: #050E1F; }
a { background-color: rgb(5,14,31); }
div.DivClassName
{
background-color: #050E1F;
}
.BgClassName
{
background-color: #050E1F;
}
</style>
border-color css
<style>
span { border-color: #050E1F; }
span { border-color: rgb(5,14,31); }
td.TdClassName
{
border-color: #050E1F;
}
.TagClassName
{
border-color: #050E1F;
}
</style>