Shades of Blackberry #55142F
Tints of Blackberry #55142F
RGB
CMYK
RGB Variations
Color information
#55142F (or 0x55142F) is known color: Blackberry. HEX triplet: 55, 14 and 2F. RGB value is (85,20,47). Sum of RGB (Red+Green+Blue) = 85+20+47=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55142F is #AAEBD0. Grayscale: #2A2A2A. Windows color (decimal): -11201489 or 3085397. OLE color: 3085397.
HSL color Cylindrical-coordinate representation of color #55142F: hue angle of 335.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 #55142F is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 47 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.67 |
| HSL | 335.08º | 0.62% | 0.21% | - |
| HSV(B) | 335.08º | 0.76% | 0.33% | - |
| XYZ | 4.51 | 2.64 | 2.96 | - |
| YUV | 42.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 47 | 0 | 0.76 | 0.45 | 0.67 | 335.08 | 0.62 | 0.21 |
| Hex | 55 | 14 | 2F | 0 | 4C | 2D | 43 | 14F | 3E | 15 |
| Octal | 125 | 24 | 57 | 0 | 114 | 55 | 103 | 517 | 76 | 25 |
| Binary | 1010101 | 10100 | 101111 | 0 | 1001100 | 101101 | 1000011 | 101001111 | 111110 | 10101 |
Color Harmonies of #55142F
Complementary color
Monochromatic Colors of #55142F
Black with #55142F
Text Example
Text Example
White with #55142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55142F; }
p { color: rgb(85,20,47); }
H1.HeaderClassName
{
color: #55142F;
}
.AnyTagClassName
{
color: #55142F;
}
</style>
background-color css
<style>
a { background-color: #55142F; }
a { background-color: rgb(85,20,47); }
div.DivClassName
{
background-color: #55142F;
}
.BgClassName
{
background-color: #55142F;
}
</style>
border-color css
<style>
span { border-color: #55142F; }
span { border-color: rgb(85,20,47); }
td.TdClassName
{
border-color: #55142F;
}
.TagClassName
{
border-color: #55142F;
}
</style>