Shades of Blackberry #591430
Tints of Blackberry #591430
RGB
CMYK
RGB Variations
Color information
#591430 (or 0x591430) is known color: Blackberry. HEX triplet: 59, 14 and 30. RGB value is (89,20,48). Sum of RGB (Red+Green+Blue) = 89+20+48=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #591430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591430 is #A6EBCF. Grayscale: #2B2B2B. Windows color (decimal): -10939344 or 3150937. OLE color: 3150937.
HSL color Cylindrical-coordinate representation of color #591430: hue angle of 335.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591430 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 48 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.65 |
| HSL | 335.65º | 0.63% | 0.21% | - |
| HSV(B) | 335.65º | 0.78% | 0.35% | - |
| XYZ | 4.9 | 2.84 | 3.09 | - |
| YUV | 43.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 48 | 0 | 0.78 | 0.46 | 0.65 | 335.65 | 0.63 | 0.21 |
| Hex | 59 | 14 | 30 | 0 | 4E | 2E | 41 | 150 | 3F | 15 |
| Octal | 131 | 24 | 60 | 0 | 116 | 56 | 101 | 520 | 77 | 25 |
| Binary | 1011001 | 10100 | 110000 | 0 | 1001110 | 101110 | 1000001 | 101010000 | 111111 | 10101 |
Color Harmonies of #591430
Complementary color
Monochromatic Colors of #591430
Black with #591430
Text Example
Text Example
White with #591430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591430; }
p { color: rgb(89,20,48); }
H1.HeaderClassName
{
color: #591430;
}
.AnyTagClassName
{
color: #591430;
}
</style>
background-color css
<style>
a { background-color: #591430; }
a { background-color: rgb(89,20,48); }
div.DivClassName
{
background-color: #591430;
}
.BgClassName
{
background-color: #591430;
}
</style>
border-color css
<style>
span { border-color: #591430; }
span { border-color: rgb(89,20,48); }
td.TdClassName
{
border-color: #591430;
}
.TagClassName
{
border-color: #591430;
}
</style>