Shades of Blackberry #501240
Tints of Blackberry #501240
RGB
CMYK
RGB Variations
Color information
#501240 (or 0x501240) is known color: Blackberry. HEX triplet: 50, 12 and 40. RGB value is (80,18,64). Sum of RGB (Red+Green+Blue) = 80+18+64=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501240 is #AFEDBF. Grayscale: #292929. Windows color (decimal): -11529664 or 4198992. OLE color: 4198992.
HSL color Cylindrical-coordinate representation of color #501240: hue angle of 315.48º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501240 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 64 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.69 |
| HSL | 315.48º | 0.63% | 0.19% | - |
| HSV(B) | 315.48º | 0.78% | 0.31% | - |
| XYZ | 4.45 | 2.51 | 5.1 | - |
| YUV | 41.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 64 | 0 | 0.78 | 0.20 | 0.69 | 315.48 | 0.63 | 0.19 |
| Hex | 50 | 12 | 40 | 0 | 4E | 14 | 45 | 13B | 3F | 13 |
| Octal | 120 | 22 | 100 | 0 | 116 | 24 | 105 | 473 | 77 | 23 |
| Binary | 1010000 | 10010 | 1000000 | 0 | 1001110 | 10100 | 1000101 | 100111011 | 111111 | 10011 |
Color Harmonies of #501240
Complementary color
Monochromatic Colors of #501240
Black with #501240
Text Example
Text Example
White with #501240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501240; }
p { color: rgb(80,18,64); }
H1.HeaderClassName
{
color: #501240;
}
.AnyTagClassName
{
color: #501240;
}
</style>
background-color css
<style>
a { background-color: #501240; }
a { background-color: rgb(80,18,64); }
div.DivClassName
{
background-color: #501240;
}
.BgClassName
{
background-color: #501240;
}
</style>
border-color css
<style>
span { border-color: #501240; }
span { border-color: rgb(80,18,64); }
td.TdClassName
{
border-color: #501240;
}
.TagClassName
{
border-color: #501240;
}
</style>