Shades of Black Russian #050020
Tints of Black Russian #050020
RGB
CMYK
RGB Variations
Color information
#050020 (or 0x050020) is known color: Black Russian. HEX triplet: 05, 00 and 20. RGB value is (5,0,32). Sum of RGB (Red+Green+Blue) = 5+0+32=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 32 (12.89% from 255 or 86.49% from 37); Max value from RGB is 32 - color contains mainly: blue. Hex color #050020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050020 is #FAFFDF. Grayscale: #050505. Windows color (decimal): -16449504 or 2097157. OLE color: 2097157.
HSL color Cylindrical-coordinate representation of color #050020: hue angle of 249.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050020 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 0 | 32 | - |
| CMYK | 0.84 | 1 | 0 | 0.87 |
| HSL | 249.38º | 1% | 0.06% | - |
| HSV(B) | 249.38º | 1% | 0.13% | - |
| XYZ | 0.32 | 0.14 | 1.38 | - |
| YUV | 5.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 32 | 0.84 | 1 | 0 | 0.87 | 249.38 | 1 | 0.06 |
| Hex | 5 | 0 | 20 | 54 | 64 | 0 | 57 | F9 | 64 | 6 |
| Octal | 5 | 0 | 40 | 124 | 144 | 0 | 127 | 371 | 144 | 6 |
| Binary | 101 | 0 | 100000 | 1010100 | 1100100 | 0 | 1010111 | 11111001 | 1100100 | 110 |
Color Harmonies of #050020
Complementary color
Monochromatic Colors of #050020
Black with #050020
Text Example
Text Example
White with #050020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050020; }
p { color: rgb(5,0,32); }
H1.HeaderClassName
{
color: #050020;
}
.AnyTagClassName
{
color: #050020;
}
</style>
background-color css
<style>
a { background-color: #050020; }
a { background-color: rgb(5,0,32); }
div.DivClassName
{
background-color: #050020;
}
.BgClassName
{
background-color: #050020;
}
</style>
border-color css
<style>
span { border-color: #050020; }
span { border-color: rgb(5,0,32); }
td.TdClassName
{
border-color: #050020;
}
.TagClassName
{
border-color: #050020;
}
</style>