Shades of Blackberry #55122D
Tints of Blackberry #55122D
RGB
CMYK
RGB Variations
Color information
#55122D (or 0x55122D) is known color: Blackberry. HEX triplet: 55, 12 and 2D. RGB value is (85,18,45). Sum of RGB (Red+Green+Blue) = 85+18+45=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55122D is #AAEDD2. Grayscale: #292929. Windows color (decimal): -11202003 or 2953813. OLE color: 2953813.
HSL color Cylindrical-coordinate representation of color #55122D: hue angle of 335.82º 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 #55122D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 45 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.67 |
| HSL | 335.82º | 0.65% | 0.2% | - |
| HSV(B) | 335.82º | 0.79% | 0.33% | - |
| XYZ | 4.44 | 2.55 | 2.74 | - |
| YUV | 41.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 45 | 0 | 0.79 | 0.47 | 0.67 | 335.82 | 0.65 | 0.2 |
| Hex | 55 | 12 | 2D | 0 | 4F | 2F | 43 | 150 | 41 | 14 |
| Octal | 125 | 22 | 55 | 0 | 117 | 57 | 103 | 520 | 101 | 24 |
| Binary | 1010101 | 10010 | 101101 | 0 | 1001111 | 101111 | 1000011 | 101010000 | 1000001 | 10100 |
Color Harmonies of #55122D
Complementary color
Monochromatic Colors of #55122D
Black with #55122D
Text Example
Text Example
White with #55122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55122D; }
p { color: rgb(85,18,45); }
H1.HeaderClassName
{
color: #55122D;
}
.AnyTagClassName
{
color: #55122D;
}
</style>
background-color css
<style>
a { background-color: #55122D; }
a { background-color: rgb(85,18,45); }
div.DivClassName
{
background-color: #55122D;
}
.BgClassName
{
background-color: #55122D;
}
</style>
border-color css
<style>
span { border-color: #55122D; }
span { border-color: rgb(85,18,45); }
td.TdClassName
{
border-color: #55122D;
}
.TagClassName
{
border-color: #55122D;
}
</style>