Shades of Blackberry #571735
Tints of Blackberry #571735
RGB
CMYK
RGB Variations
Color information
#571735 (or 0x571735) is known color: Blackberry. HEX triplet: 57, 17 and 35. RGB value is (87,23,53). Sum of RGB (Red+Green+Blue) = 87+23+53=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #571735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571735 is #A8E8CA. Grayscale: #2D2D2D. Windows color (decimal): -11069643 or 3479383. OLE color: 3479383.
HSL color Cylindrical-coordinate representation of color #571735: hue angle of 331.88º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571735 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 53 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.66 |
| HSL | 331.88º | 0.58% | 0.22% | - |
| HSV(B) | 331.88º | 0.74% | 0.34% | - |
| XYZ | 4.88 | 2.9 | 3.67 | - |
| YUV | 45.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 53 | 0 | 0.74 | 0.39 | 0.66 | 331.88 | 0.58 | 0.22 |
| Hex | 57 | 17 | 35 | 0 | 4A | 27 | 42 | 14C | 3A | 16 |
| Octal | 127 | 27 | 65 | 0 | 112 | 47 | 102 | 514 | 72 | 26 |
| Binary | 1010111 | 10111 | 110101 | 0 | 1001010 | 100111 | 1000010 | 101001100 | 111010 | 10110 |
Color Harmonies of #571735
Complementary color
Monochromatic Colors of #571735
Black with #571735
Text Example
Text Example
White with #571735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571735; }
p { color: rgb(87,23,53); }
H1.HeaderClassName
{
color: #571735;
}
.AnyTagClassName
{
color: #571735;
}
</style>
background-color css
<style>
a { background-color: #571735; }
a { background-color: rgb(87,23,53); }
div.DivClassName
{
background-color: #571735;
}
.BgClassName
{
background-color: #571735;
}
</style>
border-color css
<style>
span { border-color: #571735; }
span { border-color: rgb(87,23,53); }
td.TdClassName
{
border-color: #571735;
}
.TagClassName
{
border-color: #571735;
}
</style>