Shades of Blackberry #501637
Tints of Blackberry #501637
RGB
CMYK
RGB Variations
Color information
#501637 (or 0x501637) is known color: Blackberry. HEX triplet: 50, 16 and 37. RGB value is (80,22,55). Sum of RGB (Red+Green+Blue) = 80+22+55=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501637 is #AFE9C8. Grayscale: #2B2B2B. Windows color (decimal): -11528649 or 3610192. OLE color: 3610192.
HSL color Cylindrical-coordinate representation of color #501637: hue angle of 325.86º 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 #501637 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 55 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.69 |
| HSL | 325.86º | 0.57% | 0.2% | - |
| HSV(B) | 325.86º | 0.73% | 0.31% | - |
| XYZ | 4.28 | 2.56 | 3.88 | - |
| YUV | 43.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 55 | 0 | 0.72 | 0.31 | 0.69 | 325.86 | 0.57 | 0.2 |
| Hex | 50 | 16 | 37 | 0 | 48 | 1F | 45 | 146 | 39 | 14 |
| Octal | 120 | 26 | 67 | 0 | 110 | 37 | 105 | 506 | 71 | 24 |
| Binary | 1010000 | 10110 | 110111 | 0 | 1001000 | 11111 | 1000101 | 101000110 | 111001 | 10100 |
Color Harmonies of #501637
Complementary color
Monochromatic Colors of #501637
Black with #501637
Text Example
Text Example
White with #501637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501637; }
p { color: rgb(80,22,55); }
H1.HeaderClassName
{
color: #501637;
}
.AnyTagClassName
{
color: #501637;
}
</style>
background-color css
<style>
a { background-color: #501637; }
a { background-color: rgb(80,22,55); }
div.DivClassName
{
background-color: #501637;
}
.BgClassName
{
background-color: #501637;
}
</style>
border-color css
<style>
span { border-color: #501637; }
span { border-color: rgb(80,22,55); }
td.TdClassName
{
border-color: #501637;
}
.TagClassName
{
border-color: #501637;
}
</style>