Shades of Blackberry #57153B
Tints of Blackberry #57153B
RGB
CMYK
RGB Variations
Color information
#57153B (or 0x57153B) is known color: Blackberry. HEX triplet: 57, 15 and 3B. RGB value is (87,21,59). Sum of RGB (Red+Green+Blue) = 87+21+59=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57153B is #A8EAC4. Grayscale: #2C2C2C. Windows color (decimal): -11070149 or 3872087. OLE color: 3872087.
HSL color Cylindrical-coordinate representation of color #57153B: hue angle of 325.45º 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 #57153B is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 59 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.66 |
| HSL | 325.45º | 0.61% | 0.21% | - |
| HSV(B) | 325.45º | 0.76% | 0.34% | - |
| XYZ | 4.99 | 2.88 | 4.43 | - |
| YUV | 45.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 59 | 0 | 0.76 | 0.32 | 0.66 | 325.45 | 0.61 | 0.21 |
| Hex | 57 | 15 | 3B | 0 | 4C | 20 | 42 | 145 | 3D | 15 |
| Octal | 127 | 25 | 73 | 0 | 114 | 40 | 102 | 505 | 75 | 25 |
| Binary | 1010111 | 10101 | 111011 | 0 | 1001100 | 100000 | 1000010 | 101000101 | 111101 | 10101 |
Color Harmonies of #57153B
Complementary color
Monochromatic Colors of #57153B
Black with #57153B
Text Example
Text Example
White with #57153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57153B; }
p { color: rgb(87,21,59); }
H1.HeaderClassName
{
color: #57153B;
}
.AnyTagClassName
{
color: #57153B;
}
</style>
background-color css
<style>
a { background-color: #57153B; }
a { background-color: rgb(87,21,59); }
div.DivClassName
{
background-color: #57153B;
}
.BgClassName
{
background-color: #57153B;
}
</style>
border-color css
<style>
span { border-color: #57153B; }
span { border-color: rgb(87,21,59); }
td.TdClassName
{
border-color: #57153B;
}
.TagClassName
{
border-color: #57153B;
}
</style>