Shades of Blackberry #59112D
Tints of Blackberry #59112D
RGB
CMYK
RGB Variations
Color information
#59112D (or 0x59112D) is known color: Blackberry. HEX triplet: 59, 11 and 2D. RGB value is (89,17,45). Sum of RGB (Red+Green+Blue) = 89+17+45=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112D is #A6EED2. Grayscale: #292929. Windows color (decimal): -10940115 or 2953561. OLE color: 2953561.
HSL color Cylindrical-coordinate representation of color #59112D: hue angle of 336.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59112D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 45 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.65 |
| HSL | 336.67º | 0.68% | 0.21% | - |
| HSV(B) | 336.67º | 0.81% | 0.35% | - |
| XYZ | 4.79 | 2.71 | 2.75 | - |
| YUV | 41.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 45 | 0 | 0.81 | 0.49 | 0.65 | 336.67 | 0.68 | 0.21 |
| Hex | 59 | 11 | 2D | 0 | 51 | 31 | 41 | 151 | 44 | 15 |
| Octal | 131 | 21 | 55 | 0 | 121 | 61 | 101 | 521 | 104 | 25 |
| Binary | 1011001 | 10001 | 101101 | 0 | 1010001 | 110001 | 1000001 | 101010001 | 1000100 | 10101 |
Color Harmonies of #59112D
Complementary color
Monochromatic Colors of #59112D
Black with #59112D
Text Example
Text Example
White with #59112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59112D; }
p { color: rgb(89,17,45); }
H1.HeaderClassName
{
color: #59112D;
}
.AnyTagClassName
{
color: #59112D;
}
</style>
background-color css
<style>
a { background-color: #59112D; }
a { background-color: rgb(89,17,45); }
div.DivClassName
{
background-color: #59112D;
}
.BgClassName
{
background-color: #59112D;
}
</style>
border-color css
<style>
span { border-color: #59112D; }
span { border-color: rgb(89,17,45); }
td.TdClassName
{
border-color: #59112D;
}
.TagClassName
{
border-color: #59112D;
}
</style>