Shades of Blackberry #581531
Tints of Blackberry #581531
RGB
CMYK
RGB Variations
Color information
#581531 (or 0x581531) is known color: Blackberry. HEX triplet: 58, 15 and 31. RGB value is (88,21,49). Sum of RGB (Red+Green+Blue) = 88+21+49=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581531 is #A7EACE. Grayscale: #2C2C2C. Windows color (decimal): -11004623 or 3216728. OLE color: 3216728.
HSL color Cylindrical-coordinate representation of color #581531: hue angle of 334.93º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581531 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 49 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.65 |
| HSL | 334.93º | 0.61% | 0.21% | - |
| HSV(B) | 334.93º | 0.76% | 0.35% | - |
| XYZ | 4.85 | 2.83 | 3.2 | - |
| YUV | 44.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 49 | 0 | 0.76 | 0.44 | 0.65 | 334.93 | 0.61 | 0.21 |
| Hex | 58 | 15 | 31 | 0 | 4C | 2C | 41 | 14F | 3D | 15 |
| Octal | 130 | 25 | 61 | 0 | 114 | 54 | 101 | 517 | 75 | 25 |
| Binary | 1011000 | 10101 | 110001 | 0 | 1001100 | 101100 | 1000001 | 101001111 | 111101 | 10101 |
Color Harmonies of #581531
Complementary color
Monochromatic Colors of #581531
Black with #581531
Text Example
Text Example
White with #581531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581531; }
p { color: rgb(88,21,49); }
H1.HeaderClassName
{
color: #581531;
}
.AnyTagClassName
{
color: #581531;
}
</style>
background-color css
<style>
a { background-color: #581531; }
a { background-color: rgb(88,21,49); }
div.DivClassName
{
background-color: #581531;
}
.BgClassName
{
background-color: #581531;
}
</style>
border-color css
<style>
span { border-color: #581531; }
span { border-color: rgb(88,21,49); }
td.TdClassName
{
border-color: #581531;
}
.TagClassName
{
border-color: #581531;
}
</style>