Shades of Blackberry #550829
Tints of Blackberry #550829
RGB
CMYK
RGB Variations
Color information
#550829 (or 0x550829) is known color: Blackberry. HEX triplet: 55, 08 and 29. RGB value is (85,8,41). Sum of RGB (Red+Green+Blue) = 85+8+41=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #550829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550829 is #AAF7D6. Grayscale: #222222. Windows color (decimal): -11204567 or 2689109. OLE color: 2689109.
HSL color Cylindrical-coordinate representation of color #550829: hue angle of 334.29º 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 #550829 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 41 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.67 |
| HSL | 334.29º | 0.83% | 0.18% | - |
| HSV(B) | 334.29º | 0.91% | 0.33% | - |
| XYZ | 4.23 | 2.27 | 2.31 | - |
| YUV | 34.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 41 | 0 | 0.91 | 0.52 | 0.67 | 334.29 | 0.83 | 0.18 |
| Hex | 55 | 8 | 29 | 0 | 5B | 34 | 43 | 14E | 53 | 12 |
| Octal | 125 | 10 | 51 | 0 | 133 | 64 | 103 | 516 | 123 | 22 |
| Binary | 1010101 | 1000 | 101001 | 0 | 1011011 | 110100 | 1000011 | 101001110 | 1010011 | 10010 |
Color Harmonies of #550829
Complementary color
Monochromatic Colors of #550829
Black with #550829
Text Example
Text Example
White with #550829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550829; }
p { color: rgb(85,8,41); }
H1.HeaderClassName
{
color: #550829;
}
.AnyTagClassName
{
color: #550829;
}
</style>
background-color css
<style>
a { background-color: #550829; }
a { background-color: rgb(85,8,41); }
div.DivClassName
{
background-color: #550829;
}
.BgClassName
{
background-color: #550829;
}
</style>
border-color css
<style>
span { border-color: #550829; }
span { border-color: rgb(85,8,41); }
td.TdClassName
{
border-color: #550829;
}
.TagClassName
{
border-color: #550829;
}
</style>