Shades of Blackberry #571533
Tints of Blackberry #571533
RGB
CMYK
RGB Variations
Color information
#571533 (or 0x571533) is known color: Blackberry. HEX triplet: 57, 15 and 33. RGB value is (87,21,51). Sum of RGB (Red+Green+Blue) = 87+21+51=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571533 is #A8EACC. Grayscale: #2C2C2C. Windows color (decimal): -11070157 or 3347799. OLE color: 3347799.
HSL color Cylindrical-coordinate representation of color #571533: hue angle of 332.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571533 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 51 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.66 |
| HSL | 332.73º | 0.61% | 0.21% | - |
| HSV(B) | 332.73º | 0.76% | 0.34% | - |
| XYZ | 4.8 | 2.8 | 3.42 | - |
| YUV | 44.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 51 | 0 | 0.76 | 0.41 | 0.66 | 332.73 | 0.61 | 0.21 |
| Hex | 57 | 15 | 33 | 0 | 4C | 29 | 42 | 14D | 3D | 15 |
| Octal | 127 | 25 | 63 | 0 | 114 | 51 | 102 | 515 | 75 | 25 |
| Binary | 1010111 | 10101 | 110011 | 0 | 1001100 | 101001 | 1000010 | 101001101 | 111101 | 10101 |
Color Harmonies of #571533
Complementary color
Monochromatic Colors of #571533
Black with #571533
Text Example
Text Example
White with #571533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571533; }
p { color: rgb(87,21,51); }
H1.HeaderClassName
{
color: #571533;
}
.AnyTagClassName
{
color: #571533;
}
</style>
background-color css
<style>
a { background-color: #571533; }
a { background-color: rgb(87,21,51); }
div.DivClassName
{
background-color: #571533;
}
.BgClassName
{
background-color: #571533;
}
</style>
border-color css
<style>
span { border-color: #571533; }
span { border-color: rgb(87,21,51); }
td.TdClassName
{
border-color: #571533;
}
.TagClassName
{
border-color: #571533;
}
</style>