Shades of Black Russian #050014
Tints of Black Russian #050014
RGB
CMYK
RGB Variations
Color information
#050014 (or 0x050014) is known color: Black Russian. HEX triplet: 05, 00 and 14. RGB value is (5,0,20). Sum of RGB (Red+Green+Blue) = 5+0+20=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 20 (8.20% from 255 or 80% from 25); Max value from RGB is 20 - color contains mainly: blue. Hex color #050014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050014 is #FAFFEB. Grayscale: #030303. Windows color (decimal): -16449516 or 1310725. OLE color: 1310725.
HSL color Cylindrical-coordinate representation of color #050014: hue angle of 255º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050014 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 0 | 20 | - |
| CMYK | 0.75 | 1 | 0 | 0.92 |
| HSL | 255º | 1% | 0.04% | - |
| HSV(B) | 255º | 1% | 0.08% | - |
| XYZ | 0.19 | 0.08 | 0.67 | - |
| YUV | 3.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 20 | 0.75 | 1 | 0 | 0.92 | 255 | 1 | 0.04 |
| Hex | 5 | 0 | 14 | 4B | 64 | 0 | 5C | FF | 64 | 4 |
| Octal | 5 | 0 | 24 | 113 | 144 | 0 | 134 | 377 | 144 | 4 |
| Binary | 101 | 0 | 10100 | 1001011 | 1100100 | 0 | 1011100 | 11111111 | 1100100 | 100 |
Color Harmonies of #050014
Complementary color
Monochromatic Colors of #050014
Black with #050014
Text Example
Text Example
White with #050014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050014; }
p { color: rgb(5,0,20); }
H1.HeaderClassName
{
color: #050014;
}
.AnyTagClassName
{
color: #050014;
}
</style>
background-color css
<style>
a { background-color: #050014; }
a { background-color: rgb(5,0,20); }
div.DivClassName
{
background-color: #050014;
}
.BgClassName
{
background-color: #050014;
}
</style>
border-color css
<style>
span { border-color: #050014; }
span { border-color: rgb(5,0,20); }
td.TdClassName
{
border-color: #050014;
}
.TagClassName
{
border-color: #050014;
}
</style>