Shades of Blackberry #550D2A
Tints of Blackberry #550D2A
RGB
CMYK
RGB Variations
Color information
#550D2A (or 0x550D2A) is known color: Blackberry. HEX triplet: 55, 0D and 2A. RGB value is (85,13,42). Sum of RGB (Red+Green+Blue) = 85+13+42=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #550D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D2A is #AAF2D5. Grayscale: #252525. Windows color (decimal): -11203286 or 2755925. OLE color: 2755925.
HSL color Cylindrical-coordinate representation of color #550D2A: hue angle of 335.83º 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 #550D2A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 13 | 42 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.67 |
| HSL | 335.83º | 0.73% | 0.19% | - |
| HSV(B) | 335.83º | 0.85% | 0.33% | - |
| XYZ | 4.31 | 2.39 | 2.42 | - |
| YUV | 37.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 42 | 0 | 0.85 | 0.51 | 0.67 | 335.83 | 0.73 | 0.19 |
| Hex | 55 | D | 2A | 0 | 55 | 33 | 43 | 150 | 49 | 13 |
| Octal | 125 | 15 | 52 | 0 | 125 | 63 | 103 | 520 | 111 | 23 |
| Binary | 1010101 | 1101 | 101010 | 0 | 1010101 | 110011 | 1000011 | 101010000 | 1001001 | 10011 |
Color Harmonies of #550D2A
Complementary color
Monochromatic Colors of #550D2A
Black with #550D2A
Text Example
Text Example
White with #550D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D2A; }
p { color: rgb(85,13,42); }
H1.HeaderClassName
{
color: #550D2A;
}
.AnyTagClassName
{
color: #550D2A;
}
</style>
background-color css
<style>
a { background-color: #550D2A; }
a { background-color: rgb(85,13,42); }
div.DivClassName
{
background-color: #550D2A;
}
.BgClassName
{
background-color: #550D2A;
}
</style>
border-color css
<style>
span { border-color: #550D2A; }
span { border-color: rgb(85,13,42); }
td.TdClassName
{
border-color: #550D2A;
}
.TagClassName
{
border-color: #550D2A;
}
</style>