Shades of Blackberry #581533
Tints of Blackberry #581533
RGB
CMYK
RGB Variations
Color information
#581533 (or 0x581533) is known color: Blackberry. HEX triplet: 58, 15 and 33. RGB value is (88,21,51). Sum of RGB (Red+Green+Blue) = 88+21+51=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #581533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581533 is #A7EACC. Grayscale: #2C2C2C. Windows color (decimal): -11004621 or 3347800. OLE color: 3347800.
HSL color Cylindrical-coordinate representation of color #581533: hue angle of 333.13º 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 #581533 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 51 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.65 |
| HSL | 333.13º | 0.61% | 0.21% | - |
| HSV(B) | 333.13º | 0.76% | 0.35% | - |
| XYZ | 4.89 | 2.85 | 3.42 | - |
| YUV | 44.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 51 | 0 | 0.76 | 0.42 | 0.65 | 333.13 | 0.61 | 0.21 |
| Hex | 58 | 15 | 33 | 0 | 4C | 2A | 41 | 14D | 3D | 15 |
| Octal | 130 | 25 | 63 | 0 | 114 | 52 | 101 | 515 | 75 | 25 |
| Binary | 1011000 | 10101 | 110011 | 0 | 1001100 | 101010 | 1000001 | 101001101 | 111101 | 10101 |
Color Harmonies of #581533
Complementary color
Monochromatic Colors of #581533
Black with #581533
Text Example
Text Example
White with #581533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581533; }
p { color: rgb(88,21,51); }
H1.HeaderClassName
{
color: #581533;
}
.AnyTagClassName
{
color: #581533;
}
</style>
background-color css
<style>
a { background-color: #581533; }
a { background-color: rgb(88,21,51); }
div.DivClassName
{
background-color: #581533;
}
.BgClassName
{
background-color: #581533;
}
</style>
border-color css
<style>
span { border-color: #581533; }
span { border-color: rgb(88,21,51); }
td.TdClassName
{
border-color: #581533;
}
.TagClassName
{
border-color: #581533;
}
</style>