Shades of Blackberry #570D2D
Tints of Blackberry #570D2D
RGB
CMYK
RGB Variations
Color information
#570D2D (or 0x570D2D) is known color: Blackberry. HEX triplet: 57, 0D and 2D. RGB value is (87,13,45). Sum of RGB (Red+Green+Blue) = 87+13+45=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D2D is #A8F2D2. Grayscale: #262626. Windows color (decimal): -11072211 or 2952535. OLE color: 2952535.
HSL color Cylindrical-coordinate representation of color #570D2D: hue angle of 334.05º 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 #570D2D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 45 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.66 |
| HSL | 334.05º | 0.74% | 0.2% | - |
| HSV(B) | 334.05º | 0.85% | 0.34% | - |
| XYZ | 4.55 | 2.5 | 2.73 | - |
| YUV | 38.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 45 | 0 | 0.85 | 0.48 | 0.66 | 334.05 | 0.74 | 0.2 |
| Hex | 57 | D | 2D | 0 | 55 | 30 | 42 | 14E | 4A | 14 |
| Octal | 127 | 15 | 55 | 0 | 125 | 60 | 102 | 516 | 112 | 24 |
| Binary | 1010111 | 1101 | 101101 | 0 | 1010101 | 110000 | 1000010 | 101001110 | 1001010 | 10100 |
Color Harmonies of #570D2D
Complementary color
Monochromatic Colors of #570D2D
Black with #570D2D
Text Example
Text Example
White with #570D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D2D; }
p { color: rgb(87,13,45); }
H1.HeaderClassName
{
color: #570D2D;
}
.AnyTagClassName
{
color: #570D2D;
}
</style>
background-color css
<style>
a { background-color: #570D2D; }
a { background-color: rgb(87,13,45); }
div.DivClassName
{
background-color: #570D2D;
}
.BgClassName
{
background-color: #570D2D;
}
</style>
border-color css
<style>
span { border-color: #570D2D; }
span { border-color: rgb(87,13,45); }
td.TdClassName
{
border-color: #570D2D;
}
.TagClassName
{
border-color: #570D2D;
}
</style>