Shades of Blackberry #551934
Tints of Blackberry #551934
RGB
CMYK
RGB Variations
Color information
#551934 (or 0x551934) is known color: Blackberry. HEX triplet: 55, 19 and 34. RGB value is (85,25,52). Sum of RGB (Red+Green+Blue) = 85+25+52=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551934 is #AAE6CB. Grayscale: #2D2D2D. Windows color (decimal): -11200204 or 3414357. OLE color: 3414357.
HSL color Cylindrical-coordinate representation of color #551934: hue angle of 333º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551934 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 52 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.67 |
| HSL | 333º | 0.55% | 0.22% | - |
| HSV(B) | 333º | 0.71% | 0.33% | - |
| XYZ | 4.71 | 2.87 | 3.56 | - |
| YUV | 46.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 52 | 0 | 0.71 | 0.39 | 0.67 | 333 | 0.55 | 0.22 |
| Hex | 55 | 19 | 34 | 0 | 47 | 27 | 43 | 14D | 37 | 16 |
| Octal | 125 | 31 | 64 | 0 | 107 | 47 | 103 | 515 | 67 | 26 |
| Binary | 1010101 | 11001 | 110100 | 0 | 1000111 | 100111 | 1000011 | 101001101 | 110111 | 10110 |
Color Harmonies of #551934
Complementary color
Monochromatic Colors of #551934
Black with #551934
Text Example
Text Example
White with #551934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551934; }
p { color: rgb(85,25,52); }
H1.HeaderClassName
{
color: #551934;
}
.AnyTagClassName
{
color: #551934;
}
</style>
background-color css
<style>
a { background-color: #551934; }
a { background-color: rgb(85,25,52); }
div.DivClassName
{
background-color: #551934;
}
.BgClassName
{
background-color: #551934;
}
</style>
border-color css
<style>
span { border-color: #551934; }
span { border-color: rgb(85,25,52); }
td.TdClassName
{
border-color: #551934;
}
.TagClassName
{
border-color: #551934;
}
</style>