Shades of Blackberry #570E32
Tints of Blackberry #570E32
RGB
CMYK
RGB Variations
Color information
#570E32 (or 0x570E32) is known color: Blackberry. HEX triplet: 57, 0E and 32. RGB value is (87,14,50). Sum of RGB (Red+Green+Blue) = 87+14+50=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #570E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E32 is #A8F1CD. Grayscale: #272727. Windows color (decimal): -11071950 or 3280471. OLE color: 3280471.
HSL color Cylindrical-coordinate representation of color #570E32: hue angle of 330.41º 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 #570E32 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 50 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.66 |
| HSL | 330.41º | 0.72% | 0.2% | - |
| HSV(B) | 330.41º | 0.84% | 0.34% | - |
| XYZ | 4.66 | 2.57 | 3.27 | - |
| YUV | 39.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 50 | 0 | 0.84 | 0.43 | 0.66 | 330.41 | 0.72 | 0.2 |
| Hex | 57 | E | 32 | 0 | 54 | 2B | 42 | 14A | 48 | 14 |
| Octal | 127 | 16 | 62 | 0 | 124 | 53 | 102 | 512 | 110 | 24 |
| Binary | 1010111 | 1110 | 110010 | 0 | 1010100 | 101011 | 1000010 | 101001010 | 1001000 | 10100 |
Color Harmonies of #570E32
Complementary color
Monochromatic Colors of #570E32
Black with #570E32
Text Example
Text Example
White with #570E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E32; }
p { color: rgb(87,14,50); }
H1.HeaderClassName
{
color: #570E32;
}
.AnyTagClassName
{
color: #570E32;
}
</style>
background-color css
<style>
a { background-color: #570E32; }
a { background-color: rgb(87,14,50); }
div.DivClassName
{
background-color: #570E32;
}
.BgClassName
{
background-color: #570E32;
}
</style>
border-color css
<style>
span { border-color: #570E32; }
span { border-color: rgb(87,14,50); }
td.TdClassName
{
border-color: #570E32;
}
.TagClassName
{
border-color: #570E32;
}
</style>