Shades of Blackberry #55112E
Tints of Blackberry #55112E
RGB
CMYK
RGB Variations
Color information
#55112E (or 0x55112E) is known color: Blackberry. HEX triplet: 55, 11 and 2E. RGB value is (85,17,46). Sum of RGB (Red+Green+Blue) = 85+17+46=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55112E is #AAEED1. Grayscale: #282828. Windows color (decimal): -11202258 or 3019093. OLE color: 3019093.
HSL color Cylindrical-coordinate representation of color #55112E: hue angle of 334.41º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55112E is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 46 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.67 |
| HSL | 334.41º | 0.67% | 0.2% | - |
| HSV(B) | 334.41º | 0.8% | 0.33% | - |
| XYZ | 4.44 | 2.53 | 2.84 | - |
| YUV | 40.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 46 | 0 | 0.80 | 0.46 | 0.67 | 334.41 | 0.67 | 0.2 |
| Hex | 55 | 11 | 2E | 0 | 50 | 2E | 43 | 14E | 43 | 14 |
| Octal | 125 | 21 | 56 | 0 | 120 | 56 | 103 | 516 | 103 | 24 |
| Binary | 1010101 | 10001 | 101110 | 0 | 1010000 | 101110 | 1000011 | 101001110 | 1000011 | 10100 |
Color Harmonies of #55112E
Complementary color
Monochromatic Colors of #55112E
Black with #55112E
Text Example
Text Example
White with #55112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55112E; }
p { color: rgb(85,17,46); }
H1.HeaderClassName
{
color: #55112E;
}
.AnyTagClassName
{
color: #55112E;
}
</style>
background-color css
<style>
a { background-color: #55112E; }
a { background-color: rgb(85,17,46); }
div.DivClassName
{
background-color: #55112E;
}
.BgClassName
{
background-color: #55112E;
}
</style>
border-color css
<style>
span { border-color: #55112E; }
span { border-color: rgb(85,17,46); }
td.TdClassName
{
border-color: #55112E;
}
.TagClassName
{
border-color: #55112E;
}
</style>