Shades of Black Russian #050024
Tints of Black Russian #050024
RGB
CMYK
RGB Variations
Color information
#050024 (or 0x050024) is known color: Black Russian. HEX triplet: 05, 00 and 24. RGB value is (5,0,36). Sum of RGB (Red+Green+Blue) = 5+0+36=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 36 (14.45% from 255 or 87.80% from 41); Max value from RGB is 36 - color contains mainly: blue. Hex color #050024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050024 is #FAFFDB. Grayscale: #050505. Windows color (decimal): -16449500 or 2359301. OLE color: 2359301.
HSL color Cylindrical-coordinate representation of color #050024: hue angle of 248.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050024 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 0 | 36 | - |
| CMYK | 0.86 | 1 | 0 | 0.86 |
| HSL | 248.33º | 1% | 0.07% | - |
| HSV(B) | 248.33º | 1% | 0.14% | - |
| XYZ | 0.38 | 0.16 | 1.68 | - |
| YUV | 5.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 36 | 0.86 | 1 | 0 | 0.86 | 248.33 | 1 | 0.07 |
| Hex | 5 | 0 | 24 | 56 | 64 | 0 | 56 | F8 | 64 | 7 |
| Octal | 5 | 0 | 44 | 126 | 144 | 0 | 126 | 370 | 144 | 7 |
| Binary | 101 | 0 | 100100 | 1010110 | 1100100 | 0 | 1010110 | 11111000 | 1100100 | 111 |
Color Harmonies of #050024
Complementary color
Monochromatic Colors of #050024
Black with #050024
Text Example
Text Example
White with #050024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050024; }
p { color: rgb(5,0,36); }
H1.HeaderClassName
{
color: #050024;
}
.AnyTagClassName
{
color: #050024;
}
</style>
background-color css
<style>
a { background-color: #050024; }
a { background-color: rgb(5,0,36); }
div.DivClassName
{
background-color: #050024;
}
.BgClassName
{
background-color: #050024;
}
</style>
border-color css
<style>
span { border-color: #050024; }
span { border-color: rgb(5,0,36); }
td.TdClassName
{
border-color: #050024;
}
.TagClassName
{
border-color: #050024;
}
</style>