Shades of Blackberry #571232
Tints of Blackberry #571232
RGB
CMYK
RGB Variations
Color information
#571232 (or 0x571232) is known color: Blackberry. HEX triplet: 57, 12 and 32. RGB value is (87,18,50). Sum of RGB (Red+Green+Blue) = 87+18+50=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #571232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571232 is #A8EDCD. Grayscale: #2A2A2A. Windows color (decimal): -11070926 or 3281495. OLE color: 3281495.
HSL color Cylindrical-coordinate representation of color #571232: hue angle of 332.17º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571232 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 50 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.66 |
| HSL | 332.17º | 0.66% | 0.21% | - |
| HSV(B) | 332.17º | 0.79% | 0.34% | - |
| XYZ | 4.72 | 2.69 | 3.29 | - |
| YUV | 42.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 50 | 0 | 0.79 | 0.43 | 0.66 | 332.17 | 0.66 | 0.21 |
| Hex | 57 | 12 | 32 | 0 | 4F | 2B | 42 | 14C | 42 | 15 |
| Octal | 127 | 22 | 62 | 0 | 117 | 53 | 102 | 514 | 102 | 25 |
| Binary | 1010111 | 10010 | 110010 | 0 | 1001111 | 101011 | 1000010 | 101001100 | 1000010 | 10101 |
Color Harmonies of #571232
Complementary color
Monochromatic Colors of #571232
Black with #571232
Text Example
Text Example
White with #571232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571232; }
p { color: rgb(87,18,50); }
H1.HeaderClassName
{
color: #571232;
}
.AnyTagClassName
{
color: #571232;
}
</style>
background-color css
<style>
a { background-color: #571232; }
a { background-color: rgb(87,18,50); }
div.DivClassName
{
background-color: #571232;
}
.BgClassName
{
background-color: #571232;
}
</style>
border-color css
<style>
span { border-color: #571232; }
span { border-color: rgb(87,18,50); }
td.TdClassName
{
border-color: #571232;
}
.TagClassName
{
border-color: #571232;
}
</style>