Shades of Blackberry #551638
Tints of Blackberry #551638
RGB
CMYK
RGB Variations
Color information
#551638 (or 0x551638) is known color: Blackberry. HEX triplet: 55, 16 and 38. RGB value is (85,22,56). Sum of RGB (Red+Green+Blue) = 85+22+56=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551638 is #AAE9C7. Grayscale: #2C2C2C. Windows color (decimal): -11200968 or 3675733. OLE color: 3675733.
HSL color Cylindrical-coordinate representation of color #551638: hue angle of 327.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551638 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 56 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.67 |
| HSL | 327.62º | 0.59% | 0.21% | - |
| HSV(B) | 327.62º | 0.74% | 0.33% | - |
| XYZ | 4.75 | 2.79 | 4.03 | - |
| YUV | 44.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 56 | 0 | 0.74 | 0.34 | 0.67 | 327.62 | 0.59 | 0.21 |
| Hex | 55 | 16 | 38 | 0 | 4A | 22 | 43 | 148 | 3B | 15 |
| Octal | 125 | 26 | 70 | 0 | 112 | 42 | 103 | 510 | 73 | 25 |
| Binary | 1010101 | 10110 | 111000 | 0 | 1001010 | 100010 | 1000011 | 101001000 | 111011 | 10101 |
Color Harmonies of #551638
Complementary color
Monochromatic Colors of #551638
Black with #551638
Text Example
Text Example
White with #551638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551638; }
p { color: rgb(85,22,56); }
H1.HeaderClassName
{
color: #551638;
}
.AnyTagClassName
{
color: #551638;
}
</style>
background-color css
<style>
a { background-color: #551638; }
a { background-color: rgb(85,22,56); }
div.DivClassName
{
background-color: #551638;
}
.BgClassName
{
background-color: #551638;
}
</style>
border-color css
<style>
span { border-color: #551638; }
span { border-color: rgb(85,22,56); }
td.TdClassName
{
border-color: #551638;
}
.TagClassName
{
border-color: #551638;
}
</style>