Shades of Blackberry #570E2B
Tints of Blackberry #570E2B
RGB
CMYK
RGB Variations
Color information
#570E2B (or 0x570E2B) is known color: Blackberry. HEX triplet: 57, 0E and 2B. RGB value is (87,14,43). Sum of RGB (Red+Green+Blue) = 87+14+43=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #570E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E2B is #A8F1D4. Grayscale: #272727. Windows color (decimal): -11071957 or 2821719. OLE color: 2821719.
HSL color Cylindrical-coordinate representation of color #570E2B: hue angle of 336.16º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E2B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 43 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.66 |
| HSL | 336.16º | 0.72% | 0.2% | - |
| HSV(B) | 336.16º | 0.84% | 0.34% | - |
| XYZ | 4.52 | 2.51 | 2.53 | - |
| YUV | 39.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 43 | 0 | 0.84 | 0.51 | 0.66 | 336.16 | 0.72 | 0.2 |
| Hex | 57 | E | 2B | 0 | 54 | 33 | 42 | 150 | 48 | 14 |
| Octal | 127 | 16 | 53 | 0 | 124 | 63 | 102 | 520 | 110 | 24 |
| Binary | 1010111 | 1110 | 101011 | 0 | 1010100 | 110011 | 1000010 | 101010000 | 1001000 | 10100 |
Color Harmonies of #570E2B
Complementary color
Monochromatic Colors of #570E2B
Black with #570E2B
Text Example
Text Example
White with #570E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E2B; }
p { color: rgb(87,14,43); }
H1.HeaderClassName
{
color: #570E2B;
}
.AnyTagClassName
{
color: #570E2B;
}
</style>
background-color css
<style>
a { background-color: #570E2B; }
a { background-color: rgb(87,14,43); }
div.DivClassName
{
background-color: #570E2B;
}
.BgClassName
{
background-color: #570E2B;
}
</style>
border-color css
<style>
span { border-color: #570E2B; }
span { border-color: rgb(87,14,43); }
td.TdClassName
{
border-color: #570E2B;
}
.TagClassName
{
border-color: #570E2B;
}
</style>