Shades of Blackberry #591333
Tints of Blackberry #591333
RGB
CMYK
RGB Variations
Color information
#591333 (or 0x591333) is known color: Blackberry. HEX triplet: 59, 13 and 33. RGB value is (89,19,51). Sum of RGB (Red+Green+Blue) = 89+19+51=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #591333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591333 is #A6ECCC. Grayscale: #2B2B2B. Windows color (decimal): -10939597 or 3347289. OLE color: 3347289.
HSL color Cylindrical-coordinate representation of color #591333: hue angle of 332.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591333 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 51 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.65 |
| HSL | 332.57º | 0.65% | 0.21% | - |
| HSV(B) | 332.57º | 0.79% | 0.35% | - |
| XYZ | 4.95 | 2.83 | 3.42 | - |
| YUV | 43.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 51 | 0 | 0.79 | 0.43 | 0.65 | 332.57 | 0.65 | 0.21 |
| Hex | 59 | 13 | 33 | 0 | 4F | 2B | 41 | 14D | 41 | 15 |
| Octal | 131 | 23 | 63 | 0 | 117 | 53 | 101 | 515 | 101 | 25 |
| Binary | 1011001 | 10011 | 110011 | 0 | 1001111 | 101011 | 1000001 | 101001101 | 1000001 | 10101 |
Color Harmonies of #591333
Complementary color
Monochromatic Colors of #591333
Black with #591333
Text Example
Text Example
White with #591333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591333; }
p { color: rgb(89,19,51); }
H1.HeaderClassName
{
color: #591333;
}
.AnyTagClassName
{
color: #591333;
}
</style>
background-color css
<style>
a { background-color: #591333; }
a { background-color: rgb(89,19,51); }
div.DivClassName
{
background-color: #591333;
}
.BgClassName
{
background-color: #591333;
}
</style>
border-color css
<style>
span { border-color: #591333; }
span { border-color: rgb(89,19,51); }
td.TdClassName
{
border-color: #591333;
}
.TagClassName
{
border-color: #591333;
}
</style>