Shades of Blackberry #511832
Tints of Blackberry #511832
RGB
CMYK
RGB Variations
Color information
#511832 (or 0x511832) is known color: Blackberry. HEX triplet: 51, 18 and 32. RGB value is (81,24,50). Sum of RGB (Red+Green+Blue) = 81+24+50=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511832 is #AEE7CD. Grayscale: #2B2B2B. Windows color (decimal): -11462606 or 3283025. OLE color: 3283025.
HSL color Cylindrical-coordinate representation of color #511832: hue angle of 332.63º 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 #511832 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 50 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.68 |
| HSL | 332.63º | 0.54% | 0.21% | - |
| HSV(B) | 332.63º | 0.7% | 0.32% | - |
| XYZ | 4.3 | 2.63 | 3.3 | - |
| YUV | 44.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 50 | 0 | 0.70 | 0.38 | 0.68 | 332.63 | 0.54 | 0.21 |
| Hex | 51 | 18 | 32 | 0 | 46 | 26 | 44 | 14D | 36 | 15 |
| Octal | 121 | 30 | 62 | 0 | 106 | 46 | 104 | 515 | 66 | 25 |
| Binary | 1010001 | 11000 | 110010 | 0 | 1000110 | 100110 | 1000100 | 101001101 | 110110 | 10101 |
Color Harmonies of #511832
Complementary color
Monochromatic Colors of #511832
Black with #511832
Text Example
Text Example
White with #511832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511832; }
p { color: rgb(81,24,50); }
H1.HeaderClassName
{
color: #511832;
}
.AnyTagClassName
{
color: #511832;
}
</style>
background-color css
<style>
a { background-color: #511832; }
a { background-color: rgb(81,24,50); }
div.DivClassName
{
background-color: #511832;
}
.BgClassName
{
background-color: #511832;
}
</style>
border-color css
<style>
span { border-color: #511832; }
span { border-color: rgb(81,24,50); }
td.TdClassName
{
border-color: #511832;
}
.TagClassName
{
border-color: #511832;
}
</style>