Shades of Blackberry #55132D
Tints of Blackberry #55132D
RGB
CMYK
RGB Variations
Color information
#55132D (or 0x55132D) is known color: Blackberry. HEX triplet: 55, 13 and 2D. RGB value is (85,19,45). Sum of RGB (Red+Green+Blue) = 85+19+45=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55132D is #AAECD2. Grayscale: #292929. Windows color (decimal): -11201747 or 2954069. OLE color: 2954069.
HSL color Cylindrical-coordinate representation of color #55132D: hue angle of 336.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55132D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 45 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.67 |
| HSL | 336.36º | 0.63% | 0.2% | - |
| HSV(B) | 336.36º | 0.78% | 0.33% | - |
| XYZ | 4.45 | 2.59 | 2.75 | - |
| YUV | 41.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 45 | 0 | 0.78 | 0.47 | 0.67 | 336.36 | 0.63 | 0.2 |
| Hex | 55 | 13 | 2D | 0 | 4E | 2F | 43 | 150 | 3F | 14 |
| Octal | 125 | 23 | 55 | 0 | 116 | 57 | 103 | 520 | 77 | 24 |
| Binary | 1010101 | 10011 | 101101 | 0 | 1001110 | 101111 | 1000011 | 101010000 | 111111 | 10100 |
Color Harmonies of #55132D
Complementary color
Monochromatic Colors of #55132D
Black with #55132D
Text Example
Text Example
White with #55132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55132D; }
p { color: rgb(85,19,45); }
H1.HeaderClassName
{
color: #55132D;
}
.AnyTagClassName
{
color: #55132D;
}
</style>
background-color css
<style>
a { background-color: #55132D; }
a { background-color: rgb(85,19,45); }
div.DivClassName
{
background-color: #55132D;
}
.BgClassName
{
background-color: #55132D;
}
</style>
border-color css
<style>
span { border-color: #55132D; }
span { border-color: rgb(85,19,45); }
td.TdClassName
{
border-color: #55132D;
}
.TagClassName
{
border-color: #55132D;
}
</style>