Shades of Blackberry #511637
Tints of Blackberry #511637
RGB
CMYK
RGB Variations
Color information
#511637 (or 0x511637) is known color: Blackberry. HEX triplet: 51, 16 and 37. RGB value is (81,22,55). Sum of RGB (Red+Green+Blue) = 81+22+55=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511637 is #AEE9C8. Grayscale: #2B2B2B. Windows color (decimal): -11463113 or 3610193. OLE color: 3610193.
HSL color Cylindrical-coordinate representation of color #511637: hue angle of 326.44º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511637 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 55 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.68 |
| HSL | 326.44º | 0.57% | 0.2% | - |
| HSV(B) | 326.44º | 0.73% | 0.32% | - |
| XYZ | 4.37 | 2.6 | 3.89 | - |
| YUV | 43.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 55 | 0 | 0.73 | 0.32 | 0.68 | 326.44 | 0.57 | 0.2 |
| Hex | 51 | 16 | 37 | 0 | 49 | 20 | 44 | 146 | 39 | 14 |
| Octal | 121 | 26 | 67 | 0 | 111 | 40 | 104 | 506 | 71 | 24 |
| Binary | 1010001 | 10110 | 110111 | 0 | 1001001 | 100000 | 1000100 | 101000110 | 111001 | 10100 |
Color Harmonies of #511637
Complementary color
Monochromatic Colors of #511637
Black with #511637
Text Example
Text Example
White with #511637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511637; }
p { color: rgb(81,22,55); }
H1.HeaderClassName
{
color: #511637;
}
.AnyTagClassName
{
color: #511637;
}
</style>
background-color css
<style>
a { background-color: #511637; }
a { background-color: rgb(81,22,55); }
div.DivClassName
{
background-color: #511637;
}
.BgClassName
{
background-color: #511637;
}
</style>
border-color css
<style>
span { border-color: #511637; }
span { border-color: rgb(81,22,55); }
td.TdClassName
{
border-color: #511637;
}
.TagClassName
{
border-color: #511637;
}
</style>