Shades of Blackberry #511740
Tints of Blackberry #511740
RGB
CMYK
RGB Variations
Color information
#511740 (or 0x511740) is known color: Blackberry. HEX triplet: 51, 17 and 40. RGB value is (81,23,64). Sum of RGB (Red+Green+Blue) = 81+23+64=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #511740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511740 is #AEE8BF. Grayscale: #2C2C2C. Windows color (decimal): -11462848 or 4200273. OLE color: 4200273.
HSL color Cylindrical-coordinate representation of color #511740: hue angle of 317.59º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511740 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 64 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.68 |
| HSL | 317.59º | 0.56% | 0.2% | - |
| HSV(B) | 317.59º | 0.72% | 0.32% | - |
| XYZ | 4.63 | 2.73 | 5.13 | - |
| YUV | 45.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 64 | 0 | 0.72 | 0.21 | 0.68 | 317.59 | 0.56 | 0.2 |
| Hex | 51 | 17 | 40 | 0 | 48 | 15 | 44 | 13E | 38 | 14 |
| Octal | 121 | 27 | 100 | 0 | 110 | 25 | 104 | 476 | 70 | 24 |
| Binary | 1010001 | 10111 | 1000000 | 0 | 1001000 | 10101 | 1000100 | 100111110 | 111000 | 10100 |
Color Harmonies of #511740
Complementary color
Monochromatic Colors of #511740
Black with #511740
Text Example
Text Example
White with #511740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511740; }
p { color: rgb(81,23,64); }
H1.HeaderClassName
{
color: #511740;
}
.AnyTagClassName
{
color: #511740;
}
</style>
background-color css
<style>
a { background-color: #511740; }
a { background-color: rgb(81,23,64); }
div.DivClassName
{
background-color: #511740;
}
.BgClassName
{
background-color: #511740;
}
</style>
border-color css
<style>
span { border-color: #511740; }
span { border-color: rgb(81,23,64); }
td.TdClassName
{
border-color: #511740;
}
.TagClassName
{
border-color: #511740;
}
</style>