Shades of Blackberry #571834
Tints of Blackberry #571834
RGB
CMYK
RGB Variations
Color information
#571834 (or 0x571834) is known color: Blackberry. HEX triplet: 57, 18 and 34. RGB value is (87,24,52). Sum of RGB (Red+Green+Blue) = 87+24+52=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #571834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571834 is #A8E7CB. Grayscale: #2D2D2D. Windows color (decimal): -11069388 or 3414103. OLE color: 3414103.
HSL color Cylindrical-coordinate representation of color #571834: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571834 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 52 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.66 |
| HSL | 333.33º | 0.57% | 0.22% | - |
| HSV(B) | 333.33º | 0.72% | 0.34% | - |
| XYZ | 4.88 | 2.93 | 3.56 | - |
| YUV | 46.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 52 | 0 | 0.72 | 0.40 | 0.66 | 333.33 | 0.57 | 0.22 |
| Hex | 57 | 18 | 34 | 0 | 48 | 28 | 42 | 14D | 39 | 16 |
| Octal | 127 | 30 | 64 | 0 | 110 | 50 | 102 | 515 | 71 | 26 |
| Binary | 1010111 | 11000 | 110100 | 0 | 1001000 | 101000 | 1000010 | 101001101 | 111001 | 10110 |
Color Harmonies of #571834
Complementary color
Monochromatic Colors of #571834
Black with #571834
Text Example
Text Example
White with #571834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571834; }
p { color: rgb(87,24,52); }
H1.HeaderClassName
{
color: #571834;
}
.AnyTagClassName
{
color: #571834;
}
</style>
background-color css
<style>
a { background-color: #571834; }
a { background-color: rgb(87,24,52); }
div.DivClassName
{
background-color: #571834;
}
.BgClassName
{
background-color: #571834;
}
</style>
border-color css
<style>
span { border-color: #571834; }
span { border-color: rgb(87,24,52); }
td.TdClassName
{
border-color: #571834;
}
.TagClassName
{
border-color: #571834;
}
</style>