Shades of Blackberry #55143A
Tints of Blackberry #55143A
RGB
CMYK
RGB Variations
Color information
#55143A (or 0x55143A) is known color: Blackberry. HEX triplet: 55, 14 and 3A. RGB value is (85,20,58). Sum of RGB (Red+Green+Blue) = 85+20+58=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55143A is #AAEBC5. Grayscale: #2B2B2B. Windows color (decimal): -11201478 or 3806293. OLE color: 3806293.
HSL color Cylindrical-coordinate representation of color #55143A: hue angle of 324.92º 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 #55143A is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 58 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.67 |
| HSL | 324.92º | 0.62% | 0.21% | - |
| HSV(B) | 324.92º | 0.76% | 0.33% | - |
| XYZ | 4.76 | 2.74 | 4.28 | - |
| YUV | 43.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 58 | 0 | 0.76 | 0.32 | 0.67 | 324.92 | 0.62 | 0.21 |
| Hex | 55 | 14 | 3A | 0 | 4C | 20 | 43 | 145 | 3E | 15 |
| Octal | 125 | 24 | 72 | 0 | 114 | 40 | 103 | 505 | 76 | 25 |
| Binary | 1010101 | 10100 | 111010 | 0 | 1001100 | 100000 | 1000011 | 101000101 | 111110 | 10101 |
Color Harmonies of #55143A
Complementary color
Monochromatic Colors of #55143A
Black with #55143A
Text Example
Text Example
White with #55143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55143A; }
p { color: rgb(85,20,58); }
H1.HeaderClassName
{
color: #55143A;
}
.AnyTagClassName
{
color: #55143A;
}
</style>
background-color css
<style>
a { background-color: #55143A; }
a { background-color: rgb(85,20,58); }
div.DivClassName
{
background-color: #55143A;
}
.BgClassName
{
background-color: #55143A;
}
</style>
border-color css
<style>
span { border-color: #55143A; }
span { border-color: rgb(85,20,58); }
td.TdClassName
{
border-color: #55143A;
}
.TagClassName
{
border-color: #55143A;
}
</style>