Shades of Blackberry #511736
Tints of Blackberry #511736
RGB
CMYK
RGB Variations
Color information
#511736 (or 0x511736) is known color: Blackberry. HEX triplet: 51, 17 and 36. RGB value is (81,23,54). Sum of RGB (Red+Green+Blue) = 81+23+54=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511736 is #AEE8C9. Grayscale: #2B2B2B. Windows color (decimal): -11462858 or 3544913. OLE color: 3544913.
HSL color Cylindrical-coordinate representation of color #511736: hue angle of 327.93º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511736 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 54 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.68 |
| HSL | 327.93º | 0.56% | 0.2% | - |
| HSV(B) | 327.93º | 0.72% | 0.32% | - |
| XYZ | 4.37 | 2.63 | 3.77 | - |
| YUV | 43.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 54 | 0 | 0.72 | 0.33 | 0.68 | 327.93 | 0.56 | 0.2 |
| Hex | 51 | 17 | 36 | 0 | 48 | 21 | 44 | 148 | 38 | 14 |
| Octal | 121 | 27 | 66 | 0 | 110 | 41 | 104 | 510 | 70 | 24 |
| Binary | 1010001 | 10111 | 110110 | 0 | 1001000 | 100001 | 1000100 | 101001000 | 111000 | 10100 |
Color Harmonies of #511736
Complementary color
Monochromatic Colors of #511736
Black with #511736
Text Example
Text Example
White with #511736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511736; }
p { color: rgb(81,23,54); }
H1.HeaderClassName
{
color: #511736;
}
.AnyTagClassName
{
color: #511736;
}
</style>
background-color css
<style>
a { background-color: #511736; }
a { background-color: rgb(81,23,54); }
div.DivClassName
{
background-color: #511736;
}
.BgClassName
{
background-color: #511736;
}
</style>
border-color css
<style>
span { border-color: #511736; }
span { border-color: rgb(81,23,54); }
td.TdClassName
{
border-color: #511736;
}
.TagClassName
{
border-color: #511736;
}
</style>