Shades of Blackberry #511240
Tints of Blackberry #511240
RGB
CMYK
RGB Variations
Color information
#511240 (or 0x511240) is known color: Blackberry. HEX triplet: 51, 12 and 40. RGB value is (81,18,64). Sum of RGB (Red+Green+Blue) = 81+18+64=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #511240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511240 is #AEEDBF. Grayscale: #292929. Windows color (decimal): -11464128 or 4198993. OLE color: 4198993.
HSL color Cylindrical-coordinate representation of color #511240: hue angle of 316.19º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511240 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 64 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.68 |
| HSL | 316.19º | 0.64% | 0.19% | - |
| HSV(B) | 316.19º | 0.78% | 0.32% | - |
| XYZ | 4.54 | 2.55 | 5.1 | - |
| YUV | 42.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 64 | 0 | 0.78 | 0.21 | 0.68 | 316.19 | 0.64 | 0.19 |
| Hex | 51 | 12 | 40 | 0 | 4E | 15 | 44 | 13C | 40 | 13 |
| Octal | 121 | 22 | 100 | 0 | 116 | 25 | 104 | 474 | 100 | 23 |
| Binary | 1010001 | 10010 | 1000000 | 0 | 1001110 | 10101 | 1000100 | 100111100 | 1000000 | 10011 |
Color Harmonies of #511240
Complementary color
Monochromatic Colors of #511240
Black with #511240
Text Example
Text Example
White with #511240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511240; }
p { color: rgb(81,18,64); }
H1.HeaderClassName
{
color: #511240;
}
.AnyTagClassName
{
color: #511240;
}
</style>
background-color css
<style>
a { background-color: #511240; }
a { background-color: rgb(81,18,64); }
div.DivClassName
{
background-color: #511240;
}
.BgClassName
{
background-color: #511240;
}
</style>
border-color css
<style>
span { border-color: #511240; }
span { border-color: rgb(81,18,64); }
td.TdClassName
{
border-color: #511240;
}
.TagClassName
{
border-color: #511240;
}
</style>