Shades of Blackberry #581232
Tints of Blackberry #581232
RGB
CMYK
RGB Variations
Color information
#581232 (or 0x581232) is known color: Blackberry. HEX triplet: 58, 12 and 32. RGB value is (88,18,50). Sum of RGB (Red+Green+Blue) = 88+18+50=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #581232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581232 is #A7EDCD. Grayscale: #2A2A2A. Windows color (decimal): -11005390 or 3281496. OLE color: 3281496.
HSL color Cylindrical-coordinate representation of color #581232: hue angle of 332.57º 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 #581232 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 50 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.65 |
| HSL | 332.57º | 0.66% | 0.21% | - |
| HSV(B) | 332.57º | 0.8% | 0.35% | - |
| XYZ | 4.82 | 2.74 | 3.29 | - |
| YUV | 42.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 50 | 0 | 0.80 | 0.43 | 0.65 | 332.57 | 0.66 | 0.21 |
| Hex | 58 | 12 | 32 | 0 | 50 | 2B | 41 | 14D | 42 | 15 |
| Octal | 130 | 22 | 62 | 0 | 120 | 53 | 101 | 515 | 102 | 25 |
| Binary | 1011000 | 10010 | 110010 | 0 | 1010000 | 101011 | 1000001 | 101001101 | 1000010 | 10101 |
Color Harmonies of #581232
Complementary color
Monochromatic Colors of #581232
Black with #581232
Text Example
Text Example
White with #581232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581232; }
p { color: rgb(88,18,50); }
H1.HeaderClassName
{
color: #581232;
}
.AnyTagClassName
{
color: #581232;
}
</style>
background-color css
<style>
a { background-color: #581232; }
a { background-color: rgb(88,18,50); }
div.DivClassName
{
background-color: #581232;
}
.BgClassName
{
background-color: #581232;
}
</style>
border-color css
<style>
span { border-color: #581232; }
span { border-color: rgb(88,18,50); }
td.TdClassName
{
border-color: #581232;
}
.TagClassName
{
border-color: #581232;
}
</style>