Shades of Blackberry #591131
Tints of Blackberry #591131
RGB
CMYK
RGB Variations
Color information
#591131 (or 0x591131) is known color: Blackberry. HEX triplet: 59, 11 and 31. RGB value is (89,17,49). Sum of RGB (Red+Green+Blue) = 89+17+49=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591131 is #A6EECE. Grayscale: #2A2A2A. Windows color (decimal): -10940111 or 3215705. OLE color: 3215705.
HSL color Cylindrical-coordinate representation of color #591131: hue angle of 333.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591131 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 49 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.65 |
| HSL | 333.33º | 0.68% | 0.21% | - |
| HSV(B) | 333.33º | 0.81% | 0.35% | - |
| XYZ | 4.87 | 2.75 | 3.18 | - |
| YUV | 42.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 49 | 0 | 0.81 | 0.45 | 0.65 | 333.33 | 0.68 | 0.21 |
| Hex | 59 | 11 | 31 | 0 | 51 | 2D | 41 | 14D | 44 | 15 |
| Octal | 131 | 21 | 61 | 0 | 121 | 55 | 101 | 515 | 104 | 25 |
| Binary | 1011001 | 10001 | 110001 | 0 | 1010001 | 101101 | 1000001 | 101001101 | 1000100 | 10101 |
Color Harmonies of #591131
Complementary color
Monochromatic Colors of #591131
Black with #591131
Text Example
Text Example
White with #591131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591131; }
p { color: rgb(89,17,49); }
H1.HeaderClassName
{
color: #591131;
}
.AnyTagClassName
{
color: #591131;
}
</style>
background-color css
<style>
a { background-color: #591131; }
a { background-color: rgb(89,17,49); }
div.DivClassName
{
background-color: #591131;
}
.BgClassName
{
background-color: #591131;
}
</style>
border-color css
<style>
span { border-color: #591131; }
span { border-color: rgb(89,17,49); }
td.TdClassName
{
border-color: #591131;
}
.TagClassName
{
border-color: #591131;
}
</style>