Shades of Blackberry #551035
Tints of Blackberry #551035
RGB
CMYK
RGB Variations
Color information
#551035 (or 0x551035) is known color: Blackberry. HEX triplet: 55, 10 and 35. RGB value is (85,16,53). Sum of RGB (Red+Green+Blue) = 85+16+53=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551035 is #AAEFCA. Grayscale: #282828. Windows color (decimal): -11202507 or 3477589. OLE color: 3477589.
HSL color Cylindrical-coordinate representation of color #551035: hue angle of 327.83º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551035 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 53 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.67 |
| HSL | 327.83º | 0.68% | 0.2% | - |
| HSV(B) | 327.83º | 0.81% | 0.33% | - |
| XYZ | 4.57 | 2.56 | 3.62 | - |
| YUV | 40.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 53 | 0 | 0.81 | 0.38 | 0.67 | 327.83 | 0.68 | 0.2 |
| Hex | 55 | 10 | 35 | 0 | 51 | 26 | 43 | 148 | 44 | 14 |
| Octal | 125 | 20 | 65 | 0 | 121 | 46 | 103 | 510 | 104 | 24 |
| Binary | 1010101 | 10000 | 110101 | 0 | 1010001 | 100110 | 1000011 | 101001000 | 1000100 | 10100 |
Color Harmonies of #551035
Complementary color
Monochromatic Colors of #551035
Black with #551035
Text Example
Text Example
White with #551035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551035; }
p { color: rgb(85,16,53); }
H1.HeaderClassName
{
color: #551035;
}
.AnyTagClassName
{
color: #551035;
}
</style>
background-color css
<style>
a { background-color: #551035; }
a { background-color: rgb(85,16,53); }
div.DivClassName
{
background-color: #551035;
}
.BgClassName
{
background-color: #551035;
}
</style>
border-color css
<style>
span { border-color: #551035; }
span { border-color: rgb(85,16,53); }
td.TdClassName
{
border-color: #551035;
}
.TagClassName
{
border-color: #551035;
}
</style>