Shades of Blackberry #501736
Tints of Blackberry #501736
RGB
CMYK
RGB Variations
Color information
#501736 (or 0x501736) is known color: Blackberry. HEX triplet: 50, 17 and 36. RGB value is (80,23,54). Sum of RGB (Red+Green+Blue) = 80+23+54=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501736 is #AFE8C9. Grayscale: #2B2B2B. Windows color (decimal): -11528394 or 3544912. OLE color: 3544912.
HSL color Cylindrical-coordinate representation of color #501736: hue angle of 327.37º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501736 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 54 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.69 |
| HSL | 327.37º | 0.55% | 0.2% | - |
| HSV(B) | 327.37º | 0.71% | 0.31% | - |
| XYZ | 4.28 | 2.58 | 3.76 | - |
| YUV | 43.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 54 | 0 | 0.71 | 0.33 | 0.69 | 327.37 | 0.55 | 0.2 |
| Hex | 50 | 17 | 36 | 0 | 47 | 21 | 45 | 147 | 37 | 14 |
| Octal | 120 | 27 | 66 | 0 | 107 | 41 | 105 | 507 | 67 | 24 |
| Binary | 1010000 | 10111 | 110110 | 0 | 1000111 | 100001 | 1000101 | 101000111 | 110111 | 10100 |
Color Harmonies of #501736
Complementary color
Monochromatic Colors of #501736
Black with #501736
Text Example
Text Example
White with #501736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501736; }
p { color: rgb(80,23,54); }
H1.HeaderClassName
{
color: #501736;
}
.AnyTagClassName
{
color: #501736;
}
</style>
background-color css
<style>
a { background-color: #501736; }
a { background-color: rgb(80,23,54); }
div.DivClassName
{
background-color: #501736;
}
.BgClassName
{
background-color: #501736;
}
</style>
border-color css
<style>
span { border-color: #501736; }
span { border-color: rgb(80,23,54); }
td.TdClassName
{
border-color: #501736;
}
.TagClassName
{
border-color: #501736;
}
</style>