Shades of Blackberry #551832
Tints of Blackberry #551832
RGB
CMYK
RGB Variations
Color information
#551832 (or 0x551832) is known color: Blackberry. HEX triplet: 55, 18 and 32. RGB value is (85,24,50). Sum of RGB (Red+Green+Blue) = 85+24+50=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551832 is #AAE7CD. Grayscale: #2D2D2D. Windows color (decimal): -11200462 or 3283029. OLE color: 3283029.
HSL color Cylindrical-coordinate representation of color #551832: hue angle of 334.43º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551832 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 50 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.67 |
| HSL | 334.43º | 0.56% | 0.21% | - |
| HSV(B) | 334.43º | 0.72% | 0.33% | - |
| XYZ | 4.65 | 2.81 | 3.32 | - |
| YUV | 45.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 50 | 0 | 0.72 | 0.41 | 0.67 | 334.43 | 0.56 | 0.21 |
| Hex | 55 | 18 | 32 | 0 | 48 | 29 | 43 | 14E | 38 | 15 |
| Octal | 125 | 30 | 62 | 0 | 110 | 51 | 103 | 516 | 70 | 25 |
| Binary | 1010101 | 11000 | 110010 | 0 | 1001000 | 101001 | 1000011 | 101001110 | 111000 | 10101 |
Color Harmonies of #551832
Complementary color
Monochromatic Colors of #551832
Black with #551832
Text Example
Text Example
White with #551832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551832; }
p { color: rgb(85,24,50); }
H1.HeaderClassName
{
color: #551832;
}
.AnyTagClassName
{
color: #551832;
}
</style>
background-color css
<style>
a { background-color: #551832; }
a { background-color: rgb(85,24,50); }
div.DivClassName
{
background-color: #551832;
}
.BgClassName
{
background-color: #551832;
}
</style>
border-color css
<style>
span { border-color: #551832; }
span { border-color: rgb(85,24,50); }
td.TdClassName
{
border-color: #551832;
}
.TagClassName
{
border-color: #551832;
}
</style>