Shades of Blackberry #55142E
Tints of Blackberry #55142E
RGB
CMYK
RGB Variations
Color information
#55142E (or 0x55142E) is known color: Blackberry. HEX triplet: 55, 14 and 2E. RGB value is (85,20,46). Sum of RGB (Red+Green+Blue) = 85+20+46=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55142E is #AAEBD1. Grayscale: #2A2A2A. Windows color (decimal): -11201490 or 3019861. OLE color: 3019861.
HSL color Cylindrical-coordinate representation of color #55142E: hue angle of 336º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55142E is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 46 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.67 |
| HSL | 336º | 0.62% | 0.21% | - |
| HSV(B) | 336º | 0.76% | 0.33% | - |
| XYZ | 4.49 | 2.63 | 2.86 | - |
| YUV | 42.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 46 | 0 | 0.76 | 0.46 | 0.67 | 336 | 0.62 | 0.21 |
| Hex | 55 | 14 | 2E | 0 | 4C | 2E | 43 | 150 | 3E | 15 |
| Octal | 125 | 24 | 56 | 0 | 114 | 56 | 103 | 520 | 76 | 25 |
| Binary | 1010101 | 10100 | 101110 | 0 | 1001100 | 101110 | 1000011 | 101010000 | 111110 | 10101 |
Color Harmonies of #55142E
Complementary color
Monochromatic Colors of #55142E
Black with #55142E
Text Example
Text Example
White with #55142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55142E; }
p { color: rgb(85,20,46); }
H1.HeaderClassName
{
color: #55142E;
}
.AnyTagClassName
{
color: #55142E;
}
</style>
background-color css
<style>
a { background-color: #55142E; }
a { background-color: rgb(85,20,46); }
div.DivClassName
{
background-color: #55142E;
}
.BgClassName
{
background-color: #55142E;
}
</style>
border-color css
<style>
span { border-color: #55142E; }
span { border-color: rgb(85,20,46); }
td.TdClassName
{
border-color: #55142E;
}
.TagClassName
{
border-color: #55142E;
}
</style>