Shades of Blackberry #550B2D
Tints of Blackberry #550B2D
RGB
CMYK
RGB Variations
Color information
#550B2D (or 0x550B2D) is known color: Blackberry. HEX triplet: 55, 0B and 2D. RGB value is (85,11,45). Sum of RGB (Red+Green+Blue) = 85+11+45=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #550B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B2D is #AAF4D2. Grayscale: #242424. Windows color (decimal): -11203795 or 2952021. OLE color: 2952021.
HSL color Cylindrical-coordinate representation of color #550B2D: hue angle of 332.43º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B2D is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 11 | 45 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.67 |
| HSL | 332.43º | 0.77% | 0.19% | - |
| HSV(B) | 332.43º | 0.87% | 0.33% | - |
| XYZ | 4.34 | 2.36 | 2.71 | - |
| YUV | 37 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 45 | 0 | 0.87 | 0.47 | 0.67 | 332.43 | 0.77 | 0.19 |
| Hex | 55 | B | 2D | 0 | 57 | 2F | 43 | 14C | 4D | 13 |
| Octal | 125 | 13 | 55 | 0 | 127 | 57 | 103 | 514 | 115 | 23 |
| Binary | 1010101 | 1011 | 101101 | 0 | 1010111 | 101111 | 1000011 | 101001100 | 1001101 | 10011 |
Color Harmonies of #550B2D
Complementary color
Monochromatic Colors of #550B2D
Black with #550B2D
Text Example
Text Example
White with #550B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B2D; }
p { color: rgb(85,11,45); }
H1.HeaderClassName
{
color: #550B2D;
}
.AnyTagClassName
{
color: #550B2D;
}
</style>
background-color css
<style>
a { background-color: #550B2D; }
a { background-color: rgb(85,11,45); }
div.DivClassName
{
background-color: #550B2D;
}
.BgClassName
{
background-color: #550B2D;
}
</style>
border-color css
<style>
span { border-color: #550B2D; }
span { border-color: rgb(85,11,45); }
td.TdClassName
{
border-color: #550B2D;
}
.TagClassName
{
border-color: #550B2D;
}
</style>