Shades of Blackberry #551232
Tints of Blackberry #551232
RGB
CMYK
RGB Variations
Color information
#551232 (or 0x551232) is known color: Blackberry. HEX triplet: 55, 12 and 32. RGB value is (85,18,50). Sum of RGB (Red+Green+Blue) = 85+18+50=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551232 is #AAEDCD. Grayscale: #292929. Windows color (decimal): -11201998 or 3281493. OLE color: 3281493.
HSL color Cylindrical-coordinate representation of color #551232: hue angle of 331.34º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551232 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 50 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.67 |
| HSL | 331.34º | 0.65% | 0.2% | - |
| HSV(B) | 331.34º | 0.79% | 0.33% | - |
| XYZ | 4.54 | 2.59 | 3.28 | - |
| YUV | 41.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 50 | 0 | 0.79 | 0.41 | 0.67 | 331.34 | 0.65 | 0.2 |
| Hex | 55 | 12 | 32 | 0 | 4F | 29 | 43 | 14B | 41 | 14 |
| Octal | 125 | 22 | 62 | 0 | 117 | 51 | 103 | 513 | 101 | 24 |
| Binary | 1010101 | 10010 | 110010 | 0 | 1001111 | 101001 | 1000011 | 101001011 | 1000001 | 10100 |
Color Harmonies of #551232
Complementary color
Monochromatic Colors of #551232
Black with #551232
Text Example
Text Example
White with #551232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551232; }
p { color: rgb(85,18,50); }
H1.HeaderClassName
{
color: #551232;
}
.AnyTagClassName
{
color: #551232;
}
</style>
background-color css
<style>
a { background-color: #551232; }
a { background-color: rgb(85,18,50); }
div.DivClassName
{
background-color: #551232;
}
.BgClassName
{
background-color: #551232;
}
</style>
border-color css
<style>
span { border-color: #551232; }
span { border-color: rgb(85,18,50); }
td.TdClassName
{
border-color: #551232;
}
.TagClassName
{
border-color: #551232;
}
</style>