Shades of Blackberry #570E2D
Tints of Blackberry #570E2D
RGB
CMYK
RGB Variations
Color information
#570E2D (or 0x570E2D) is known color: Blackberry. HEX triplet: 57, 0E and 2D. RGB value is (87,14,45). Sum of RGB (Red+Green+Blue) = 87+14+45=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E2D is #A8F1D2. Grayscale: #272727. Windows color (decimal): -11071955 or 2952791. OLE color: 2952791.
HSL color Cylindrical-coordinate representation of color #570E2D: hue angle of 334.52º 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 #570E2D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 45 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.66 |
| HSL | 334.52º | 0.72% | 0.2% | - |
| HSV(B) | 334.52º | 0.84% | 0.34% | - |
| XYZ | 4.56 | 2.53 | 2.73 | - |
| YUV | 39.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 45 | 0 | 0.84 | 0.48 | 0.66 | 334.52 | 0.72 | 0.2 |
| Hex | 57 | E | 2D | 0 | 54 | 30 | 42 | 14F | 48 | 14 |
| Octal | 127 | 16 | 55 | 0 | 124 | 60 | 102 | 517 | 110 | 24 |
| Binary | 1010111 | 1110 | 101101 | 0 | 1010100 | 110000 | 1000010 | 101001111 | 1001000 | 10100 |
Color Harmonies of #570E2D
Complementary color
Monochromatic Colors of #570E2D
Black with #570E2D
Text Example
Text Example
White with #570E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E2D; }
p { color: rgb(87,14,45); }
H1.HeaderClassName
{
color: #570E2D;
}
.AnyTagClassName
{
color: #570E2D;
}
</style>
background-color css
<style>
a { background-color: #570E2D; }
a { background-color: rgb(87,14,45); }
div.DivClassName
{
background-color: #570E2D;
}
.BgClassName
{
background-color: #570E2D;
}
</style>
border-color css
<style>
span { border-color: #570E2D; }
span { border-color: rgb(87,14,45); }
td.TdClassName
{
border-color: #570E2D;
}
.TagClassName
{
border-color: #570E2D;
}
</style>