Shades of Blackberry #550627
Tints of Blackberry #550627
RGB
CMYK
RGB Variations
Color information
#550627 (or 0x550627) is known color: Blackberry. HEX triplet: 55, 06 and 27. RGB value is (85,6,39). Sum of RGB (Red+Green+Blue) = 85+6+39=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #550627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550627 is #AAF9D8. Grayscale: #212121. Windows color (decimal): -11205081 or 2557525. OLE color: 2557525.
HSL color Cylindrical-coordinate representation of color #550627: hue angle of 334.94º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550627 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 39 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.67 |
| HSL | 334.94º | 0.87% | 0.18% | - |
| HSV(B) | 334.94º | 0.93% | 0.33% | - |
| XYZ | 4.18 | 2.21 | 2.13 | - |
| YUV | 33.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 39 | 0 | 0.93 | 0.54 | 0.67 | 334.94 | 0.87 | 0.18 |
| Hex | 55 | 6 | 27 | 0 | 5D | 36 | 43 | 14F | 57 | 12 |
| Octal | 125 | 6 | 47 | 0 | 135 | 66 | 103 | 517 | 127 | 22 |
| Binary | 1010101 | 110 | 100111 | 0 | 1011101 | 110110 | 1000011 | 101001111 | 1010111 | 10010 |
Color Harmonies of #550627
Complementary color
Monochromatic Colors of #550627
Black with #550627
Text Example
Text Example
White with #550627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550627; }
p { color: rgb(85,6,39); }
H1.HeaderClassName
{
color: #550627;
}
.AnyTagClassName
{
color: #550627;
}
</style>
background-color css
<style>
a { background-color: #550627; }
a { background-color: rgb(85,6,39); }
div.DivClassName
{
background-color: #550627;
}
.BgClassName
{
background-color: #550627;
}
</style>
border-color css
<style>
span { border-color: #550627; }
span { border-color: rgb(85,6,39); }
td.TdClassName
{
border-color: #550627;
}
.TagClassName
{
border-color: #550627;
}
</style>