Shades of Blackberry #55153F
Tints of Blackberry #55153F
RGB
CMYK
RGB Variations
Color information
#55153F (or 0x55153F) is known color: Blackberry. HEX triplet: 55, 15 and 3F. RGB value is (85,21,63). Sum of RGB (Red+Green+Blue) = 85+21+63=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55153F is #AAEAC0. Grayscale: #2C2C2C. Windows color (decimal): -11201217 or 4134229. OLE color: 4134229.
HSL color Cylindrical-coordinate representation of color #55153F: hue angle of 320.62º 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 #55153F is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 63 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.67 |
| HSL | 320.63º | 0.6% | 0.21% | - |
| HSV(B) | 320.63º | 0.75% | 0.33% | - |
| XYZ | 4.91 | 2.83 | 4.99 | - |
| YUV | 44.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 63 | 0 | 0.75 | 0.26 | 0.67 | 320.63 | 0.6 | 0.21 |
| Hex | 55 | 15 | 3F | 0 | 4B | 1A | 43 | 141 | 3C | 15 |
| Octal | 125 | 25 | 77 | 0 | 113 | 32 | 103 | 501 | 74 | 25 |
| Binary | 1010101 | 10101 | 111111 | 0 | 1001011 | 11010 | 1000011 | 101000001 | 111100 | 10101 |
Color Harmonies of #55153F
Complementary color
Monochromatic Colors of #55153F
Black with #55153F
Text Example
Text Example
White with #55153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55153F; }
p { color: rgb(85,21,63); }
H1.HeaderClassName
{
color: #55153F;
}
.AnyTagClassName
{
color: #55153F;
}
</style>
background-color css
<style>
a { background-color: #55153F; }
a { background-color: rgb(85,21,63); }
div.DivClassName
{
background-color: #55153F;
}
.BgClassName
{
background-color: #55153F;
}
</style>
border-color css
<style>
span { border-color: #55153F; }
span { border-color: rgb(85,21,63); }
td.TdClassName
{
border-color: #55153F;
}
.TagClassName
{
border-color: #55153F;
}
</style>