Shades of Blackberry #571033
Tints of Blackberry #571033
RGB
CMYK
RGB Variations
Color information
#571033 (or 0x571033) is known color: Blackberry. HEX triplet: 57, 10 and 33. RGB value is (87,16,51). Sum of RGB (Red+Green+Blue) = 87+16+51=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571033 is #A8EFCC. Grayscale: #292929. Windows color (decimal): -11071437 or 3346519. OLE color: 3346519.
HSL color Cylindrical-coordinate representation of color #571033: hue angle of 330.42º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571033 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 16 | 51 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.66 |
| HSL | 330.42º | 0.69% | 0.2% | - |
| HSV(B) | 330.42º | 0.82% | 0.34% | - |
| XYZ | 4.71 | 2.64 | 3.39 | - |
| YUV | 41.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 51 | 0 | 0.82 | 0.41 | 0.66 | 330.42 | 0.69 | 0.2 |
| Hex | 57 | 10 | 33 | 0 | 52 | 29 | 42 | 14A | 45 | 14 |
| Octal | 127 | 20 | 63 | 0 | 122 | 51 | 102 | 512 | 105 | 24 |
| Binary | 1010111 | 10000 | 110011 | 0 | 1010010 | 101001 | 1000010 | 101001010 | 1000101 | 10100 |
Color Harmonies of #571033
Complementary color
Monochromatic Colors of #571033
Black with #571033
Text Example
Text Example
White with #571033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571033; }
p { color: rgb(87,16,51); }
H1.HeaderClassName
{
color: #571033;
}
.AnyTagClassName
{
color: #571033;
}
</style>
background-color css
<style>
a { background-color: #571033; }
a { background-color: rgb(87,16,51); }
div.DivClassName
{
background-color: #571033;
}
.BgClassName
{
background-color: #571033;
}
</style>
border-color css
<style>
span { border-color: #571033; }
span { border-color: rgb(87,16,51); }
td.TdClassName
{
border-color: #571033;
}
.TagClassName
{
border-color: #571033;
}
</style>