Shades of Blackberry #55092A
Tints of Blackberry #55092A
RGB
CMYK
RGB Variations
Color information
#55092A (or 0x55092A) is known color: Blackberry. HEX triplet: 55, 09 and 2A. RGB value is (85,9,42). Sum of RGB (Red+Green+Blue) = 85+9+42=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55092A is #AAF6D5. Grayscale: #232323. Windows color (decimal): -11204310 or 2754901. OLE color: 2754901.
HSL color Cylindrical-coordinate representation of color #55092A: hue angle of 333.95º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55092A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 42 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.67 |
| HSL | 333.95º | 0.81% | 0.18% | - |
| HSV(B) | 333.95º | 0.89% | 0.33% | - |
| XYZ | 4.26 | 2.29 | 2.41 | - |
| YUV | 35.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 42 | 0 | 0.89 | 0.51 | 0.67 | 333.95 | 0.81 | 0.18 |
| Hex | 55 | 9 | 2A | 0 | 59 | 33 | 43 | 14E | 51 | 12 |
| Octal | 125 | 11 | 52 | 0 | 131 | 63 | 103 | 516 | 121 | 22 |
| Binary | 1010101 | 1001 | 101010 | 0 | 1011001 | 110011 | 1000011 | 101001110 | 1010001 | 10010 |
Color Harmonies of #55092A
Complementary color
Monochromatic Colors of #55092A
Black with #55092A
Text Example
Text Example
White with #55092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55092A; }
p { color: rgb(85,9,42); }
H1.HeaderClassName
{
color: #55092A;
}
.AnyTagClassName
{
color: #55092A;
}
</style>
background-color css
<style>
a { background-color: #55092A; }
a { background-color: rgb(85,9,42); }
div.DivClassName
{
background-color: #55092A;
}
.BgClassName
{
background-color: #55092A;
}
</style>
border-color css
<style>
span { border-color: #55092A; }
span { border-color: rgb(85,9,42); }
td.TdClassName
{
border-color: #55092A;
}
.TagClassName
{
border-color: #55092A;
}
</style>