Shades of Blackberry #551736
Tints of Blackberry #551736
RGB
CMYK
RGB Variations
Color information
#551736 (or 0x551736) is known color: Blackberry. HEX triplet: 55, 17 and 36. RGB value is (85,23,54). Sum of RGB (Red+Green+Blue) = 85+23+54=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551736 is #AAE8C9. Grayscale: #2D2D2D. Windows color (decimal): -11200714 or 3544917. OLE color: 3544917.
HSL color Cylindrical-coordinate representation of color #551736: hue angle of 330º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551736 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 54 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.67 |
| HSL | 330º | 0.57% | 0.21% | - |
| HSV(B) | 330º | 0.73% | 0.33% | - |
| XYZ | 4.72 | 2.81 | 3.78 | - |
| YUV | 45.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 54 | 0 | 0.73 | 0.36 | 0.67 | 330 | 0.57 | 0.21 |
| Hex | 55 | 17 | 36 | 0 | 49 | 24 | 43 | 14A | 39 | 15 |
| Octal | 125 | 27 | 66 | 0 | 111 | 44 | 103 | 512 | 71 | 25 |
| Binary | 1010101 | 10111 | 110110 | 0 | 1001001 | 100100 | 1000011 | 101001010 | 111001 | 10101 |
Color Harmonies of #551736
Complementary color
Monochromatic Colors of #551736
Black with #551736
Text Example
Text Example
White with #551736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551736; }
p { color: rgb(85,23,54); }
H1.HeaderClassName
{
color: #551736;
}
.AnyTagClassName
{
color: #551736;
}
</style>
background-color css
<style>
a { background-color: #551736; }
a { background-color: rgb(85,23,54); }
div.DivClassName
{
background-color: #551736;
}
.BgClassName
{
background-color: #551736;
}
</style>
border-color css
<style>
span { border-color: #551736; }
span { border-color: rgb(85,23,54); }
td.TdClassName
{
border-color: #551736;
}
.TagClassName
{
border-color: #551736;
}
</style>