Shades of Blackberry #57112D
Tints of Blackberry #57112D
RGB
CMYK
RGB Variations
Color information
#57112D (or 0x57112D) is known color: Blackberry. HEX triplet: 57, 11 and 2D. RGB value is (87,17,45). Sum of RGB (Red+Green+Blue) = 87+17+45=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57112D is #A8EED2. Grayscale: #292929. Windows color (decimal): -11071187 or 2953559. OLE color: 2953559.
HSL color Cylindrical-coordinate representation of color #57112D: hue angle of 336º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57112D is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 45 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.66 |
| HSL | 336º | 0.67% | 0.2% | - |
| HSV(B) | 336º | 0.8% | 0.34% | - |
| XYZ | 4.6 | 2.62 | 2.74 | - |
| YUV | 41.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 45 | 0 | 0.80 | 0.48 | 0.66 | 336 | 0.67 | 0.2 |
| Hex | 57 | 11 | 2D | 0 | 50 | 30 | 42 | 150 | 43 | 14 |
| Octal | 127 | 21 | 55 | 0 | 120 | 60 | 102 | 520 | 103 | 24 |
| Binary | 1010111 | 10001 | 101101 | 0 | 1010000 | 110000 | 1000010 | 101010000 | 1000011 | 10100 |
Color Harmonies of #57112D
Complementary color
Monochromatic Colors of #57112D
Black with #57112D
Text Example
Text Example
White with #57112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57112D; }
p { color: rgb(87,17,45); }
H1.HeaderClassName
{
color: #57112D;
}
.AnyTagClassName
{
color: #57112D;
}
</style>
background-color css
<style>
a { background-color: #57112D; }
a { background-color: rgb(87,17,45); }
div.DivClassName
{
background-color: #57112D;
}
.BgClassName
{
background-color: #57112D;
}
</style>
border-color css
<style>
span { border-color: #57112D; }
span { border-color: rgb(87,17,45); }
td.TdClassName
{
border-color: #57112D;
}
.TagClassName
{
border-color: #57112D;
}
</style>