Shades of Blackberry #590D2B
Tints of Blackberry #590D2B
RGB
CMYK
RGB Variations
Color information
#590D2B (or 0x590D2B) is known color: Blackberry. HEX triplet: 59, 0D and 2B. RGB value is (89,13,43). Sum of RGB (Red+Green+Blue) = 89+13+43=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #590D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D2B is #A6F2D4. Grayscale: #272727. Windows color (decimal): -10941141 or 2821465. OLE color: 2821465.
HSL color Cylindrical-coordinate representation of color #590D2B: hue angle of 336.32º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590D2B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 13 | 43 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.65 |
| HSL | 336.32º | 0.75% | 0.2% | - |
| HSV(B) | 336.32º | 0.85% | 0.35% | - |
| XYZ | 4.7 | 2.59 | 2.54 | - |
| YUV | 39.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 43 | 0 | 0.85 | 0.52 | 0.65 | 336.32 | 0.75 | 0.2 |
| Hex | 59 | D | 2B | 0 | 55 | 34 | 41 | 150 | 4B | 14 |
| Octal | 131 | 15 | 53 | 0 | 125 | 64 | 101 | 520 | 113 | 24 |
| Binary | 1011001 | 1101 | 101011 | 0 | 1010101 | 110100 | 1000001 | 101010000 | 1001011 | 10100 |
Color Harmonies of #590D2B
Complementary color
Monochromatic Colors of #590D2B
Black with #590D2B
Text Example
Text Example
White with #590D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D2B; }
p { color: rgb(89,13,43); }
H1.HeaderClassName
{
color: #590D2B;
}
.AnyTagClassName
{
color: #590D2B;
}
</style>
background-color css
<style>
a { background-color: #590D2B; }
a { background-color: rgb(89,13,43); }
div.DivClassName
{
background-color: #590D2B;
}
.BgClassName
{
background-color: #590D2B;
}
</style>
border-color css
<style>
span { border-color: #590D2B; }
span { border-color: rgb(89,13,43); }
td.TdClassName
{
border-color: #590D2B;
}
.TagClassName
{
border-color: #590D2B;
}
</style>