Shades of Blackberry #551E39
Tints of Blackberry #551E39
RGB
CMYK
RGB Variations
Color information
#551E39 (or 0x551E39) is known color: Blackberry. HEX triplet: 55, 1E and 39. RGB value is (85,30,57). Sum of RGB (Red+Green+Blue) = 85+30+57=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E39 is #AAE1C6. Grayscale: #313131. Windows color (decimal): -11198919 or 3743317. OLE color: 3743317.
HSL color Cylindrical-coordinate representation of color #551E39: hue angle of 330.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E39 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 57 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.67 |
| HSL | 330.55º | 0.48% | 0.23% | - |
| HSV(B) | 330.55º | 0.65% | 0.33% | - |
| XYZ | 4.95 | 3.16 | 4.22 | - |
| YUV | 49.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 57 | 0 | 0.65 | 0.33 | 0.67 | 330.55 | 0.48 | 0.23 |
| Hex | 55 | 1E | 39 | 0 | 41 | 21 | 43 | 14B | 30 | 17 |
| Octal | 125 | 36 | 71 | 0 | 101 | 41 | 103 | 513 | 60 | 27 |
| Binary | 1010101 | 11110 | 111001 | 0 | 1000001 | 100001 | 1000011 | 101001011 | 110000 | 10111 |
Color Harmonies of #551E39
Complementary color
Monochromatic Colors of #551E39
Black with #551E39
Text Example
Text Example
White with #551E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E39; }
p { color: rgb(85,30,57); }
H1.HeaderClassName
{
color: #551E39;
}
.AnyTagClassName
{
color: #551E39;
}
</style>
background-color css
<style>
a { background-color: #551E39; }
a { background-color: rgb(85,30,57); }
div.DivClassName
{
background-color: #551E39;
}
.BgClassName
{
background-color: #551E39;
}
</style>
border-color css
<style>
span { border-color: #551E39; }
span { border-color: rgb(85,30,57); }
td.TdClassName
{
border-color: #551E39;
}
.TagClassName
{
border-color: #551E39;
}
</style>