Shades of Blackberry #551531
Tints of Blackberry #551531
RGB
CMYK
RGB Variations
Color information
#551531 (or 0x551531) is known color: Blackberry. HEX triplet: 55, 15 and 31. RGB value is (85,21,49). Sum of RGB (Red+Green+Blue) = 85+21+49=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551531 is #AAEACE. Grayscale: #2B2B2B. Windows color (decimal): -11201231 or 3216725. OLE color: 3216725.
HSL color Cylindrical-coordinate representation of color #551531: hue angle of 333.75º 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 #551531 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 49 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.67 |
| HSL | 333.75º | 0.6% | 0.21% | - |
| HSV(B) | 333.75º | 0.75% | 0.33% | - |
| XYZ | 4.57 | 2.69 | 3.18 | - |
| YUV | 43.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 49 | 0 | 0.75 | 0.42 | 0.67 | 333.75 | 0.6 | 0.21 |
| Hex | 55 | 15 | 31 | 0 | 4B | 2A | 43 | 14E | 3C | 15 |
| Octal | 125 | 25 | 61 | 0 | 113 | 52 | 103 | 516 | 74 | 25 |
| Binary | 1010101 | 10101 | 110001 | 0 | 1001011 | 101010 | 1000011 | 101001110 | 111100 | 10101 |
Color Harmonies of #551531
Complementary color
Monochromatic Colors of #551531
Black with #551531
Text Example
Text Example
White with #551531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551531; }
p { color: rgb(85,21,49); }
H1.HeaderClassName
{
color: #551531;
}
.AnyTagClassName
{
color: #551531;
}
</style>
background-color css
<style>
a { background-color: #551531; }
a { background-color: rgb(85,21,49); }
div.DivClassName
{
background-color: #551531;
}
.BgClassName
{
background-color: #551531;
}
</style>
border-color css
<style>
span { border-color: #551531; }
span { border-color: rgb(85,21,49); }
td.TdClassName
{
border-color: #551531;
}
.TagClassName
{
border-color: #551531;
}
</style>