Shades of Blackberry #571538
Tints of Blackberry #571538
RGB
CMYK
RGB Variations
Color information
#571538 (or 0x571538) is known color: Blackberry. HEX triplet: 57, 15 and 38. RGB value is (87,21,56). Sum of RGB (Red+Green+Blue) = 87+21+56=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #571538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571538 is #A8EAC7. Grayscale: #2C2C2C. Windows color (decimal): -11070152 or 3675479. OLE color: 3675479.
HSL color Cylindrical-coordinate representation of color #571538: hue angle of 328.18º 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 #571538 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 56 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.66 |
| HSL | 328.18º | 0.61% | 0.21% | - |
| HSV(B) | 328.18º | 0.76% | 0.34% | - |
| XYZ | 4.91 | 2.85 | 4.03 | - |
| YUV | 44.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 56 | 0 | 0.76 | 0.36 | 0.66 | 328.18 | 0.61 | 0.21 |
| Hex | 57 | 15 | 38 | 0 | 4C | 24 | 42 | 148 | 3D | 15 |
| Octal | 127 | 25 | 70 | 0 | 114 | 44 | 102 | 510 | 75 | 25 |
| Binary | 1010111 | 10101 | 111000 | 0 | 1001100 | 100100 | 1000010 | 101001000 | 111101 | 10101 |
Color Harmonies of #571538
Complementary color
Monochromatic Colors of #571538
Black with #571538
Text Example
Text Example
White with #571538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571538; }
p { color: rgb(87,21,56); }
H1.HeaderClassName
{
color: #571538;
}
.AnyTagClassName
{
color: #571538;
}
</style>
background-color css
<style>
a { background-color: #571538; }
a { background-color: rgb(87,21,56); }
div.DivClassName
{
background-color: #571538;
}
.BgClassName
{
background-color: #571538;
}
</style>
border-color css
<style>
span { border-color: #571538; }
span { border-color: rgb(87,21,56); }
td.TdClassName
{
border-color: #571538;
}
.TagClassName
{
border-color: #571538;
}
</style>