Shades of Blackberry #501837
Tints of Blackberry #501837
RGB
CMYK
RGB Variations
Color information
#501837 (or 0x501837) is known color: Blackberry. HEX triplet: 50, 18 and 37. RGB value is (80,24,55). Sum of RGB (Red+Green+Blue) = 80+24+55=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501837 is #AFE7C8. Grayscale: #2C2C2C. Windows color (decimal): -11528137 or 3610704. OLE color: 3610704.
HSL color Cylindrical-coordinate representation of color #501837: hue angle of 326.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501837 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 55 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.69 |
| HSL | 326.79º | 0.54% | 0.2% | - |
| HSV(B) | 326.79º | 0.7% | 0.31% | - |
| XYZ | 4.32 | 2.63 | 3.9 | - |
| YUV | 44.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 55 | 0 | 0.70 | 0.31 | 0.69 | 326.79 | 0.54 | 0.2 |
| Hex | 50 | 18 | 37 | 0 | 46 | 1F | 45 | 147 | 36 | 14 |
| Octal | 120 | 30 | 67 | 0 | 106 | 37 | 105 | 507 | 66 | 24 |
| Binary | 1010000 | 11000 | 110111 | 0 | 1000110 | 11111 | 1000101 | 101000111 | 110110 | 10100 |
Color Harmonies of #501837
Complementary color
Monochromatic Colors of #501837
Black with #501837
Text Example
Text Example
White with #501837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501837; }
p { color: rgb(80,24,55); }
H1.HeaderClassName
{
color: #501837;
}
.AnyTagClassName
{
color: #501837;
}
</style>
background-color css
<style>
a { background-color: #501837; }
a { background-color: rgb(80,24,55); }
div.DivClassName
{
background-color: #501837;
}
.BgClassName
{
background-color: #501837;
}
</style>
border-color css
<style>
span { border-color: #501837; }
span { border-color: rgb(80,24,55); }
td.TdClassName
{
border-color: #501837;
}
.TagClassName
{
border-color: #501837;
}
</style>