Shades of Blackberry #591132
Tints of Blackberry #591132
RGB
CMYK
RGB Variations
Color information
#591132 (or 0x591132) is known color: Blackberry. HEX triplet: 59, 11 and 32. RGB value is (89,17,50). Sum of RGB (Red+Green+Blue) = 89+17+50=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #591132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591132 is #A6EECD. Grayscale: #2A2A2A. Windows color (decimal): -10940110 or 3281241. OLE color: 3281241.
HSL color Cylindrical-coordinate representation of color #591132: hue angle of 332.5º 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 #591132 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 50 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.65 |
| HSL | 332.5º | 0.68% | 0.21% | - |
| HSV(B) | 332.5º | 0.81% | 0.35% | - |
| XYZ | 4.9 | 2.76 | 3.29 | - |
| YUV | 42.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 50 | 0 | 0.81 | 0.44 | 0.65 | 332.5 | 0.68 | 0.21 |
| Hex | 59 | 11 | 32 | 0 | 51 | 2C | 41 | 14C | 44 | 15 |
| Octal | 131 | 21 | 62 | 0 | 121 | 54 | 101 | 514 | 104 | 25 |
| Binary | 1011001 | 10001 | 110010 | 0 | 1010001 | 101100 | 1000001 | 101001100 | 1000100 | 10101 |
Color Harmonies of #591132
Complementary color
Monochromatic Colors of #591132
Black with #591132
Text Example
Text Example
White with #591132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591132; }
p { color: rgb(89,17,50); }
H1.HeaderClassName
{
color: #591132;
}
.AnyTagClassName
{
color: #591132;
}
</style>
background-color css
<style>
a { background-color: #591132; }
a { background-color: rgb(89,17,50); }
div.DivClassName
{
background-color: #591132;
}
.BgClassName
{
background-color: #591132;
}
</style>
border-color css
<style>
span { border-color: #591132; }
span { border-color: rgb(89,17,50); }
td.TdClassName
{
border-color: #591132;
}
.TagClassName
{
border-color: #591132;
}
</style>