Shades of Blackberry #55143C
Tints of Blackberry #55143C
RGB
CMYK
RGB Variations
Color information
#55143C (or 0x55143C) is known color: Blackberry. HEX triplet: 55, 14 and 3C. RGB value is (85,20,60). Sum of RGB (Red+Green+Blue) = 85+20+60=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55143C is #AAEBC3. Grayscale: #2B2B2B. Windows color (decimal): -11201476 or 3937365. OLE color: 3937365.
HSL color Cylindrical-coordinate representation of color #55143C: hue angle of 323.08º 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 #55143C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 60 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.67 |
| HSL | 323.08º | 0.62% | 0.21% | - |
| HSV(B) | 323.08º | 0.76% | 0.33% | - |
| XYZ | 4.81 | 2.76 | 4.55 | - |
| YUV | 44 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 60 | 0 | 0.76 | 0.29 | 0.67 | 323.08 | 0.62 | 0.21 |
| Hex | 55 | 14 | 3C | 0 | 4C | 1D | 43 | 143 | 3E | 15 |
| Octal | 125 | 24 | 74 | 0 | 114 | 35 | 103 | 503 | 76 | 25 |
| Binary | 1010101 | 10100 | 111100 | 0 | 1001100 | 11101 | 1000011 | 101000011 | 111110 | 10101 |
Color Harmonies of #55143C
Complementary color
Monochromatic Colors of #55143C
Black with #55143C
Text Example
Text Example
White with #55143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55143C; }
p { color: rgb(85,20,60); }
H1.HeaderClassName
{
color: #55143C;
}
.AnyTagClassName
{
color: #55143C;
}
</style>
background-color css
<style>
a { background-color: #55143C; }
a { background-color: rgb(85,20,60); }
div.DivClassName
{
background-color: #55143C;
}
.BgClassName
{
background-color: #55143C;
}
</style>
border-color css
<style>
span { border-color: #55143C; }
span { border-color: rgb(85,20,60); }
td.TdClassName
{
border-color: #55143C;
}
.TagClassName
{
border-color: #55143C;
}
</style>