Shades of Blackberry #511331
Tints of Blackberry #511331
RGB
CMYK
RGB Variations
Color information
#511331 (or 0x511331) is known color: Blackberry. HEX triplet: 51, 13 and 31. RGB value is (81,19,49). Sum of RGB (Red+Green+Blue) = 81+19+49=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #511331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511331 is #AEECCE. Grayscale: #282828. Windows color (decimal): -11463887 or 3216209. OLE color: 3216209.
HSL color Cylindrical-coordinate representation of color #511331: hue angle of 330.97º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511331 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 49 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.68 |
| HSL | 330.97º | 0.62% | 0.2% | - |
| HSV(B) | 330.97º | 0.77% | 0.32% | - |
| XYZ | 4.18 | 2.44 | 3.16 | - |
| YUV | 40.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 49 | 0 | 0.77 | 0.40 | 0.68 | 330.97 | 0.62 | 0.2 |
| Hex | 51 | 13 | 31 | 0 | 4D | 28 | 44 | 14B | 3E | 14 |
| Octal | 121 | 23 | 61 | 0 | 115 | 50 | 104 | 513 | 76 | 24 |
| Binary | 1010001 | 10011 | 110001 | 0 | 1001101 | 101000 | 1000100 | 101001011 | 111110 | 10100 |
Color Harmonies of #511331
Complementary color
Monochromatic Colors of #511331
Black with #511331
Text Example
Text Example
White with #511331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511331; }
p { color: rgb(81,19,49); }
H1.HeaderClassName
{
color: #511331;
}
.AnyTagClassName
{
color: #511331;
}
</style>
background-color css
<style>
a { background-color: #511331; }
a { background-color: rgb(81,19,49); }
div.DivClassName
{
background-color: #511331;
}
.BgClassName
{
background-color: #511331;
}
</style>
border-color css
<style>
span { border-color: #511331; }
span { border-color: rgb(81,19,49); }
td.TdClassName
{
border-color: #511331;
}
.TagClassName
{
border-color: #511331;
}
</style>