Shades of Black Russian #050D25
Tints of Black Russian #050D25
RGB
CMYK
RGB Variations
Color information
#050D25 (or 0x050D25) is known color: Black Russian. HEX triplet: 05, 0D and 25. RGB value is (5,13,37). Sum of RGB (Red+Green+Blue) = 5+13+37=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #050D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D25 is #FAF2DA. Grayscale: #0D0D0D. Windows color (decimal): -16446171 or 2428165. OLE color: 2428165.
HSL color Cylindrical-coordinate representation of color #050D25: hue angle of 225º 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 #050D25 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 13 | 37 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.85 |
| HSL | 225º | 0.76% | 0.08% | - |
| HSV(B) | 225º | 0.86% | 0.15% | - |
| XYZ | 0.54 | 0.45 | 1.81 | - |
| YUV | 13.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 37 | 0.86 | 0.65 | 0 | 0.85 | 225 | 0.76 | 0.08 |
| Hex | 5 | D | 25 | 56 | 41 | 0 | 55 | E1 | 4C | 8 |
| Octal | 5 | 15 | 45 | 126 | 101 | 0 | 125 | 341 | 114 | 10 |
| Binary | 101 | 1101 | 100101 | 1010110 | 1000001 | 0 | 1010101 | 11100001 | 1001100 | 1000 |
Color Harmonies of #050D25
Complementary color
Monochromatic Colors of #050D25
Black with #050D25
Text Example
Text Example
White with #050D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D25; }
p { color: rgb(5,13,37); }
H1.HeaderClassName
{
color: #050D25;
}
.AnyTagClassName
{
color: #050D25;
}
</style>
background-color css
<style>
a { background-color: #050D25; }
a { background-color: rgb(5,13,37); }
div.DivClassName
{
background-color: #050D25;
}
.BgClassName
{
background-color: #050D25;
}
</style>
border-color css
<style>
span { border-color: #050D25; }
span { border-color: rgb(5,13,37); }
td.TdClassName
{
border-color: #050D25;
}
.TagClassName
{
border-color: #050D25;
}
</style>