Shades of Blackberry #501537
Tints of Blackberry #501537
RGB
CMYK
RGB Variations
Color information
#501537 (or 0x501537) is known color: Blackberry. HEX triplet: 50, 15 and 37. RGB value is (80,21,55). Sum of RGB (Red+Green+Blue) = 80+21+55=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501537 is #AFEAC8. Grayscale: #2A2A2A. Windows color (decimal): -11528905 or 3609936. OLE color: 3609936.
HSL color Cylindrical-coordinate representation of color #501537: hue angle of 325.42º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501537 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 55 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.69 |
| HSL | 325.42º | 0.58% | 0.2% | - |
| HSV(B) | 325.42º | 0.74% | 0.31% | - |
| XYZ | 4.27 | 2.52 | 3.88 | - |
| YUV | 42.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 55 | 0 | 0.74 | 0.31 | 0.69 | 325.42 | 0.58 | 0.2 |
| Hex | 50 | 15 | 37 | 0 | 4A | 1F | 45 | 145 | 3A | 14 |
| Octal | 120 | 25 | 67 | 0 | 112 | 37 | 105 | 505 | 72 | 24 |
| Binary | 1010000 | 10101 | 110111 | 0 | 1001010 | 11111 | 1000101 | 101000101 | 111010 | 10100 |
Color Harmonies of #501537
Complementary color
Monochromatic Colors of #501537
Black with #501537
Text Example
Text Example
White with #501537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501537; }
p { color: rgb(80,21,55); }
H1.HeaderClassName
{
color: #501537;
}
.AnyTagClassName
{
color: #501537;
}
</style>
background-color css
<style>
a { background-color: #501537; }
a { background-color: rgb(80,21,55); }
div.DivClassName
{
background-color: #501537;
}
.BgClassName
{
background-color: #501537;
}
</style>
border-color css
<style>
span { border-color: #501537; }
span { border-color: rgb(80,21,55); }
td.TdClassName
{
border-color: #501537;
}
.TagClassName
{
border-color: #501537;
}
</style>