Shades of Blackberry #551132
Tints of Blackberry #551132
RGB
CMYK
RGB Variations
Color information
#551132 (or 0x551132) is known color: Blackberry. HEX triplet: 55, 11 and 32. RGB value is (85,17,50). Sum of RGB (Red+Green+Blue) = 85+17+50=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551132 is #AAEECD. Grayscale: #292929. Windows color (decimal): -11202254 or 3281237. OLE color: 3281237.
HSL color Cylindrical-coordinate representation of color #551132: hue angle of 330.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551132 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 50 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.67 |
| HSL | 330.88º | 0.67% | 0.2% | - |
| HSV(B) | 330.88º | 0.8% | 0.33% | - |
| XYZ | 4.52 | 2.56 | 3.27 | - |
| YUV | 41.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 50 | 0 | 0.80 | 0.41 | 0.67 | 330.88 | 0.67 | 0.2 |
| Hex | 55 | 11 | 32 | 0 | 50 | 29 | 43 | 14B | 43 | 14 |
| Octal | 125 | 21 | 62 | 0 | 120 | 51 | 103 | 513 | 103 | 24 |
| Binary | 1010101 | 10001 | 110010 | 0 | 1010000 | 101001 | 1000011 | 101001011 | 1000011 | 10100 |
Color Harmonies of #551132
Complementary color
Monochromatic Colors of #551132
Black with #551132
Text Example
Text Example
White with #551132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551132; }
p { color: rgb(85,17,50); }
H1.HeaderClassName
{
color: #551132;
}
.AnyTagClassName
{
color: #551132;
}
</style>
background-color css
<style>
a { background-color: #551132; }
a { background-color: rgb(85,17,50); }
div.DivClassName
{
background-color: #551132;
}
.BgClassName
{
background-color: #551132;
}
</style>
border-color css
<style>
span { border-color: #551132; }
span { border-color: rgb(85,17,50); }
td.TdClassName
{
border-color: #551132;
}
.TagClassName
{
border-color: #551132;
}
</style>