Shades of Blackberry #551639
Tints of Blackberry #551639
RGB
CMYK
RGB Variations
Color information
#551639 (or 0x551639) is known color: Blackberry. HEX triplet: 55, 16 and 39. RGB value is (85,22,57). Sum of RGB (Red+Green+Blue) = 85+22+57=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #551639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551639 is #AAE9C6. Grayscale: #2C2C2C. Windows color (decimal): -11200967 or 3741269. OLE color: 3741269.
HSL color Cylindrical-coordinate representation of color #551639: hue angle of 326.67º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551639 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 57 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.67 |
| HSL | 326.67º | 0.59% | 0.21% | - |
| HSV(B) | 326.67º | 0.74% | 0.33% | - |
| XYZ | 4.77 | 2.8 | 4.16 | - |
| YUV | 44.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 57 | 0 | 0.74 | 0.33 | 0.67 | 326.67 | 0.59 | 0.21 |
| Hex | 55 | 16 | 39 | 0 | 4A | 21 | 43 | 147 | 3B | 15 |
| Octal | 125 | 26 | 71 | 0 | 112 | 41 | 103 | 507 | 73 | 25 |
| Binary | 1010101 | 10110 | 111001 | 0 | 1001010 | 100001 | 1000011 | 101000111 | 111011 | 10101 |
Color Harmonies of #551639
Complementary color
Monochromatic Colors of #551639
Black with #551639
Text Example
Text Example
White with #551639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551639; }
p { color: rgb(85,22,57); }
H1.HeaderClassName
{
color: #551639;
}
.AnyTagClassName
{
color: #551639;
}
</style>
background-color css
<style>
a { background-color: #551639; }
a { background-color: rgb(85,22,57); }
div.DivClassName
{
background-color: #551639;
}
.BgClassName
{
background-color: #551639;
}
</style>
border-color css
<style>
span { border-color: #551639; }
span { border-color: rgb(85,22,57); }
td.TdClassName
{
border-color: #551639;
}
.TagClassName
{
border-color: #551639;
}
</style>