Shades of Blackberry #551239
Tints of Blackberry #551239
RGB
CMYK
RGB Variations
Color information
#551239 (or 0x551239) is known color: Blackberry. HEX triplet: 55, 12 and 39. RGB value is (85,18,57). Sum of RGB (Red+Green+Blue) = 85+18+57=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551239 is #AAEDC6. Grayscale: #2A2A2A. Windows color (decimal): -11201991 or 3740245. OLE color: 3740245.
HSL color Cylindrical-coordinate representation of color #551239: hue angle of 325.07º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551239 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 57 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.67 |
| HSL | 325.07º | 0.65% | 0.2% | - |
| HSV(B) | 325.07º | 0.79% | 0.33% | - |
| XYZ | 4.7 | 2.66 | 4.14 | - |
| YUV | 42.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 57 | 0 | 0.79 | 0.33 | 0.67 | 325.07 | 0.65 | 0.2 |
| Hex | 55 | 12 | 39 | 0 | 4F | 21 | 43 | 145 | 41 | 14 |
| Octal | 125 | 22 | 71 | 0 | 117 | 41 | 103 | 505 | 101 | 24 |
| Binary | 1010101 | 10010 | 111001 | 0 | 1001111 | 100001 | 1000011 | 101000101 | 1000001 | 10100 |
Color Harmonies of #551239
Complementary color
Monochromatic Colors of #551239
Black with #551239
Text Example
Text Example
White with #551239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551239; }
p { color: rgb(85,18,57); }
H1.HeaderClassName
{
color: #551239;
}
.AnyTagClassName
{
color: #551239;
}
</style>
background-color css
<style>
a { background-color: #551239; }
a { background-color: rgb(85,18,57); }
div.DivClassName
{
background-color: #551239;
}
.BgClassName
{
background-color: #551239;
}
</style>
border-color css
<style>
span { border-color: #551239; }
span { border-color: rgb(85,18,57); }
td.TdClassName
{
border-color: #551239;
}
.TagClassName
{
border-color: #551239;
}
</style>