Shades of Blackberry #551D37
Tints of Blackberry #551D37
RGB
CMYK
RGB Variations
Color information
#551D37 (or 0x551D37) is known color: Blackberry. HEX triplet: 55, 1D and 37. RGB value is (85,29,55). Sum of RGB (Red+Green+Blue) = 85+29+55=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #551D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D37 is #AAE2C8. Grayscale: #303030. Windows color (decimal): -11199177 or 3611989. OLE color: 3611989.
HSL color Cylindrical-coordinate representation of color #551D37: hue angle of 332.14º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D37 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 55 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.67 |
| HSL | 332.14º | 0.49% | 0.22% | - |
| HSV(B) | 332.14º | 0.66% | 0.33% | - |
| XYZ | 4.88 | 3.09 | 3.95 | - |
| YUV | 48.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 55 | 0 | 0.66 | 0.35 | 0.67 | 332.14 | 0.49 | 0.22 |
| Hex | 55 | 1D | 37 | 0 | 42 | 23 | 43 | 14C | 31 | 16 |
| Octal | 125 | 35 | 67 | 0 | 102 | 43 | 103 | 514 | 61 | 26 |
| Binary | 1010101 | 11101 | 110111 | 0 | 1000010 | 100011 | 1000011 | 101001100 | 110001 | 10110 |
Color Harmonies of #551D37
Complementary color
Monochromatic Colors of #551D37
Black with #551D37
Text Example
Text Example
White with #551D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D37; }
p { color: rgb(85,29,55); }
H1.HeaderClassName
{
color: #551D37;
}
.AnyTagClassName
{
color: #551D37;
}
</style>
background-color css
<style>
a { background-color: #551D37; }
a { background-color: rgb(85,29,55); }
div.DivClassName
{
background-color: #551D37;
}
.BgClassName
{
background-color: #551D37;
}
</style>
border-color css
<style>
span { border-color: #551D37; }
span { border-color: rgb(85,29,55); }
td.TdClassName
{
border-color: #551D37;
}
.TagClassName
{
border-color: #551D37;
}
</style>