Shades of Blackberry #550F2F
Tints of Blackberry #550F2F
RGB
CMYK
RGB Variations
Color information
#550F2F (or 0x550F2F) is known color: Blackberry. HEX triplet: 55, 0F and 2F. RGB value is (85,15,47). Sum of RGB (Red+Green+Blue) = 85+15+47=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #550F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F2F is #AAF0D0. Grayscale: #272727. Windows color (decimal): -11202769 or 3084117. OLE color: 3084117.
HSL color Cylindrical-coordinate representation of color #550F2F: hue angle of 332.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F2F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 47 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.67 |
| HSL | 332.57º | 0.7% | 0.2% | - |
| HSV(B) | 332.57º | 0.82% | 0.33% | - |
| XYZ | 4.43 | 2.48 | 2.93 | - |
| YUV | 39.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 47 | 0 | 0.82 | 0.45 | 0.67 | 332.57 | 0.7 | 0.2 |
| Hex | 55 | F | 2F | 0 | 52 | 2D | 43 | 14D | 46 | 14 |
| Octal | 125 | 17 | 57 | 0 | 122 | 55 | 103 | 515 | 106 | 24 |
| Binary | 1010101 | 1111 | 101111 | 0 | 1010010 | 101101 | 1000011 | 101001101 | 1000110 | 10100 |
Color Harmonies of #550F2F
Complementary color
Monochromatic Colors of #550F2F
Black with #550F2F
Text Example
Text Example
White with #550F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F2F; }
p { color: rgb(85,15,47); }
H1.HeaderClassName
{
color: #550F2F;
}
.AnyTagClassName
{
color: #550F2F;
}
</style>
background-color css
<style>
a { background-color: #550F2F; }
a { background-color: rgb(85,15,47); }
div.DivClassName
{
background-color: #550F2F;
}
.BgClassName
{
background-color: #550F2F;
}
</style>
border-color css
<style>
span { border-color: #550F2F; }
span { border-color: rgb(85,15,47); }
td.TdClassName
{
border-color: #550F2F;
}
.TagClassName
{
border-color: #550F2F;
}
</style>