Shades of Blackberry #581332
Tints of Blackberry #581332
RGB
CMYK
RGB Variations
Color information
#581332 (or 0x581332) is known color: Blackberry. HEX triplet: 58, 13 and 32. RGB value is (88,19,50). Sum of RGB (Red+Green+Blue) = 88+19+50=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #581332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581332 is #A7ECCD. Grayscale: #2B2B2B. Windows color (decimal): -11005134 or 3281752. OLE color: 3281752.
HSL color Cylindrical-coordinate representation of color #581332: hue angle of 333.04º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581332 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 50 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.65 |
| HSL | 333.04º | 0.64% | 0.21% | - |
| HSV(B) | 333.04º | 0.78% | 0.35% | - |
| XYZ | 4.83 | 2.77 | 3.3 | - |
| YUV | 43.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 50 | 0 | 0.78 | 0.43 | 0.65 | 333.04 | 0.64 | 0.21 |
| Hex | 58 | 13 | 32 | 0 | 4E | 2B | 41 | 14D | 40 | 15 |
| Octal | 130 | 23 | 62 | 0 | 116 | 53 | 101 | 515 | 100 | 25 |
| Binary | 1011000 | 10011 | 110010 | 0 | 1001110 | 101011 | 1000001 | 101001101 | 1000000 | 10101 |
Color Harmonies of #581332
Complementary color
Monochromatic Colors of #581332
Black with #581332
Text Example
Text Example
White with #581332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581332; }
p { color: rgb(88,19,50); }
H1.HeaderClassName
{
color: #581332;
}
.AnyTagClassName
{
color: #581332;
}
</style>
background-color css
<style>
a { background-color: #581332; }
a { background-color: rgb(88,19,50); }
div.DivClassName
{
background-color: #581332;
}
.BgClassName
{
background-color: #581332;
}
</style>
border-color css
<style>
span { border-color: #581332; }
span { border-color: rgb(88,19,50); }
td.TdClassName
{
border-color: #581332;
}
.TagClassName
{
border-color: #581332;
}
</style>