Shades of Blackberry #550D29
Tints of Blackberry #550D29
RGB
CMYK
RGB Variations
Color information
#550D29 (or 0x550D29) is known color: Blackberry. HEX triplet: 55, 0D and 29. RGB value is (85,13,41). Sum of RGB (Red+Green+Blue) = 85+13+41=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #550D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D29 is #AAF2D6. Grayscale: #252525. Windows color (decimal): -11203287 or 2690389. OLE color: 2690389.
HSL color Cylindrical-coordinate representation of color #550D29: hue angle of 336.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D29 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 13 | 41 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.67 |
| HSL | 336.67º | 0.73% | 0.19% | - |
| HSV(B) | 336.67º | 0.85% | 0.33% | - |
| XYZ | 4.29 | 2.38 | 2.33 | - |
| YUV | 37.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 41 | 0 | 0.85 | 0.52 | 0.67 | 336.67 | 0.73 | 0.19 |
| Hex | 55 | D | 29 | 0 | 55 | 34 | 43 | 151 | 49 | 13 |
| Octal | 125 | 15 | 51 | 0 | 125 | 64 | 103 | 521 | 111 | 23 |
| Binary | 1010101 | 1101 | 101001 | 0 | 1010101 | 110100 | 1000011 | 101010001 | 1001001 | 10011 |
Color Harmonies of #550D29
Complementary color
Monochromatic Colors of #550D29
Black with #550D29
Text Example
Text Example
White with #550D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D29; }
p { color: rgb(85,13,41); }
H1.HeaderClassName
{
color: #550D29;
}
.AnyTagClassName
{
color: #550D29;
}
</style>
background-color css
<style>
a { background-color: #550D29; }
a { background-color: rgb(85,13,41); }
div.DivClassName
{
background-color: #550D29;
}
.BgClassName
{
background-color: #550D29;
}
</style>
border-color css
<style>
span { border-color: #550D29; }
span { border-color: rgb(85,13,41); }
td.TdClassName
{
border-color: #550D29;
}
.TagClassName
{
border-color: #550D29;
}
</style>