Shades of Blackberry #571132
Tints of Blackberry #571132
RGB
CMYK
RGB Variations
Color information
#571132 (or 0x571132) is known color: Blackberry. HEX triplet: 57, 11 and 32. RGB value is (87,17,50). Sum of RGB (Red+Green+Blue) = 87+17+50=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571132 is #A8EECD. Grayscale: #292929. Windows color (decimal): -11071182 or 3281239. OLE color: 3281239.
HSL color Cylindrical-coordinate representation of color #571132: hue angle of 331.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571132 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 50 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.66 |
| HSL | 331.71º | 0.67% | 0.2% | - |
| HSV(B) | 331.71º | 0.8% | 0.34% | - |
| XYZ | 4.71 | 2.66 | 3.28 | - |
| YUV | 41.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 50 | 0 | 0.80 | 0.43 | 0.66 | 331.71 | 0.67 | 0.2 |
| Hex | 57 | 11 | 32 | 0 | 50 | 2B | 42 | 14C | 43 | 14 |
| Octal | 127 | 21 | 62 | 0 | 120 | 53 | 102 | 514 | 103 | 24 |
| Binary | 1010111 | 10001 | 110010 | 0 | 1010000 | 101011 | 1000010 | 101001100 | 1000011 | 10100 |
Color Harmonies of #571132
Complementary color
Monochromatic Colors of #571132
Black with #571132
Text Example
Text Example
White with #571132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571132; }
p { color: rgb(87,17,50); }
H1.HeaderClassName
{
color: #571132;
}
.AnyTagClassName
{
color: #571132;
}
</style>
background-color css
<style>
a { background-color: #571132; }
a { background-color: rgb(87,17,50); }
div.DivClassName
{
background-color: #571132;
}
.BgClassName
{
background-color: #571132;
}
</style>
border-color css
<style>
span { border-color: #571132; }
span { border-color: rgb(87,17,50); }
td.TdClassName
{
border-color: #571132;
}
.TagClassName
{
border-color: #571132;
}
</style>