Shades of Blackberry #570C2D
Tints of Blackberry #570C2D
RGB
CMYK
RGB Variations
Color information
#570C2D (or 0x570C2D) is known color: Blackberry. HEX triplet: 57, 0C and 2D. RGB value is (87,12,45). Sum of RGB (Red+Green+Blue) = 87+12+45=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #570C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C2D is #A8F3D2. Grayscale: #262626. Windows color (decimal): -11072467 or 2952279. OLE color: 2952279.
HSL color Cylindrical-coordinate representation of color #570C2D: hue angle of 333.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C2D is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 45 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.66 |
| HSL | 333.6º | 0.76% | 0.19% | - |
| HSV(B) | 333.6º | 0.86% | 0.34% | - |
| XYZ | 4.54 | 2.48 | 2.72 | - |
| YUV | 38.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 45 | 0 | 0.86 | 0.48 | 0.66 | 333.6 | 0.76 | 0.19 |
| Hex | 57 | C | 2D | 0 | 56 | 30 | 42 | 14E | 4C | 13 |
| Octal | 127 | 14 | 55 | 0 | 126 | 60 | 102 | 516 | 114 | 23 |
| Binary | 1010111 | 1100 | 101101 | 0 | 1010110 | 110000 | 1000010 | 101001110 | 1001100 | 10011 |
Color Harmonies of #570C2D
Complementary color
Monochromatic Colors of #570C2D
Black with #570C2D
Text Example
Text Example
White with #570C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C2D; }
p { color: rgb(87,12,45); }
H1.HeaderClassName
{
color: #570C2D;
}
.AnyTagClassName
{
color: #570C2D;
}
</style>
background-color css
<style>
a { background-color: #570C2D; }
a { background-color: rgb(87,12,45); }
div.DivClassName
{
background-color: #570C2D;
}
.BgClassName
{
background-color: #570C2D;
}
</style>
border-color css
<style>
span { border-color: #570C2D; }
span { border-color: rgb(87,12,45); }
td.TdClassName
{
border-color: #570C2D;
}
.TagClassName
{
border-color: #570C2D;
}
</style>