Shades of Black Russian #050E25
Tints of Black Russian #050E25
RGB
CMYK
RGB Variations
Color information
#050E25 (or 0x050E25) is known color: Black Russian. HEX triplet: 05, 0E and 25. RGB value is (5,14,37). Sum of RGB (Red+Green+Blue) = 5+14+37=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #050E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E25 is #FAF1DA. Grayscale: #0D0D0D. Windows color (decimal): -16445915 or 2428421. OLE color: 2428421.
HSL color Cylindrical-coordinate representation of color #050E25: hue angle of 223.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #050E25 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 14 | 37 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.85 |
| HSL | 223.13º | 0.76% | 0.08% | - |
| HSV(B) | 223.13º | 0.86% | 0.15% | - |
| XYZ | 0.55 | 0.48 | 1.81 | - |
| YUV | 13.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 37 | 0.86 | 0.62 | 0 | 0.85 | 223.13 | 0.76 | 0.08 |
| Hex | 5 | E | 25 | 56 | 3E | 0 | 55 | DF | 4C | 8 |
| Octal | 5 | 16 | 45 | 126 | 76 | 0 | 125 | 337 | 114 | 10 |
| Binary | 101 | 1110 | 100101 | 1010110 | 111110 | 0 | 1010101 | 11011111 | 1001100 | 1000 |
Color Harmonies of #050E25
Complementary color
Monochromatic Colors of #050E25
Black with #050E25
Text Example
Text Example
White with #050E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E25; }
p { color: rgb(5,14,37); }
H1.HeaderClassName
{
color: #050E25;
}
.AnyTagClassName
{
color: #050E25;
}
</style>
background-color css
<style>
a { background-color: #050E25; }
a { background-color: rgb(5,14,37); }
div.DivClassName
{
background-color: #050E25;
}
.BgClassName
{
background-color: #050E25;
}
</style>
border-color css
<style>
span { border-color: #050E25; }
span { border-color: rgb(5,14,37); }
td.TdClassName
{
border-color: #050E25;
}
.TagClassName
{
border-color: #050E25;
}
</style>