Shades of Blackberry #570F2F
Tints of Blackberry #570F2F
RGB
CMYK
RGB Variations
Color information
#570F2F (or 0x570F2F) is known color: Blackberry. HEX triplet: 57, 0F and 2F. RGB value is (87,15,47). Sum of RGB (Red+Green+Blue) = 87+15+47=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #570F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F2F is #A8F0D0. Grayscale: #282828. Windows color (decimal): -11071697 or 3084119. OLE color: 3084119.
HSL color Cylindrical-coordinate representation of color #570F2F: hue angle of 333.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F2F is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 47 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.66 |
| HSL | 333.33º | 0.71% | 0.2% | - |
| HSV(B) | 333.33º | 0.83% | 0.34% | - |
| XYZ | 4.61 | 2.57 | 2.94 | - |
| YUV | 40.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 47 | 0 | 0.83 | 0.46 | 0.66 | 333.33 | 0.71 | 0.2 |
| Hex | 57 | F | 2F | 0 | 53 | 2E | 42 | 14D | 47 | 14 |
| Octal | 127 | 17 | 57 | 0 | 123 | 56 | 102 | 515 | 107 | 24 |
| Binary | 1010111 | 1111 | 101111 | 0 | 1010011 | 101110 | 1000010 | 101001101 | 1000111 | 10100 |
Color Harmonies of #570F2F
Complementary color
Monochromatic Colors of #570F2F
Black with #570F2F
Text Example
Text Example
White with #570F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F2F; }
p { color: rgb(87,15,47); }
H1.HeaderClassName
{
color: #570F2F;
}
.AnyTagClassName
{
color: #570F2F;
}
</style>
background-color css
<style>
a { background-color: #570F2F; }
a { background-color: rgb(87,15,47); }
div.DivClassName
{
background-color: #570F2F;
}
.BgClassName
{
background-color: #570F2F;
}
</style>
border-color css
<style>
span { border-color: #570F2F; }
span { border-color: rgb(87,15,47); }
td.TdClassName
{
border-color: #570F2F;
}
.TagClassName
{
border-color: #570F2F;
}
</style>