Shades of Blackberry #550E2B
Tints of Blackberry #550E2B
RGB
CMYK
RGB Variations
Color information
#550E2B (or 0x550E2B) is known color: Blackberry. HEX triplet: 55, 0E and 2B. RGB value is (85,14,43). Sum of RGB (Red+Green+Blue) = 85+14+43=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #550E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550E2B is #AAF1D4. Grayscale: #262626. Windows color (decimal): -11203029 or 2821717. OLE color: 2821717.
HSL color Cylindrical-coordinate representation of color #550E2B: hue angle of 335.49º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550E2B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 14 | 43 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.67 |
| HSL | 335.49º | 0.72% | 0.19% | - |
| HSV(B) | 335.49º | 0.84% | 0.33% | - |
| XYZ | 4.34 | 2.42 | 2.52 | - |
| YUV | 38.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 43 | 0 | 0.84 | 0.49 | 0.67 | 335.49 | 0.72 | 0.19 |
| Hex | 55 | E | 2B | 0 | 54 | 31 | 43 | 14F | 48 | 13 |
| Octal | 125 | 16 | 53 | 0 | 124 | 61 | 103 | 517 | 110 | 23 |
| Binary | 1010101 | 1110 | 101011 | 0 | 1010100 | 110001 | 1000011 | 101001111 | 1001000 | 10011 |
Color Harmonies of #550E2B
Complementary color
Monochromatic Colors of #550E2B
Black with #550E2B
Text Example
Text Example
White with #550E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E2B; }
p { color: rgb(85,14,43); }
H1.HeaderClassName
{
color: #550E2B;
}
.AnyTagClassName
{
color: #550E2B;
}
</style>
background-color css
<style>
a { background-color: #550E2B; }
a { background-color: rgb(85,14,43); }
div.DivClassName
{
background-color: #550E2B;
}
.BgClassName
{
background-color: #550E2B;
}
</style>
border-color css
<style>
span { border-color: #550E2B; }
span { border-color: rgb(85,14,43); }
td.TdClassName
{
border-color: #550E2B;
}
.TagClassName
{
border-color: #550E2B;
}
</style>