Shades of Blackberry #511E36
Tints of Blackberry #511E36
RGB
CMYK
RGB Variations
Color information
#511E36 (or 0x511E36) is known color: Blackberry. HEX triplet: 51, 1E and 36. RGB value is (81,30,54). Sum of RGB (Red+Green+Blue) = 81+30+54=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E36 is #AEE1C9. Grayscale: #2F2F2F. Windows color (decimal): -11461066 or 3546705. OLE color: 3546705.
HSL color Cylindrical-coordinate representation of color #511E36: hue angle of 331.76º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E36 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 54 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.68 |
| HSL | 331.76º | 0.46% | 0.22% | - |
| HSV(B) | 331.76º | 0.63% | 0.32% | - |
| XYZ | 4.52 | 2.94 | 3.82 | - |
| YUV | 47.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 54 | 0 | 0.63 | 0.33 | 0.68 | 331.76 | 0.46 | 0.22 |
| Hex | 51 | 1E | 36 | 0 | 3F | 21 | 44 | 14C | 2E | 16 |
| Octal | 121 | 36 | 66 | 0 | 77 | 41 | 104 | 514 | 56 | 26 |
| Binary | 1010001 | 11110 | 110110 | 0 | 111111 | 100001 | 1000100 | 101001100 | 101110 | 10110 |
Color Harmonies of #511E36
Complementary color
Monochromatic Colors of #511E36
Black with #511E36
Text Example
Text Example
White with #511E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E36; }
p { color: rgb(81,30,54); }
H1.HeaderClassName
{
color: #511E36;
}
.AnyTagClassName
{
color: #511E36;
}
</style>
background-color css
<style>
a { background-color: #511E36; }
a { background-color: rgb(81,30,54); }
div.DivClassName
{
background-color: #511E36;
}
.BgClassName
{
background-color: #511E36;
}
</style>
border-color css
<style>
span { border-color: #511E36; }
span { border-color: rgb(81,30,54); }
td.TdClassName
{
border-color: #511E36;
}
.TagClassName
{
border-color: #511E36;
}
</style>