Shades of Blackberry #551032
Tints of Blackberry #551032
RGB
CMYK
RGB Variations
Color information
#551032 (or 0x551032) is known color: Blackberry. HEX triplet: 55, 10 and 32. RGB value is (85,16,50). Sum of RGB (Red+Green+Blue) = 85+16+50=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #551032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551032 is #AAEFCD. Grayscale: #282828. Windows color (decimal): -11202510 or 3280981. OLE color: 3280981.
HSL color Cylindrical-coordinate representation of color #551032: hue angle of 330.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551032 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 50 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.67 |
| HSL | 330.43º | 0.68% | 0.2% | - |
| HSV(B) | 330.43º | 0.81% | 0.33% | - |
| XYZ | 4.51 | 2.53 | 3.27 | - |
| YUV | 40.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 50 | 0 | 0.81 | 0.41 | 0.67 | 330.43 | 0.68 | 0.2 |
| Hex | 55 | 10 | 32 | 0 | 51 | 29 | 43 | 14A | 44 | 14 |
| Octal | 125 | 20 | 62 | 0 | 121 | 51 | 103 | 512 | 104 | 24 |
| Binary | 1010101 | 10000 | 110010 | 0 | 1010001 | 101001 | 1000011 | 101001010 | 1000100 | 10100 |
Color Harmonies of #551032
Complementary color
Monochromatic Colors of #551032
Black with #551032
Text Example
Text Example
White with #551032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551032; }
p { color: rgb(85,16,50); }
H1.HeaderClassName
{
color: #551032;
}
.AnyTagClassName
{
color: #551032;
}
</style>
background-color css
<style>
a { background-color: #551032; }
a { background-color: rgb(85,16,50); }
div.DivClassName
{
background-color: #551032;
}
.BgClassName
{
background-color: #551032;
}
</style>
border-color css
<style>
span { border-color: #551032; }
span { border-color: rgb(85,16,50); }
td.TdClassName
{
border-color: #551032;
}
.TagClassName
{
border-color: #551032;
}
</style>