Shades of Blackberry #551234
Tints of Blackberry #551234
RGB
CMYK
RGB Variations
Color information
#551234 (or 0x551234) is known color: Blackberry. HEX triplet: 55, 12 and 34. RGB value is (85,18,52). Sum of RGB (Red+Green+Blue) = 85+18+52=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551234 is #AAEDCB. Grayscale: #292929. Windows color (decimal): -11201996 or 3412565. OLE color: 3412565.
HSL color Cylindrical-coordinate representation of color #551234: hue angle of 329.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551234 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 52 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.67 |
| HSL | 329.55º | 0.65% | 0.2% | - |
| HSV(B) | 329.55º | 0.79% | 0.33% | - |
| XYZ | 4.58 | 2.61 | 3.51 | - |
| YUV | 41.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 52 | 0 | 0.79 | 0.39 | 0.67 | 329.55 | 0.65 | 0.2 |
| Hex | 55 | 12 | 34 | 0 | 4F | 27 | 43 | 14A | 41 | 14 |
| Octal | 125 | 22 | 64 | 0 | 117 | 47 | 103 | 512 | 101 | 24 |
| Binary | 1010101 | 10010 | 110100 | 0 | 1001111 | 100111 | 1000011 | 101001010 | 1000001 | 10100 |
Color Harmonies of #551234
Complementary color
Monochromatic Colors of #551234
Black with #551234
Text Example
Text Example
White with #551234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551234; }
p { color: rgb(85,18,52); }
H1.HeaderClassName
{
color: #551234;
}
.AnyTagClassName
{
color: #551234;
}
</style>
background-color css
<style>
a { background-color: #551234; }
a { background-color: rgb(85,18,52); }
div.DivClassName
{
background-color: #551234;
}
.BgClassName
{
background-color: #551234;
}
</style>
border-color css
<style>
span { border-color: #551234; }
span { border-color: rgb(85,18,52); }
td.TdClassName
{
border-color: #551234;
}
.TagClassName
{
border-color: #551234;
}
</style>