Shades of Blackberry #501436
Tints of Blackberry #501436
RGB
CMYK
RGB Variations
Color information
#501436 (or 0x501436) is known color: Blackberry. HEX triplet: 50, 14 and 36. RGB value is (80,20,54). Sum of RGB (Red+Green+Blue) = 80+20+54=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501436 is #AFEBC9. Grayscale: #292929. Windows color (decimal): -11529162 or 3544144. OLE color: 3544144.
HSL color Cylindrical-coordinate representation of color #501436: hue angle of 326º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501436 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 54 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.69 |
| HSL | 326º | 0.6% | 0.2% | - |
| HSV(B) | 326º | 0.75% | 0.31% | - |
| XYZ | 4.22 | 2.47 | 3.74 | - |
| YUV | 41.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 54 | 0 | 0.75 | 0.33 | 0.69 | 326 | 0.6 | 0.2 |
| Hex | 50 | 14 | 36 | 0 | 4B | 21 | 45 | 146 | 3C | 14 |
| Octal | 120 | 24 | 66 | 0 | 113 | 41 | 105 | 506 | 74 | 24 |
| Binary | 1010000 | 10100 | 110110 | 0 | 1001011 | 100001 | 1000101 | 101000110 | 111100 | 10100 |
Color Harmonies of #501436
Complementary color
Monochromatic Colors of #501436
Black with #501436
Text Example
Text Example
White with #501436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501436; }
p { color: rgb(80,20,54); }
H1.HeaderClassName
{
color: #501436;
}
.AnyTagClassName
{
color: #501436;
}
</style>
background-color css
<style>
a { background-color: #501436; }
a { background-color: rgb(80,20,54); }
div.DivClassName
{
background-color: #501436;
}
.BgClassName
{
background-color: #501436;
}
</style>
border-color css
<style>
span { border-color: #501436; }
span { border-color: rgb(80,20,54); }
td.TdClassName
{
border-color: #501436;
}
.TagClassName
{
border-color: #501436;
}
</style>