Shades of Blackberry #551838
Tints of Blackberry #551838
RGB
CMYK
RGB Variations
Color information
#551838 (or 0x551838) is known color: Blackberry. HEX triplet: 55, 18 and 38. RGB value is (85,24,56). Sum of RGB (Red+Green+Blue) = 85+24+56=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #551838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551838 is #AAE7C7. Grayscale: #2D2D2D. Windows color (decimal): -11200456 or 3676245. OLE color: 3676245.
HSL color Cylindrical-coordinate representation of color #551838: hue angle of 328.52º 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 #551838 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 56 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.67 |
| HSL | 328.52º | 0.56% | 0.21% | - |
| HSV(B) | 328.52º | 0.72% | 0.33% | - |
| XYZ | 4.79 | 2.87 | 4.04 | - |
| YUV | 45.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 56 | 0 | 0.72 | 0.34 | 0.67 | 328.52 | 0.56 | 0.21 |
| Hex | 55 | 18 | 38 | 0 | 48 | 22 | 43 | 149 | 38 | 15 |
| Octal | 125 | 30 | 70 | 0 | 110 | 42 | 103 | 511 | 70 | 25 |
| Binary | 1010101 | 11000 | 111000 | 0 | 1001000 | 100010 | 1000011 | 101001001 | 111000 | 10101 |
Color Harmonies of #551838
Complementary color
Monochromatic Colors of #551838
Black with #551838
Text Example
Text Example
White with #551838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551838; }
p { color: rgb(85,24,56); }
H1.HeaderClassName
{
color: #551838;
}
.AnyTagClassName
{
color: #551838;
}
</style>
background-color css
<style>
a { background-color: #551838; }
a { background-color: rgb(85,24,56); }
div.DivClassName
{
background-color: #551838;
}
.BgClassName
{
background-color: #551838;
}
</style>
border-color css
<style>
span { border-color: #551838; }
span { border-color: rgb(85,24,56); }
td.TdClassName
{
border-color: #551838;
}
.TagClassName
{
border-color: #551838;
}
</style>