Shades of Blackberry #570D2B
Tints of Blackberry #570D2B
RGB
CMYK
RGB Variations
Color information
#570D2B (or 0x570D2B) is known color: Blackberry. HEX triplet: 57, 0D and 2B. RGB value is (87,13,43). Sum of RGB (Red+Green+Blue) = 87+13+43=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #570D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D2B is #A8F2D4. Grayscale: #262626. Windows color (decimal): -11072213 or 2821463. OLE color: 2821463.
HSL color Cylindrical-coordinate representation of color #570D2B: hue angle of 335.68º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D2B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 43 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.66 |
| HSL | 335.68º | 0.74% | 0.2% | - |
| HSV(B) | 335.68º | 0.85% | 0.34% | - |
| XYZ | 4.51 | 2.49 | 2.53 | - |
| YUV | 38.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 43 | 0 | 0.85 | 0.51 | 0.66 | 335.68 | 0.74 | 0.2 |
| Hex | 57 | D | 2B | 0 | 55 | 33 | 42 | 150 | 4A | 14 |
| Octal | 127 | 15 | 53 | 0 | 125 | 63 | 102 | 520 | 112 | 24 |
| Binary | 1010111 | 1101 | 101011 | 0 | 1010101 | 110011 | 1000010 | 101010000 | 1001010 | 10100 |
Color Harmonies of #570D2B
Complementary color
Monochromatic Colors of #570D2B
Black with #570D2B
Text Example
Text Example
White with #570D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D2B; }
p { color: rgb(87,13,43); }
H1.HeaderClassName
{
color: #570D2B;
}
.AnyTagClassName
{
color: #570D2B;
}
</style>
background-color css
<style>
a { background-color: #570D2B; }
a { background-color: rgb(87,13,43); }
div.DivClassName
{
background-color: #570D2B;
}
.BgClassName
{
background-color: #570D2B;
}
</style>
border-color css
<style>
span { border-color: #570D2B; }
span { border-color: rgb(87,13,43); }
td.TdClassName
{
border-color: #570D2B;
}
.TagClassName
{
border-color: #570D2B;
}
</style>