Shades of Blackberry #591233
Tints of Blackberry #591233
RGB
CMYK
RGB Variations
Color information
#591233 (or 0x591233) is known color: Blackberry. HEX triplet: 59, 12 and 33. RGB value is (89,18,51). Sum of RGB (Red+Green+Blue) = 89+18+51=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591233 is #A6EDCC. Grayscale: #2A2A2A. Windows color (decimal): -10939853 or 3347033. OLE color: 3347033.
HSL color Cylindrical-coordinate representation of color #591233: hue angle of 332.11º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591233 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 51 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.65 |
| HSL | 332.11º | 0.66% | 0.21% | - |
| HSV(B) | 332.11º | 0.8% | 0.35% | - |
| XYZ | 4.93 | 2.8 | 3.41 | - |
| YUV | 42.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 51 | 0 | 0.80 | 0.43 | 0.65 | 332.11 | 0.66 | 0.21 |
| Hex | 59 | 12 | 33 | 0 | 50 | 2B | 41 | 14C | 42 | 15 |
| Octal | 131 | 22 | 63 | 0 | 120 | 53 | 101 | 514 | 102 | 25 |
| Binary | 1011001 | 10010 | 110011 | 0 | 1010000 | 101011 | 1000001 | 101001100 | 1000010 | 10101 |
Color Harmonies of #591233
Complementary color
Monochromatic Colors of #591233
Black with #591233
Text Example
Text Example
White with #591233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591233; }
p { color: rgb(89,18,51); }
H1.HeaderClassName
{
color: #591233;
}
.AnyTagClassName
{
color: #591233;
}
</style>
background-color css
<style>
a { background-color: #591233; }
a { background-color: rgb(89,18,51); }
div.DivClassName
{
background-color: #591233;
}
.BgClassName
{
background-color: #591233;
}
</style>
border-color css
<style>
span { border-color: #591233; }
span { border-color: rgb(89,18,51); }
td.TdClassName
{
border-color: #591233;
}
.TagClassName
{
border-color: #591233;
}
</style>