Shades of Blackberry #55102C
Tints of Blackberry #55102C
RGB
CMYK
RGB Variations
Color information
#55102C (or 0x55102C) is known color: Blackberry. HEX triplet: 55, 10 and 2C. RGB value is (85,16,44). Sum of RGB (Red+Green+Blue) = 85+16+44=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55102C is #AAEFD3. Grayscale: #272727. Windows color (decimal): -11202516 or 2887765. OLE color: 2887765.
HSL color Cylindrical-coordinate representation of color #55102C: hue angle of 335.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55102C is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 44 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.67 |
| HSL | 335.65º | 0.68% | 0.2% | - |
| HSV(B) | 335.65º | 0.81% | 0.33% | - |
| XYZ | 4.39 | 2.48 | 2.63 | - |
| YUV | 39.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 44 | 0 | 0.81 | 0.48 | 0.67 | 335.65 | 0.68 | 0.2 |
| Hex | 55 | 10 | 2C | 0 | 51 | 30 | 43 | 150 | 44 | 14 |
| Octal | 125 | 20 | 54 | 0 | 121 | 60 | 103 | 520 | 104 | 24 |
| Binary | 1010101 | 10000 | 101100 | 0 | 1010001 | 110000 | 1000011 | 101010000 | 1000100 | 10100 |
Color Harmonies of #55102C
Complementary color
Monochromatic Colors of #55102C
Black with #55102C
Text Example
Text Example
White with #55102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55102C; }
p { color: rgb(85,16,44); }
H1.HeaderClassName
{
color: #55102C;
}
.AnyTagClassName
{
color: #55102C;
}
</style>
background-color css
<style>
a { background-color: #55102C; }
a { background-color: rgb(85,16,44); }
div.DivClassName
{
background-color: #55102C;
}
.BgClassName
{
background-color: #55102C;
}
</style>
border-color css
<style>
span { border-color: #55102C; }
span { border-color: rgb(85,16,44); }
td.TdClassName
{
border-color: #55102C;
}
.TagClassName
{
border-color: #55102C;
}
</style>