Shades of Blackberry #551532
Tints of Blackberry #551532
RGB
CMYK
RGB Variations
Color information
#551532 (or 0x551532) is known color: Blackberry. HEX triplet: 55, 15 and 32. RGB value is (85,21,50). Sum of RGB (Red+Green+Blue) = 85+21+50=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551532 is #AAEACD. Grayscale: #2B2B2B. Windows color (decimal): -11201230 or 3282261. OLE color: 3282261.
HSL color Cylindrical-coordinate representation of color #551532: hue angle of 332.81º 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 #551532 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 50 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.67 |
| HSL | 332.81º | 0.6% | 0.21% | - |
| HSV(B) | 332.81º | 0.75% | 0.33% | - |
| XYZ | 4.59 | 2.7 | 3.3 | - |
| YUV | 43.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 50 | 0 | 0.75 | 0.41 | 0.67 | 332.81 | 0.6 | 0.21 |
| Hex | 55 | 15 | 32 | 0 | 4B | 29 | 43 | 14D | 3C | 15 |
| Octal | 125 | 25 | 62 | 0 | 113 | 51 | 103 | 515 | 74 | 25 |
| Binary | 1010101 | 10101 | 110010 | 0 | 1001011 | 101001 | 1000011 | 101001101 | 111100 | 10101 |
Color Harmonies of #551532
Complementary color
Monochromatic Colors of #551532
Black with #551532
Text Example
Text Example
White with #551532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551532; }
p { color: rgb(85,21,50); }
H1.HeaderClassName
{
color: #551532;
}
.AnyTagClassName
{
color: #551532;
}
</style>
background-color css
<style>
a { background-color: #551532; }
a { background-color: rgb(85,21,50); }
div.DivClassName
{
background-color: #551532;
}
.BgClassName
{
background-color: #551532;
}
</style>
border-color css
<style>
span { border-color: #551532; }
span { border-color: rgb(85,21,50); }
td.TdClassName
{
border-color: #551532;
}
.TagClassName
{
border-color: #551532;
}
</style>