Shades of Blackberry #550A2F
Tints of Blackberry #550A2F
RGB
CMYK
RGB Variations
Color information
#550A2F (or 0x550A2F) is known color: Blackberry. HEX triplet: 55, 0A and 2F. RGB value is (85,10,47). Sum of RGB (Red+Green+Blue) = 85+10+47=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #550A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A2F is #AAF5D0. Grayscale: #242424. Windows color (decimal): -11204049 or 3082837. OLE color: 3082837.
HSL color Cylindrical-coordinate representation of color #550A2F: hue angle of 330.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A2F is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 10 | 47 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.67 |
| HSL | 330.4º | 0.79% | 0.19% | - |
| HSV(B) | 330.4º | 0.88% | 0.33% | - |
| XYZ | 4.37 | 2.35 | 2.91 | - |
| YUV | 36.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 47 | 0 | 0.88 | 0.45 | 0.67 | 330.4 | 0.79 | 0.19 |
| Hex | 55 | A | 2F | 0 | 58 | 2D | 43 | 14A | 4F | 13 |
| Octal | 125 | 12 | 57 | 0 | 130 | 55 | 103 | 512 | 117 | 23 |
| Binary | 1010101 | 1010 | 101111 | 0 | 1011000 | 101101 | 1000011 | 101001010 | 1001111 | 10011 |
Color Harmonies of #550A2F
Complementary color
Monochromatic Colors of #550A2F
Black with #550A2F
Text Example
Text Example
White with #550A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A2F; }
p { color: rgb(85,10,47); }
H1.HeaderClassName
{
color: #550A2F;
}
.AnyTagClassName
{
color: #550A2F;
}
</style>
background-color css
<style>
a { background-color: #550A2F; }
a { background-color: rgb(85,10,47); }
div.DivClassName
{
background-color: #550A2F;
}
.BgClassName
{
background-color: #550A2F;
}
</style>
border-color css
<style>
span { border-color: #550A2F; }
span { border-color: rgb(85,10,47); }
td.TdClassName
{
border-color: #550A2F;
}
.TagClassName
{
border-color: #550A2F;
}
</style>