Shades of Black Russian #050620
Tints of Black Russian #050620
RGB
CMYK
RGB Variations
Color information
#050620 (or 0x050620) is known color: Black Russian. HEX triplet: 05, 06 and 20. RGB value is (5,6,32). Sum of RGB (Red+Green+Blue) = 5+6+32=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 32 (12.89% from 255 or 74.42% from 43); Max value from RGB is 32 - color contains mainly: blue. Hex color #050620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050620 is #FAF9DF. Grayscale: #080808. Windows color (decimal): -16447968 or 2098693. OLE color: 2098693.
HSL color Cylindrical-coordinate representation of color #050620: hue angle of 237.78º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050620 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 6 | 32 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.87 |
| HSL | 237.78º | 0.73% | 0.07% | - |
| HSV(B) | 237.78º | 0.84% | 0.13% | - |
| XYZ | 0.39 | 0.27 | 1.4 | - |
| YUV | 8.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 32 | 0.84 | 0.81 | 0 | 0.87 | 237.78 | 0.73 | 0.07 |
| Hex | 5 | 6 | 20 | 54 | 51 | 0 | 57 | EE | 49 | 7 |
| Octal | 5 | 6 | 40 | 124 | 121 | 0 | 127 | 356 | 111 | 7 |
| Binary | 101 | 110 | 100000 | 1010100 | 1010001 | 0 | 1010111 | 11101110 | 1001001 | 111 |
Color Harmonies of #050620
Complementary color
Monochromatic Colors of #050620
Black with #050620
Text Example
Text Example
White with #050620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050620; }
p { color: rgb(5,6,32); }
H1.HeaderClassName
{
color: #050620;
}
.AnyTagClassName
{
color: #050620;
}
</style>
background-color css
<style>
a { background-color: #050620; }
a { background-color: rgb(5,6,32); }
div.DivClassName
{
background-color: #050620;
}
.BgClassName
{
background-color: #050620;
}
</style>
border-color css
<style>
span { border-color: #050620; }
span { border-color: rgb(5,6,32); }
td.TdClassName
{
border-color: #050620;
}
.TagClassName
{
border-color: #050620;
}
</style>