Shades of Blackberry #59122F
Tints of Blackberry #59122F
RGB
CMYK
RGB Variations
Color information
#59122F (or 0x59122F) is known color: Blackberry. HEX triplet: 59, 12 and 2F. RGB value is (89,18,47). Sum of RGB (Red+Green+Blue) = 89+18+47=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59122F is #A6EDD0. Grayscale: #2A2A2A. Windows color (decimal): -10939857 or 3084889. OLE color: 3084889.
HSL color Cylindrical-coordinate representation of color #59122F: hue angle of 335.49º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59122F is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 47 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.65 |
| HSL | 335.49º | 0.66% | 0.21% | - |
| HSV(B) | 335.49º | 0.8% | 0.35% | - |
| XYZ | 4.85 | 2.76 | 2.97 | - |
| YUV | 42.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 47 | 0 | 0.80 | 0.47 | 0.65 | 335.49 | 0.66 | 0.21 |
| Hex | 59 | 12 | 2F | 0 | 50 | 2F | 41 | 14F | 42 | 15 |
| Octal | 131 | 22 | 57 | 0 | 120 | 57 | 101 | 517 | 102 | 25 |
| Binary | 1011001 | 10010 | 101111 | 0 | 1010000 | 101111 | 1000001 | 101001111 | 1000010 | 10101 |
Color Harmonies of #59122F
Complementary color
Monochromatic Colors of #59122F
Black with #59122F
Text Example
Text Example
White with #59122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59122F; }
p { color: rgb(89,18,47); }
H1.HeaderClassName
{
color: #59122F;
}
.AnyTagClassName
{
color: #59122F;
}
</style>
background-color css
<style>
a { background-color: #59122F; }
a { background-color: rgb(89,18,47); }
div.DivClassName
{
background-color: #59122F;
}
.BgClassName
{
background-color: #59122F;
}
</style>
border-color css
<style>
span { border-color: #59122F; }
span { border-color: rgb(89,18,47); }
td.TdClassName
{
border-color: #59122F;
}
.TagClassName
{
border-color: #59122F;
}
</style>