Shades of Blackberry #551430
Tints of Blackberry #551430
RGB
CMYK
RGB Variations
Color information
#551430 (or 0x551430) is known color: Blackberry. HEX triplet: 55, 14 and 30. RGB value is (85,20,48). Sum of RGB (Red+Green+Blue) = 85+20+48=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551430 is #AAEBCF. Grayscale: #2A2A2A. Windows color (decimal): -11201488 or 3150933. OLE color: 3150933.
HSL color Cylindrical-coordinate representation of color #551430: hue angle of 334.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551430 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 48 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.67 |
| HSL | 334.15º | 0.62% | 0.21% | - |
| HSV(B) | 334.15º | 0.76% | 0.33% | - |
| XYZ | 4.53 | 2.65 | 3.07 | - |
| YUV | 42.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 48 | 0 | 0.76 | 0.44 | 0.67 | 334.15 | 0.62 | 0.21 |
| Hex | 55 | 14 | 30 | 0 | 4C | 2C | 43 | 14E | 3E | 15 |
| Octal | 125 | 24 | 60 | 0 | 114 | 54 | 103 | 516 | 76 | 25 |
| Binary | 1010101 | 10100 | 110000 | 0 | 1001100 | 101100 | 1000011 | 101001110 | 111110 | 10101 |
Color Harmonies of #551430
Complementary color
Monochromatic Colors of #551430
Black with #551430
Text Example
Text Example
White with #551430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551430; }
p { color: rgb(85,20,48); }
H1.HeaderClassName
{
color: #551430;
}
.AnyTagClassName
{
color: #551430;
}
</style>
background-color css
<style>
a { background-color: #551430; }
a { background-color: rgb(85,20,48); }
div.DivClassName
{
background-color: #551430;
}
.BgClassName
{
background-color: #551430;
}
</style>
border-color css
<style>
span { border-color: #551430; }
span { border-color: rgb(85,20,48); }
td.TdClassName
{
border-color: #551430;
}
.TagClassName
{
border-color: #551430;
}
</style>