Shades of Blackberry #590E2B
Tints of Blackberry #590E2B
RGB
CMYK
RGB Variations
Color information
#590E2B (or 0x590E2B) is known color: Blackberry. HEX triplet: 59, 0E and 2B. RGB value is (89,14,43). Sum of RGB (Red+Green+Blue) = 89+14+43=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #590E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E2B is #A6F1D4. Grayscale: #272727. Windows color (decimal): -10940885 or 2821721. OLE color: 2821721.
HSL color Cylindrical-coordinate representation of color #590E2B: hue angle of 336.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E2B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 43 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.65 |
| HSL | 336.8º | 0.73% | 0.2% | - |
| HSV(B) | 336.8º | 0.84% | 0.35% | - |
| XYZ | 4.71 | 2.61 | 2.54 | - |
| YUV | 39.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 43 | 0 | 0.84 | 0.52 | 0.65 | 336.8 | 0.73 | 0.2 |
| Hex | 59 | E | 2B | 0 | 54 | 34 | 41 | 151 | 49 | 14 |
| Octal | 131 | 16 | 53 | 0 | 124 | 64 | 101 | 521 | 111 | 24 |
| Binary | 1011001 | 1110 | 101011 | 0 | 1010100 | 110100 | 1000001 | 101010001 | 1001001 | 10100 |
Color Harmonies of #590E2B
Complementary color
Monochromatic Colors of #590E2B
Black with #590E2B
Text Example
Text Example
White with #590E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E2B; }
p { color: rgb(89,14,43); }
H1.HeaderClassName
{
color: #590E2B;
}
.AnyTagClassName
{
color: #590E2B;
}
</style>
background-color css
<style>
a { background-color: #590E2B; }
a { background-color: rgb(89,14,43); }
div.DivClassName
{
background-color: #590E2B;
}
.BgClassName
{
background-color: #590E2B;
}
</style>
border-color css
<style>
span { border-color: #590E2B; }
span { border-color: rgb(89,14,43); }
td.TdClassName
{
border-color: #590E2B;
}
.TagClassName
{
border-color: #590E2B;
}
</style>