Shades of Blackberry #551539
Tints of Blackberry #551539
RGB
CMYK
RGB Variations
Color information
#551539 (or 0x551539) is known color: Blackberry. HEX triplet: 55, 15 and 39. RGB value is (85,21,57). Sum of RGB (Red+Green+Blue) = 85+21+57=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551539 is #AAEAC6. Grayscale: #2C2C2C. Windows color (decimal): -11201223 or 3741013. OLE color: 3741013.
HSL color Cylindrical-coordinate representation of color #551539: hue angle of 326.25º 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 #551539 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 57 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.67 |
| HSL | 326.25º | 0.6% | 0.21% | - |
| HSV(B) | 326.25º | 0.75% | 0.33% | - |
| XYZ | 4.75 | 2.76 | 4.15 | - |
| YUV | 44.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 57 | 0 | 0.75 | 0.33 | 0.67 | 326.25 | 0.6 | 0.21 |
| Hex | 55 | 15 | 39 | 0 | 4B | 21 | 43 | 146 | 3C | 15 |
| Octal | 125 | 25 | 71 | 0 | 113 | 41 | 103 | 506 | 74 | 25 |
| Binary | 1010101 | 10101 | 111001 | 0 | 1001011 | 100001 | 1000011 | 101000110 | 111100 | 10101 |
Color Harmonies of #551539
Complementary color
Monochromatic Colors of #551539
Black with #551539
Text Example
Text Example
White with #551539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551539; }
p { color: rgb(85,21,57); }
H1.HeaderClassName
{
color: #551539;
}
.AnyTagClassName
{
color: #551539;
}
</style>
background-color css
<style>
a { background-color: #551539; }
a { background-color: rgb(85,21,57); }
div.DivClassName
{
background-color: #551539;
}
.BgClassName
{
background-color: #551539;
}
</style>
border-color css
<style>
span { border-color: #551539; }
span { border-color: rgb(85,21,57); }
td.TdClassName
{
border-color: #551539;
}
.TagClassName
{
border-color: #551539;
}
</style>