Shades of Black Russian #050018
Tints of Black Russian #050018
RGB
CMYK
RGB Variations
Color information
#050018 (or 0x050018) is known color: Black Russian. HEX triplet: 05, 00 and 18. RGB value is (5,0,24). Sum of RGB (Red+Green+Blue) = 5+0+24=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #050018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050018 is #FAFFE7. Grayscale: #040404. Windows color (decimal): -16449512 or 1572869. OLE color: 1572869.
HSL color Cylindrical-coordinate representation of color #050018: hue angle of 252.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050018 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 0 | 24 | - |
| CMYK | 0.79 | 1 | 0 | 0.91 |
| HSL | 252.5º | 1% | 0.05% | - |
| HSV(B) | 252.5º | 1% | 0.09% | - |
| XYZ | 0.23 | 0.1 | 0.87 | - |
| YUV | 4.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 24 | 0.79 | 1 | 0 | 0.91 | 252.5 | 1 | 0.05 |
| Hex | 5 | 0 | 18 | 4F | 64 | 0 | 5B | FD | 64 | 5 |
| Octal | 5 | 0 | 30 | 117 | 144 | 0 | 133 | 375 | 144 | 5 |
| Binary | 101 | 0 | 11000 | 1001111 | 1100100 | 0 | 1011011 | 11111101 | 1100100 | 101 |
Color Harmonies of #050018
Complementary color
Monochromatic Colors of #050018
Black with #050018
Text Example
Text Example
White with #050018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050018; }
p { color: rgb(5,0,24); }
H1.HeaderClassName
{
color: #050018;
}
.AnyTagClassName
{
color: #050018;
}
</style>
background-color css
<style>
a { background-color: #050018; }
a { background-color: rgb(5,0,24); }
div.DivClassName
{
background-color: #050018;
}
.BgClassName
{
background-color: #050018;
}
</style>
border-color css
<style>
span { border-color: #050018; }
span { border-color: rgb(5,0,24); }
td.TdClassName
{
border-color: #050018;
}
.TagClassName
{
border-color: #050018;
}
</style>