Shades of Black Russian #050E29
Tints of Black Russian #050E29
RGB
CMYK
RGB Variations
Color information
#050E29 (or 0x050E29) is known color: Black Russian. HEX triplet: 05, 0E and 29. RGB value is (5,14,41). Sum of RGB (Red+Green+Blue) = 5+14+41=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #050E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E29 is #FAF1D6. Grayscale: #0E0E0E. Windows color (decimal): -16445911 or 2690565. OLE color: 2690565.
HSL color Cylindrical-coordinate representation of color #050E29: hue angle of 225º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050E29 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 14 | 41 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.84 |
| HSL | 225º | 0.78% | 0.09% | - |
| HSV(B) | 225º | 0.88% | 0.16% | - |
| XYZ | 0.62 | 0.51 | 2.16 | - |
| YUV | 14.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 41 | 0.88 | 0.66 | 0 | 0.84 | 225 | 0.78 | 0.09 |
| Hex | 5 | E | 29 | 58 | 42 | 0 | 54 | E1 | 4E | 9 |
| Octal | 5 | 16 | 51 | 130 | 102 | 0 | 124 | 341 | 116 | 11 |
| Binary | 101 | 1110 | 101001 | 1011000 | 1000010 | 0 | 1010100 | 11100001 | 1001110 | 1001 |
Color Harmonies of #050E29
Complementary color
Monochromatic Colors of #050E29
Black with #050E29
Text Example
Text Example
White with #050E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E29; }
p { color: rgb(5,14,41); }
H1.HeaderClassName
{
color: #050E29;
}
.AnyTagClassName
{
color: #050E29;
}
</style>
background-color css
<style>
a { background-color: #050E29; }
a { background-color: rgb(5,14,41); }
div.DivClassName
{
background-color: #050E29;
}
.BgClassName
{
background-color: #050E29;
}
</style>
border-color css
<style>
span { border-color: #050E29; }
span { border-color: rgb(5,14,41); }
td.TdClassName
{
border-color: #050E29;
}
.TagClassName
{
border-color: #050E29;
}
</style>