Shades of Blackberry #57112F
Tints of Blackberry #57112F
RGB
CMYK
RGB Variations
Color information
#57112F (or 0x57112F) is known color: Blackberry. HEX triplet: 57, 11 and 2F. RGB value is (87,17,47). Sum of RGB (Red+Green+Blue) = 87+17+47=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57112F is #A8EED0. Grayscale: #292929. Windows color (decimal): -11071185 or 3084631. OLE color: 3084631.
HSL color Cylindrical-coordinate representation of color #57112F: hue angle of 334.29º 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 #57112F is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 47 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.66 |
| HSL | 334.29º | 0.67% | 0.2% | - |
| HSV(B) | 334.29º | 0.8% | 0.34% | - |
| XYZ | 4.64 | 2.63 | 2.95 | - |
| YUV | 41.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 47 | 0 | 0.80 | 0.46 | 0.66 | 334.29 | 0.67 | 0.2 |
| Hex | 57 | 11 | 2F | 0 | 50 | 2E | 42 | 14E | 43 | 14 |
| Octal | 127 | 21 | 57 | 0 | 120 | 56 | 102 | 516 | 103 | 24 |
| Binary | 1010111 | 10001 | 101111 | 0 | 1010000 | 101110 | 1000010 | 101001110 | 1000011 | 10100 |
Color Harmonies of #57112F
Complementary color
Monochromatic Colors of #57112F
Black with #57112F
Text Example
Text Example
White with #57112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57112F; }
p { color: rgb(87,17,47); }
H1.HeaderClassName
{
color: #57112F;
}
.AnyTagClassName
{
color: #57112F;
}
</style>
background-color css
<style>
a { background-color: #57112F; }
a { background-color: rgb(87,17,47); }
div.DivClassName
{
background-color: #57112F;
}
.BgClassName
{
background-color: #57112F;
}
</style>
border-color css
<style>
span { border-color: #57112F; }
span { border-color: rgb(87,17,47); }
td.TdClassName
{
border-color: #57112F;
}
.TagClassName
{
border-color: #57112F;
}
</style>