Shades of Blackberry #55153B
Tints of Blackberry #55153B
RGB
CMYK
RGB Variations
Color information
#55153B (or 0x55153B) is known color: Blackberry. HEX triplet: 55, 15 and 3B. RGB value is (85,21,59). Sum of RGB (Red+Green+Blue) = 85+21+59=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55153B is #AAEAC4. Grayscale: #2C2C2C. Windows color (decimal): -11201221 or 3872085. OLE color: 3872085.
HSL color Cylindrical-coordinate representation of color #55153B: hue angle of 324.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55153B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 59 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.67 |
| HSL | 324.38º | 0.6% | 0.21% | - |
| HSV(B) | 324.38º | 0.75% | 0.33% | - |
| XYZ | 4.8 | 2.78 | 4.42 | - |
| YUV | 44.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 59 | 0 | 0.75 | 0.31 | 0.67 | 324.38 | 0.6 | 0.21 |
| Hex | 55 | 15 | 3B | 0 | 4B | 1F | 43 | 144 | 3C | 15 |
| Octal | 125 | 25 | 73 | 0 | 113 | 37 | 103 | 504 | 74 | 25 |
| Binary | 1010101 | 10101 | 111011 | 0 | 1001011 | 11111 | 1000011 | 101000100 | 111100 | 10101 |
Color Harmonies of #55153B
Complementary color
Monochromatic Colors of #55153B
Black with #55153B
Text Example
Text Example
White with #55153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55153B; }
p { color: rgb(85,21,59); }
H1.HeaderClassName
{
color: #55153B;
}
.AnyTagClassName
{
color: #55153B;
}
</style>
background-color css
<style>
a { background-color: #55153B; }
a { background-color: rgb(85,21,59); }
div.DivClassName
{
background-color: #55153B;
}
.BgClassName
{
background-color: #55153B;
}
</style>
border-color css
<style>
span { border-color: #55153B; }
span { border-color: rgb(85,21,59); }
td.TdClassName
{
border-color: #55153B;
}
.TagClassName
{
border-color: #55153B;
}
</style>