Shades of Blackberry #570F2C
Tints of Blackberry #570F2C
RGB
CMYK
RGB Variations
Color information
#570F2C (or 0x570F2C) is known color: Blackberry. HEX triplet: 57, 0F and 2C. RGB value is (87,15,44). Sum of RGB (Red+Green+Blue) = 87+15+44=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F2C is #A8F0D3. Grayscale: #272727. Windows color (decimal): -11071700 or 2887511. OLE color: 2887511.
HSL color Cylindrical-coordinate representation of color #570F2C: hue angle of 335.83º 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 #570F2C is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 44 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.66 |
| HSL | 335.83º | 0.71% | 0.2% | - |
| HSV(B) | 335.83º | 0.83% | 0.34% | - |
| XYZ | 4.56 | 2.55 | 2.63 | - |
| YUV | 39.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 44 | 0 | 0.83 | 0.49 | 0.66 | 335.83 | 0.71 | 0.2 |
| Hex | 57 | F | 2C | 0 | 53 | 31 | 42 | 150 | 47 | 14 |
| Octal | 127 | 17 | 54 | 0 | 123 | 61 | 102 | 520 | 107 | 24 |
| Binary | 1010111 | 1111 | 101100 | 0 | 1010011 | 110001 | 1000010 | 101010000 | 1000111 | 10100 |
Color Harmonies of #570F2C
Complementary color
Monochromatic Colors of #570F2C
Black with #570F2C
Text Example
Text Example
White with #570F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F2C; }
p { color: rgb(87,15,44); }
H1.HeaderClassName
{
color: #570F2C;
}
.AnyTagClassName
{
color: #570F2C;
}
</style>
background-color css
<style>
a { background-color: #570F2C; }
a { background-color: rgb(87,15,44); }
div.DivClassName
{
background-color: #570F2C;
}
.BgClassName
{
background-color: #570F2C;
}
</style>
border-color css
<style>
span { border-color: #570F2C; }
span { border-color: rgb(87,15,44); }
td.TdClassName
{
border-color: #570F2C;
}
.TagClassName
{
border-color: #570F2C;
}
</style>