Shades of Blackberry #511132
Tints of Blackberry #511132
RGB
CMYK
RGB Variations
Color information
#511132 (or 0x511132) is known color: Blackberry. HEX triplet: 51, 11 and 32. RGB value is (81,17,50). Sum of RGB (Red+Green+Blue) = 81+17+50=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #511132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511132 is #AEEECD. Grayscale: #272727. Windows color (decimal): -11464398 or 3281233. OLE color: 3281233.
HSL color Cylindrical-coordinate representation of color #511132: hue angle of 329.06º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511132 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 50 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.68 |
| HSL | 329.06º | 0.65% | 0.19% | - |
| HSV(B) | 329.06º | 0.79% | 0.32% | - |
| XYZ | 4.17 | 2.38 | 3.26 | - |
| YUV | 39.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 50 | 0 | 0.79 | 0.38 | 0.68 | 329.06 | 0.65 | 0.19 |
| Hex | 51 | 11 | 32 | 0 | 4F | 26 | 44 | 149 | 41 | 13 |
| Octal | 121 | 21 | 62 | 0 | 117 | 46 | 104 | 511 | 101 | 23 |
| Binary | 1010001 | 10001 | 110010 | 0 | 1001111 | 100110 | 1000100 | 101001001 | 1000001 | 10011 |
Color Harmonies of #511132
Complementary color
Monochromatic Colors of #511132
Black with #511132
Text Example
Text Example
White with #511132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511132; }
p { color: rgb(81,17,50); }
H1.HeaderClassName
{
color: #511132;
}
.AnyTagClassName
{
color: #511132;
}
</style>
background-color css
<style>
a { background-color: #511132; }
a { background-color: rgb(81,17,50); }
div.DivClassName
{
background-color: #511132;
}
.BgClassName
{
background-color: #511132;
}
</style>
border-color css
<style>
span { border-color: #511132; }
span { border-color: rgb(81,17,50); }
td.TdClassName
{
border-color: #511132;
}
.TagClassName
{
border-color: #511132;
}
</style>