Shades of Blackberry #501940
Tints of Blackberry #501940
RGB
CMYK
RGB Variations
Color information
#501940 (or 0x501940) is known color: Blackberry. HEX triplet: 50, 19 and 40. RGB value is (80,25,64). Sum of RGB (Red+Green+Blue) = 80+25+64=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501940 is #AFE6BF. Grayscale: #2D2D2D. Windows color (decimal): -11527872 or 4200784. OLE color: 4200784.
HSL color Cylindrical-coordinate representation of color #501940: hue angle of 317.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501940 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 64 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.69 |
| HSL | 317.45º | 0.52% | 0.21% | - |
| HSV(B) | 317.45º | 0.69% | 0.31% | - |
| XYZ | 4.58 | 2.77 | 5.14 | - |
| YUV | 45.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 64 | 0 | 0.69 | 0.20 | 0.69 | 317.45 | 0.52 | 0.21 |
| Hex | 50 | 19 | 40 | 0 | 45 | 14 | 45 | 13D | 34 | 15 |
| Octal | 120 | 31 | 100 | 0 | 105 | 24 | 105 | 475 | 64 | 25 |
| Binary | 1010000 | 11001 | 1000000 | 0 | 1000101 | 10100 | 1000101 | 100111101 | 110100 | 10101 |
Color Harmonies of #501940
Complementary color
Monochromatic Colors of #501940
Black with #501940
Text Example
Text Example
White with #501940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501940; }
p { color: rgb(80,25,64); }
H1.HeaderClassName
{
color: #501940;
}
.AnyTagClassName
{
color: #501940;
}
</style>
background-color css
<style>
a { background-color: #501940; }
a { background-color: rgb(80,25,64); }
div.DivClassName
{
background-color: #501940;
}
.BgClassName
{
background-color: #501940;
}
</style>
border-color css
<style>
span { border-color: #501940; }
span { border-color: rgb(80,25,64); }
td.TdClassName
{
border-color: #501940;
}
.TagClassName
{
border-color: #501940;
}
</style>