Shades of Blackberry #551333
Tints of Blackberry #551333
RGB
CMYK
RGB Variations
Color information
#551333 (or 0x551333) is known color: Blackberry. HEX triplet: 55, 13 and 33. RGB value is (85,19,51). Sum of RGB (Red+Green+Blue) = 85+19+51=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551333 is #AAECCC. Grayscale: #2A2A2A. Windows color (decimal): -11201741 or 3347285. OLE color: 3347285.
HSL color Cylindrical-coordinate representation of color #551333: hue angle of 330.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551333 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 51 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.67 |
| HSL | 330.91º | 0.63% | 0.2% | - |
| HSV(B) | 330.91º | 0.78% | 0.33% | - |
| XYZ | 4.58 | 2.64 | 3.4 | - |
| YUV | 42.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 51 | 0 | 0.78 | 0.40 | 0.67 | 330.91 | 0.63 | 0.2 |
| Hex | 55 | 13 | 33 | 0 | 4E | 28 | 43 | 14B | 3F | 14 |
| Octal | 125 | 23 | 63 | 0 | 116 | 50 | 103 | 513 | 77 | 24 |
| Binary | 1010101 | 10011 | 110011 | 0 | 1001110 | 101000 | 1000011 | 101001011 | 111111 | 10100 |
Color Harmonies of #551333
Complementary color
Monochromatic Colors of #551333
Black with #551333
Text Example
Text Example
White with #551333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551333; }
p { color: rgb(85,19,51); }
H1.HeaderClassName
{
color: #551333;
}
.AnyTagClassName
{
color: #551333;
}
</style>
background-color css
<style>
a { background-color: #551333; }
a { background-color: rgb(85,19,51); }
div.DivClassName
{
background-color: #551333;
}
.BgClassName
{
background-color: #551333;
}
</style>
border-color css
<style>
span { border-color: #551333; }
span { border-color: rgb(85,19,51); }
td.TdClassName
{
border-color: #551333;
}
.TagClassName
{
border-color: #551333;
}
</style>