Shades of Blackberry #55082C
Tints of Blackberry #55082C
RGB
CMYK
RGB Variations
Color information
#55082C (or 0x55082C) is known color: Blackberry. HEX triplet: 55, 08 and 2C. RGB value is (85,8,44). Sum of RGB (Red+Green+Blue) = 85+8+44=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55082C is #AAF7D3. Grayscale: #232323. Windows color (decimal): -11204564 or 2885717. OLE color: 2885717.
HSL color Cylindrical-coordinate representation of color #55082C: hue angle of 331.95º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55082C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 44 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.67 |
| HSL | 331.95º | 0.83% | 0.18% | - |
| HSV(B) | 331.95º | 0.91% | 0.33% | - |
| XYZ | 4.29 | 2.29 | 2.6 | - |
| YUV | 35.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 44 | 0 | 0.91 | 0.48 | 0.67 | 331.95 | 0.83 | 0.18 |
| Hex | 55 | 8 | 2C | 0 | 5B | 30 | 43 | 14C | 53 | 12 |
| Octal | 125 | 10 | 54 | 0 | 133 | 60 | 103 | 514 | 123 | 22 |
| Binary | 1010101 | 1000 | 101100 | 0 | 1011011 | 110000 | 1000011 | 101001100 | 1010011 | 10010 |
Color Harmonies of #55082C
Complementary color
Monochromatic Colors of #55082C
Black with #55082C
Text Example
Text Example
White with #55082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55082C; }
p { color: rgb(85,8,44); }
H1.HeaderClassName
{
color: #55082C;
}
.AnyTagClassName
{
color: #55082C;
}
</style>
background-color css
<style>
a { background-color: #55082C; }
a { background-color: rgb(85,8,44); }
div.DivClassName
{
background-color: #55082C;
}
.BgClassName
{
background-color: #55082C;
}
</style>
border-color css
<style>
span { border-color: #55082C; }
span { border-color: rgb(85,8,44); }
td.TdClassName
{
border-color: #55082C;
}
.TagClassName
{
border-color: #55082C;
}
</style>