Shades of Blackberry #551538
Tints of Blackberry #551538
RGB
CMYK
RGB Variations
Color information
#551538 (or 0x551538) is known color: Blackberry. HEX triplet: 55, 15 and 38. RGB value is (85,21,56). Sum of RGB (Red+Green+Blue) = 85+21+56=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551538 is #AAEAC7. Grayscale: #2C2C2C. Windows color (decimal): -11201224 or 3675477. OLE color: 3675477.
HSL color Cylindrical-coordinate representation of color #551538: hue angle of 327.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551538 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 56 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.67 |
| HSL | 327.19º | 0.6% | 0.21% | - |
| HSV(B) | 327.19º | 0.75% | 0.33% | - |
| XYZ | 4.73 | 2.75 | 4.02 | - |
| YUV | 44.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 56 | 0 | 0.75 | 0.34 | 0.67 | 327.19 | 0.6 | 0.21 |
| Hex | 55 | 15 | 38 | 0 | 4B | 22 | 43 | 147 | 3C | 15 |
| Octal | 125 | 25 | 70 | 0 | 113 | 42 | 103 | 507 | 74 | 25 |
| Binary | 1010101 | 10101 | 111000 | 0 | 1001011 | 100010 | 1000011 | 101000111 | 111100 | 10101 |
Color Harmonies of #551538
Complementary color
Monochromatic Colors of #551538
Black with #551538
Text Example
Text Example
White with #551538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551538; }
p { color: rgb(85,21,56); }
H1.HeaderClassName
{
color: #551538;
}
.AnyTagClassName
{
color: #551538;
}
</style>
background-color css
<style>
a { background-color: #551538; }
a { background-color: rgb(85,21,56); }
div.DivClassName
{
background-color: #551538;
}
.BgClassName
{
background-color: #551538;
}
</style>
border-color css
<style>
span { border-color: #551538; }
span { border-color: rgb(85,21,56); }
td.TdClassName
{
border-color: #551538;
}
.TagClassName
{
border-color: #551538;
}
</style>