Shades of Blackberry #551737
Tints of Blackberry #551737
RGB
CMYK
RGB Variations
Color information
#551737 (or 0x551737) is known color: Blackberry. HEX triplet: 55, 17 and 37. RGB value is (85,23,55). Sum of RGB (Red+Green+Blue) = 85+23+55=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551737 is #AAE8C8. Grayscale: #2D2D2D. Windows color (decimal): -11200713 or 3610453. OLE color: 3610453.
HSL color Cylindrical-coordinate representation of color #551737: hue angle of 329.03º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551737 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 55 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.67 |
| HSL | 329.03º | 0.57% | 0.21% | - |
| HSV(B) | 329.03º | 0.73% | 0.33% | - |
| XYZ | 4.74 | 2.82 | 3.91 | - |
| YUV | 45.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 55 | 0 | 0.73 | 0.35 | 0.67 | 329.03 | 0.57 | 0.21 |
| Hex | 55 | 17 | 37 | 0 | 49 | 23 | 43 | 149 | 39 | 15 |
| Octal | 125 | 27 | 67 | 0 | 111 | 43 | 103 | 511 | 71 | 25 |
| Binary | 1010101 | 10111 | 110111 | 0 | 1001001 | 100011 | 1000011 | 101001001 | 111001 | 10101 |
Color Harmonies of #551737
Complementary color
Monochromatic Colors of #551737
Black with #551737
Text Example
Text Example
White with #551737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551737; }
p { color: rgb(85,23,55); }
H1.HeaderClassName
{
color: #551737;
}
.AnyTagClassName
{
color: #551737;
}
</style>
background-color css
<style>
a { background-color: #551737; }
a { background-color: rgb(85,23,55); }
div.DivClassName
{
background-color: #551737;
}
.BgClassName
{
background-color: #551737;
}
</style>
border-color css
<style>
span { border-color: #551737; }
span { border-color: rgb(85,23,55); }
td.TdClassName
{
border-color: #551737;
}
.TagClassName
{
border-color: #551737;
}
</style>