Shades of Blackberry #590F2C
Tints of Blackberry #590F2C
RGB
CMYK
RGB Variations
Color information
#590F2C (or 0x590F2C) is known color: Blackberry. HEX triplet: 59, 0F and 2C. RGB value is (89,15,44). Sum of RGB (Red+Green+Blue) = 89+15+44=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #590F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F2C is #A6F0D3. Grayscale: #282828. Windows color (decimal): -10940628 or 2887513. OLE color: 2887513.
HSL color Cylindrical-coordinate representation of color #590F2C: hue angle of 336.49º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F2C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 44 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.65 |
| HSL | 336.49º | 0.71% | 0.2% | - |
| HSV(B) | 336.49º | 0.83% | 0.35% | - |
| XYZ | 4.75 | 2.65 | 2.64 | - |
| YUV | 40.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 44 | 0 | 0.83 | 0.51 | 0.65 | 336.49 | 0.71 | 0.2 |
| Hex | 59 | F | 2C | 0 | 53 | 33 | 41 | 150 | 47 | 14 |
| Octal | 131 | 17 | 54 | 0 | 123 | 63 | 101 | 520 | 107 | 24 |
| Binary | 1011001 | 1111 | 101100 | 0 | 1010011 | 110011 | 1000001 | 101010000 | 1000111 | 10100 |
Color Harmonies of #590F2C
Complementary color
Monochromatic Colors of #590F2C
Black with #590F2C
Text Example
Text Example
White with #590F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F2C; }
p { color: rgb(89,15,44); }
H1.HeaderClassName
{
color: #590F2C;
}
.AnyTagClassName
{
color: #590F2C;
}
</style>
background-color css
<style>
a { background-color: #590F2C; }
a { background-color: rgb(89,15,44); }
div.DivClassName
{
background-color: #590F2C;
}
.BgClassName
{
background-color: #590F2C;
}
</style>
border-color css
<style>
span { border-color: #590F2C; }
span { border-color: rgb(89,15,44); }
td.TdClassName
{
border-color: #590F2C;
}
.TagClassName
{
border-color: #590F2C;
}
</style>