Shades of Blackberry #551131
Tints of Blackberry #551131
RGB
CMYK
RGB Variations
Color information
#551131 (or 0x551131) is known color: Blackberry. HEX triplet: 55, 11 and 31. RGB value is (85,17,49). Sum of RGB (Red+Green+Blue) = 85+17+49=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #551131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551131 is #AAEECE. Grayscale: #282828. Windows color (decimal): -11202255 or 3215701. OLE color: 3215701.
HSL color Cylindrical-coordinate representation of color #551131: hue angle of 331.76º 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 #551131 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 49 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.67 |
| HSL | 331.76º | 0.67% | 0.2% | - |
| HSV(B) | 331.76º | 0.8% | 0.33% | - |
| XYZ | 4.5 | 2.55 | 3.16 | - |
| YUV | 40.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 49 | 0 | 0.80 | 0.42 | 0.67 | 331.76 | 0.67 | 0.2 |
| Hex | 55 | 11 | 31 | 0 | 50 | 2A | 43 | 14C | 43 | 14 |
| Octal | 125 | 21 | 61 | 0 | 120 | 52 | 103 | 514 | 103 | 24 |
| Binary | 1010101 | 10001 | 110001 | 0 | 1010000 | 101010 | 1000011 | 101001100 | 1000011 | 10100 |
Color Harmonies of #551131
Complementary color
Monochromatic Colors of #551131
Black with #551131
Text Example
Text Example
White with #551131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551131; }
p { color: rgb(85,17,49); }
H1.HeaderClassName
{
color: #551131;
}
.AnyTagClassName
{
color: #551131;
}
</style>
background-color css
<style>
a { background-color: #551131; }
a { background-color: rgb(85,17,49); }
div.DivClassName
{
background-color: #551131;
}
.BgClassName
{
background-color: #551131;
}
</style>
border-color css
<style>
span { border-color: #551131; }
span { border-color: rgb(85,17,49); }
td.TdClassName
{
border-color: #551131;
}
.TagClassName
{
border-color: #551131;
}
</style>