Shades of Blackberry #551835
Tints of Blackberry #551835
RGB
CMYK
RGB Variations
Color information
#551835 (or 0x551835) is known color: Blackberry. HEX triplet: 55, 18 and 35. RGB value is (85,24,53). Sum of RGB (Red+Green+Blue) = 85+24+53=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551835 is #AAE7CA. Grayscale: #2D2D2D. Windows color (decimal): -11200459 or 3479637. OLE color: 3479637.
HSL color Cylindrical-coordinate representation of color #551835: hue angle of 331.48º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551835 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 53 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.67 |
| HSL | 331.48º | 0.56% | 0.21% | - |
| HSV(B) | 331.48º | 0.72% | 0.33% | - |
| XYZ | 4.72 | 2.84 | 3.67 | - |
| YUV | 45.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 53 | 0 | 0.72 | 0.38 | 0.67 | 331.48 | 0.56 | 0.21 |
| Hex | 55 | 18 | 35 | 0 | 48 | 26 | 43 | 14B | 38 | 15 |
| Octal | 125 | 30 | 65 | 0 | 110 | 46 | 103 | 513 | 70 | 25 |
| Binary | 1010101 | 11000 | 110101 | 0 | 1001000 | 100110 | 1000011 | 101001011 | 111000 | 10101 |
Color Harmonies of #551835
Complementary color
Monochromatic Colors of #551835
Black with #551835
Text Example
Text Example
White with #551835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551835; }
p { color: rgb(85,24,53); }
H1.HeaderClassName
{
color: #551835;
}
.AnyTagClassName
{
color: #551835;
}
</style>
background-color css
<style>
a { background-color: #551835; }
a { background-color: rgb(85,24,53); }
div.DivClassName
{
background-color: #551835;
}
.BgClassName
{
background-color: #551835;
}
</style>
border-color css
<style>
span { border-color: #551835; }
span { border-color: rgb(85,24,53); }
td.TdClassName
{
border-color: #551835;
}
.TagClassName
{
border-color: #551835;
}
</style>