Shades of Blackberry #57163B
Tints of Blackberry #57163B
RGB
CMYK
RGB Variations
Color information
#57163B (or 0x57163B) is known color: Blackberry. HEX triplet: 57, 16 and 3B. RGB value is (87,22,59). Sum of RGB (Red+Green+Blue) = 87+22+59=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57163B is #A8E9C4. Grayscale: #2D2D2D. Windows color (decimal): -11069893 or 3872343. OLE color: 3872343.
HSL color Cylindrical-coordinate representation of color #57163B: hue angle of 325.85º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57163B is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 59 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.66 |
| HSL | 325.85º | 0.6% | 0.21% | - |
| HSV(B) | 325.85º | 0.75% | 0.34% | - |
| XYZ | 5.01 | 2.92 | 4.44 | - |
| YUV | 45.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 59 | 0 | 0.75 | 0.32 | 0.66 | 325.85 | 0.6 | 0.21 |
| Hex | 57 | 16 | 3B | 0 | 4B | 20 | 42 | 146 | 3C | 15 |
| Octal | 127 | 26 | 73 | 0 | 113 | 40 | 102 | 506 | 74 | 25 |
| Binary | 1010111 | 10110 | 111011 | 0 | 1001011 | 100000 | 1000010 | 101000110 | 111100 | 10101 |
Color Harmonies of #57163B
Complementary color
Monochromatic Colors of #57163B
Black with #57163B
Text Example
Text Example
White with #57163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57163B; }
p { color: rgb(87,22,59); }
H1.HeaderClassName
{
color: #57163B;
}
.AnyTagClassName
{
color: #57163B;
}
</style>
background-color css
<style>
a { background-color: #57163B; }
a { background-color: rgb(87,22,59); }
div.DivClassName
{
background-color: #57163B;
}
.BgClassName
{
background-color: #57163B;
}
</style>
border-color css
<style>
span { border-color: #57163B; }
span { border-color: rgb(87,22,59); }
td.TdClassName
{
border-color: #57163B;
}
.TagClassName
{
border-color: #57163B;
}
</style>