Shades of Blackberry #511635
Tints of Blackberry #511635
RGB
CMYK
RGB Variations
Color information
#511635 (or 0x511635) is known color: Blackberry. HEX triplet: 51, 16 and 35. RGB value is (81,22,53). Sum of RGB (Red+Green+Blue) = 81+22+53=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511635 is #AEE9CA. Grayscale: #2B2B2B. Windows color (decimal): -11463115 or 3479121. OLE color: 3479121.
HSL color Cylindrical-coordinate representation of color #511635: hue angle of 328.47º 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 #511635 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 53 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.68 |
| HSL | 328.47º | 0.57% | 0.2% | - |
| HSV(B) | 328.47º | 0.73% | 0.32% | - |
| XYZ | 4.32 | 2.58 | 3.64 | - |
| YUV | 43.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 53 | 0 | 0.73 | 0.35 | 0.68 | 328.47 | 0.57 | 0.2 |
| Hex | 51 | 16 | 35 | 0 | 49 | 23 | 44 | 148 | 39 | 14 |
| Octal | 121 | 26 | 65 | 0 | 111 | 43 | 104 | 510 | 71 | 24 |
| Binary | 1010001 | 10110 | 110101 | 0 | 1001001 | 100011 | 1000100 | 101001000 | 111001 | 10100 |
Color Harmonies of #511635
Complementary color
Monochromatic Colors of #511635
Black with #511635
Text Example
Text Example
White with #511635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511635; }
p { color: rgb(81,22,53); }
H1.HeaderClassName
{
color: #511635;
}
.AnyTagClassName
{
color: #511635;
}
</style>
background-color css
<style>
a { background-color: #511635; }
a { background-color: rgb(81,22,53); }
div.DivClassName
{
background-color: #511635;
}
.BgClassName
{
background-color: #511635;
}
</style>
border-color css
<style>
span { border-color: #511635; }
span { border-color: rgb(81,22,53); }
td.TdClassName
{
border-color: #511635;
}
.TagClassName
{
border-color: #511635;
}
</style>