Shades of Blackberry #55092D
Tints of Blackberry #55092D
RGB
CMYK
RGB Variations
Color information
#55092D (or 0x55092D) is known color: Blackberry. HEX triplet: 55, 09 and 2D. RGB value is (85,9,45). Sum of RGB (Red+Green+Blue) = 85+9+45=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #55092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55092D is #AAF6D2. Grayscale: #232323. Windows color (decimal): -11204307 or 2951509. OLE color: 2951509.
HSL color Cylindrical-coordinate representation of color #55092D: hue angle of 331.58º 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 #55092D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 9 | 45 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.67 |
| HSL | 331.58º | 0.81% | 0.18% | - |
| HSV(B) | 331.58º | 0.89% | 0.33% | - |
| XYZ | 4.32 | 2.32 | 2.7 | - |
| YUV | 35.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 45 | 0 | 0.89 | 0.47 | 0.67 | 331.58 | 0.81 | 0.18 |
| Hex | 55 | 9 | 2D | 0 | 59 | 2F | 43 | 14C | 51 | 12 |
| Octal | 125 | 11 | 55 | 0 | 131 | 57 | 103 | 514 | 121 | 22 |
| Binary | 1010101 | 1001 | 101101 | 0 | 1011001 | 101111 | 1000011 | 101001100 | 1010001 | 10010 |
Color Harmonies of #55092D
Complementary color
Monochromatic Colors of #55092D
Black with #55092D
Text Example
Text Example
White with #55092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55092D; }
p { color: rgb(85,9,45); }
H1.HeaderClassName
{
color: #55092D;
}
.AnyTagClassName
{
color: #55092D;
}
</style>
background-color css
<style>
a { background-color: #55092D; }
a { background-color: rgb(85,9,45); }
div.DivClassName
{
background-color: #55092D;
}
.BgClassName
{
background-color: #55092D;
}
</style>
border-color css
<style>
span { border-color: #55092D; }
span { border-color: rgb(85,9,45); }
td.TdClassName
{
border-color: #55092D;
}
.TagClassName
{
border-color: #55092D;
}
</style>