Shades of Black Russian #050010
Tints of Black Russian #050010
RGB
CMYK
RGB Variations
Color information
#050010 (or 0x050010) is known color: Black Russian. HEX triplet: 05, 00 and 10. RGB value is (5,0,16). Sum of RGB (Red+Green+Blue) = 5+0+16=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 16 (6.64% from 255 or 76.19% from 21); Max value from RGB is 16 - color contains mainly: blue. Hex color #050010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050010 is #FAFFEF. Grayscale: #030303. Windows color (decimal): -16449520 or 1048581. OLE color: 1048581.
HSL color Cylindrical-coordinate representation of color #050010: hue angle of 258.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050010 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 0 | 16 | - |
| CMYK | 0.69 | 1 | 0 | 0.94 |
| HSL | 258.75º | 1% | 0.03% | - |
| HSV(B) | 258.75º | 1% | 0.06% | - |
| XYZ | 0.16 | 0.07 | 0.5 | - |
| YUV | 3.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 16 | 0.69 | 1 | 0 | 0.94 | 258.75 | 1 | 0.03 |
| Hex | 5 | 0 | 10 | 45 | 64 | 0 | 5E | 103 | 64 | 3 |
| Octal | 5 | 0 | 20 | 105 | 144 | 0 | 136 | 403 | 144 | 3 |
| Binary | 101 | 0 | 10000 | 1000101 | 1100100 | 0 | 1011110 | 100000011 | 1100100 | 11 |
Color Harmonies of #050010
Complementary color
Monochromatic Colors of #050010
Black with #050010
Text Example
Text Example
White with #050010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050010; }
p { color: rgb(5,0,16); }
H1.HeaderClassName
{
color: #050010;
}
.AnyTagClassName
{
color: #050010;
}
</style>
background-color css
<style>
a { background-color: #050010; }
a { background-color: rgb(5,0,16); }
div.DivClassName
{
background-color: #050010;
}
.BgClassName
{
background-color: #050010;
}
</style>
border-color css
<style>
span { border-color: #050010; }
span { border-color: rgb(5,0,16); }
td.TdClassName
{
border-color: #050010;
}
.TagClassName
{
border-color: #050010;
}
</style>