Shades of Blackberry #57122D
Tints of Blackberry #57122D
RGB
CMYK
RGB Variations
Color information
#57122D (or 0x57122D) is known color: Blackberry. HEX triplet: 57, 12 and 2D. RGB value is (87,18,45). Sum of RGB (Red+Green+Blue) = 87+18+45=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122D is #A8EDD2. Grayscale: #292929. Windows color (decimal): -11070931 or 2953815. OLE color: 2953815.
HSL color Cylindrical-coordinate representation of color #57122D: hue angle of 336.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57122D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 45 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.66 |
| HSL | 336.52º | 0.66% | 0.21% | - |
| HSV(B) | 336.52º | 0.79% | 0.34% | - |
| XYZ | 4.62 | 2.65 | 2.75 | - |
| YUV | 41.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 45 | 0 | 0.79 | 0.48 | 0.66 | 336.52 | 0.66 | 0.21 |
| Hex | 57 | 12 | 2D | 0 | 4F | 30 | 42 | 151 | 42 | 15 |
| Octal | 127 | 22 | 55 | 0 | 117 | 60 | 102 | 521 | 102 | 25 |
| Binary | 1010111 | 10010 | 101101 | 0 | 1001111 | 110000 | 1000010 | 101010001 | 1000010 | 10101 |
Color Harmonies of #57122D
Complementary color
Monochromatic Colors of #57122D
Black with #57122D
Text Example
Text Example
White with #57122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57122D; }
p { color: rgb(87,18,45); }
H1.HeaderClassName
{
color: #57122D;
}
.AnyTagClassName
{
color: #57122D;
}
</style>
background-color css
<style>
a { background-color: #57122D; }
a { background-color: rgb(87,18,45); }
div.DivClassName
{
background-color: #57122D;
}
.BgClassName
{
background-color: #57122D;
}
</style>
border-color css
<style>
span { border-color: #57122D; }
span { border-color: rgb(87,18,45); }
td.TdClassName
{
border-color: #57122D;
}
.TagClassName
{
border-color: #57122D;
}
</style>