Shades of Blackberry #551537
Tints of Blackberry #551537
RGB
CMYK
RGB Variations
Color information
#551537 (or 0x551537) is known color: Blackberry. HEX triplet: 55, 15 and 37. RGB value is (85,21,55). Sum of RGB (Red+Green+Blue) = 85+21+55=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551537 is #AAEAC8. Grayscale: #2B2B2B. Windows color (decimal): -11201225 or 3609941. OLE color: 3609941.
HSL color Cylindrical-coordinate representation of color #551537: hue angle of 328.12º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551537 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 55 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.67 |
| HSL | 328.13º | 0.6% | 0.21% | - |
| HSV(B) | 328.13º | 0.75% | 0.33% | - |
| XYZ | 4.7 | 2.74 | 3.9 | - |
| YUV | 44.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 55 | 0 | 0.75 | 0.35 | 0.67 | 328.13 | 0.6 | 0.21 |
| Hex | 55 | 15 | 37 | 0 | 4B | 23 | 43 | 148 | 3C | 15 |
| Octal | 125 | 25 | 67 | 0 | 113 | 43 | 103 | 510 | 74 | 25 |
| Binary | 1010101 | 10101 | 110111 | 0 | 1001011 | 100011 | 1000011 | 101001000 | 111100 | 10101 |
Color Harmonies of #551537
Complementary color
Monochromatic Colors of #551537
Black with #551537
Text Example
Text Example
White with #551537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551537; }
p { color: rgb(85,21,55); }
H1.HeaderClassName
{
color: #551537;
}
.AnyTagClassName
{
color: #551537;
}
</style>
background-color css
<style>
a { background-color: #551537; }
a { background-color: rgb(85,21,55); }
div.DivClassName
{
background-color: #551537;
}
.BgClassName
{
background-color: #551537;
}
</style>
border-color css
<style>
span { border-color: #551537; }
span { border-color: rgb(85,21,55); }
td.TdClassName
{
border-color: #551537;
}
.TagClassName
{
border-color: #551537;
}
</style>