Shades of Blackberry #550728
Tints of Blackberry #550728
RGB
CMYK
RGB Variations
Color information
#550728 (or 0x550728) is known color: Blackberry. HEX triplet: 55, 07 and 28. RGB value is (85,7,40). Sum of RGB (Red+Green+Blue) = 85+7+40=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #550728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550728 is #AAF8D7. Grayscale: #222222. Windows color (decimal): -11204824 or 2623317. OLE color: 2623317.
HSL color Cylindrical-coordinate representation of color #550728: hue angle of 334.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550728 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 40 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.67 |
| HSL | 334.62º | 0.85% | 0.18% | - |
| HSV(B) | 334.62º | 0.92% | 0.33% | - |
| XYZ | 4.21 | 2.24 | 2.22 | - |
| YUV | 34.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 40 | 0 | 0.92 | 0.53 | 0.67 | 334.62 | 0.85 | 0.18 |
| Hex | 55 | 7 | 28 | 0 | 5C | 35 | 43 | 14F | 55 | 12 |
| Octal | 125 | 7 | 50 | 0 | 134 | 65 | 103 | 517 | 125 | 22 |
| Binary | 1010101 | 111 | 101000 | 0 | 1011100 | 110101 | 1000011 | 101001111 | 1010101 | 10010 |
Color Harmonies of #550728
Complementary color
Monochromatic Colors of #550728
Black with #550728
Text Example
Text Example
White with #550728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550728; }
p { color: rgb(85,7,40); }
H1.HeaderClassName
{
color: #550728;
}
.AnyTagClassName
{
color: #550728;
}
</style>
background-color css
<style>
a { background-color: #550728; }
a { background-color: rgb(85,7,40); }
div.DivClassName
{
background-color: #550728;
}
.BgClassName
{
background-color: #550728;
}
</style>
border-color css
<style>
span { border-color: #550728; }
span { border-color: rgb(85,7,40); }
td.TdClassName
{
border-color: #550728;
}
.TagClassName
{
border-color: #550728;
}
</style>