Shades of Blackberry #57163A
Tints of Blackberry #57163A
RGB
CMYK
RGB Variations
Color information
#57163A (or 0x57163A) is known color: Blackberry. HEX triplet: 57, 16 and 3A. RGB value is (87,22,58). Sum of RGB (Red+Green+Blue) = 87+22+58=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57163A is #A8E9C5. Grayscale: #2D2D2D. Windows color (decimal): -11069894 or 3806807. OLE color: 3806807.
HSL color Cylindrical-coordinate representation of color #57163A: hue angle of 326.77º 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 #57163A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 58 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.66 |
| HSL | 326.77º | 0.6% | 0.21% | - |
| HSV(B) | 326.77º | 0.75% | 0.34% | - |
| XYZ | 4.98 | 2.91 | 4.3 | - |
| YUV | 45.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 58 | 0 | 0.75 | 0.33 | 0.66 | 326.77 | 0.6 | 0.21 |
| Hex | 57 | 16 | 3A | 0 | 4B | 21 | 42 | 147 | 3C | 15 |
| Octal | 127 | 26 | 72 | 0 | 113 | 41 | 102 | 507 | 74 | 25 |
| Binary | 1010111 | 10110 | 111010 | 0 | 1001011 | 100001 | 1000010 | 101000111 | 111100 | 10101 |
Color Harmonies of #57163A
Complementary color
Monochromatic Colors of #57163A
Black with #57163A
Text Example
Text Example
White with #57163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57163A; }
p { color: rgb(87,22,58); }
H1.HeaderClassName
{
color: #57163A;
}
.AnyTagClassName
{
color: #57163A;
}
</style>
background-color css
<style>
a { background-color: #57163A; }
a { background-color: rgb(87,22,58); }
div.DivClassName
{
background-color: #57163A;
}
.BgClassName
{
background-color: #57163A;
}
</style>
border-color css
<style>
span { border-color: #57163A; }
span { border-color: rgb(87,22,58); }
td.TdClassName
{
border-color: #57163A;
}
.TagClassName
{
border-color: #57163A;
}
</style>