Shades of Blackberry #501636
Tints of Blackberry #501636
RGB
CMYK
RGB Variations
Color information
#501636 (or 0x501636) is known color: Blackberry. HEX triplet: 50, 16 and 36. RGB value is (80,22,54). Sum of RGB (Red+Green+Blue) = 80+22+54=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501636 is #AFE9C9. Grayscale: #2A2A2A. Windows color (decimal): -11528650 or 3544656. OLE color: 3544656.
HSL color Cylindrical-coordinate representation of color #501636: hue angle of 326.9º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501636 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 54 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.69 |
| HSL | 326.9º | 0.57% | 0.2% | - |
| HSV(B) | 326.9º | 0.73% | 0.31% | - |
| XYZ | 4.26 | 2.55 | 3.76 | - |
| YUV | 42.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 54 | 0 | 0.72 | 0.33 | 0.69 | 326.9 | 0.57 | 0.2 |
| Hex | 50 | 16 | 36 | 0 | 48 | 21 | 45 | 147 | 39 | 14 |
| Octal | 120 | 26 | 66 | 0 | 110 | 41 | 105 | 507 | 71 | 24 |
| Binary | 1010000 | 10110 | 110110 | 0 | 1001000 | 100001 | 1000101 | 101000111 | 111001 | 10100 |
Color Harmonies of #501636
Complementary color
Monochromatic Colors of #501636
Black with #501636
Text Example
Text Example
White with #501636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501636; }
p { color: rgb(80,22,54); }
H1.HeaderClassName
{
color: #501636;
}
.AnyTagClassName
{
color: #501636;
}
</style>
background-color css
<style>
a { background-color: #501636; }
a { background-color: rgb(80,22,54); }
div.DivClassName
{
background-color: #501636;
}
.BgClassName
{
background-color: #501636;
}
</style>
border-color css
<style>
span { border-color: #501636; }
span { border-color: rgb(80,22,54); }
td.TdClassName
{
border-color: #501636;
}
.TagClassName
{
border-color: #501636;
}
</style>