Shades of Blackberry #511839
Tints of Blackberry #511839
RGB
CMYK
RGB Variations
Color information
#511839 (or 0x511839) is known color: Blackberry. HEX triplet: 51, 18 and 39. RGB value is (81,24,57). Sum of RGB (Red+Green+Blue) = 81+24+57=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511839 is #AEE7C6. Grayscale: #2C2C2C. Windows color (decimal): -11462599 or 3741777. OLE color: 3741777.
HSL color Cylindrical-coordinate representation of color #511839: hue angle of 325.26º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511839 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 57 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.68 |
| HSL | 325.26º | 0.54% | 0.21% | - |
| HSV(B) | 325.26º | 0.7% | 0.32% | - |
| XYZ | 4.46 | 2.7 | 4.16 | - |
| YUV | 44.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 57 | 0 | 0.70 | 0.30 | 0.68 | 325.26 | 0.54 | 0.21 |
| Hex | 51 | 18 | 39 | 0 | 46 | 1E | 44 | 145 | 36 | 15 |
| Octal | 121 | 30 | 71 | 0 | 106 | 36 | 104 | 505 | 66 | 25 |
| Binary | 1010001 | 11000 | 111001 | 0 | 1000110 | 11110 | 1000100 | 101000101 | 110110 | 10101 |
Color Harmonies of #511839
Complementary color
Monochromatic Colors of #511839
Black with #511839
Text Example
Text Example
White with #511839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511839; }
p { color: rgb(81,24,57); }
H1.HeaderClassName
{
color: #511839;
}
.AnyTagClassName
{
color: #511839;
}
</style>
background-color css
<style>
a { background-color: #511839; }
a { background-color: rgb(81,24,57); }
div.DivClassName
{
background-color: #511839;
}
.BgClassName
{
background-color: #511839;
}
</style>
border-color css
<style>
span { border-color: #511839; }
span { border-color: rgb(81,24,57); }
td.TdClassName
{
border-color: #511839;
}
.TagClassName
{
border-color: #511839;
}
</style>