Shades of Blackberry #571330
Tints of Blackberry #571330
RGB
CMYK
RGB Variations
Color information
#571330 (or 0x571330) is known color: Blackberry. HEX triplet: 57, 13 and 30. RGB value is (87,19,48). Sum of RGB (Red+Green+Blue) = 87+19+48=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571330 is #A8ECCF. Grayscale: #2A2A2A. Windows color (decimal): -11070672 or 3150679. OLE color: 3150679.
HSL color Cylindrical-coordinate representation of color #571330: hue angle of 334.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571330 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 19 | 48 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.66 |
| HSL | 334.41º | 0.64% | 0.21% | - |
| HSV(B) | 334.41º | 0.78% | 0.34% | - |
| XYZ | 4.7 | 2.71 | 3.07 | - |
| YUV | 42.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 48 | 0 | 0.78 | 0.45 | 0.66 | 334.41 | 0.64 | 0.21 |
| Hex | 57 | 13 | 30 | 0 | 4E | 2D | 42 | 14E | 40 | 15 |
| Octal | 127 | 23 | 60 | 0 | 116 | 55 | 102 | 516 | 100 | 25 |
| Binary | 1010111 | 10011 | 110000 | 0 | 1001110 | 101101 | 1000010 | 101001110 | 1000000 | 10101 |
Color Harmonies of #571330
Complementary color
Monochromatic Colors of #571330
Black with #571330
Text Example
Text Example
White with #571330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571330; }
p { color: rgb(87,19,48); }
H1.HeaderClassName
{
color: #571330;
}
.AnyTagClassName
{
color: #571330;
}
</style>
background-color css
<style>
a { background-color: #571330; }
a { background-color: rgb(87,19,48); }
div.DivClassName
{
background-color: #571330;
}
.BgClassName
{
background-color: #571330;
}
</style>
border-color css
<style>
span { border-color: #571330; }
span { border-color: rgb(87,19,48); }
td.TdClassName
{
border-color: #571330;
}
.TagClassName
{
border-color: #571330;
}
</style>