Shades of Blackberry #501635
Tints of Blackberry #501635
RGB
CMYK
RGB Variations
Color information
#501635 (or 0x501635) is known color: Blackberry. HEX triplet: 50, 16 and 35. RGB value is (80,22,53). Sum of RGB (Red+Green+Blue) = 80+22+53=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501635 is #AFE9CA. Grayscale: #2A2A2A. Windows color (decimal): -11528651 or 3479120. OLE color: 3479120.
HSL color Cylindrical-coordinate representation of color #501635: hue angle of 327.93º 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 #501635 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 53 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.69 |
| HSL | 327.93º | 0.57% | 0.2% | - |
| HSV(B) | 327.93º | 0.73% | 0.31% | - |
| XYZ | 4.24 | 2.54 | 3.63 | - |
| YUV | 42.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 53 | 0 | 0.72 | 0.34 | 0.69 | 327.93 | 0.57 | 0.2 |
| Hex | 50 | 16 | 35 | 0 | 48 | 22 | 45 | 148 | 39 | 14 |
| Octal | 120 | 26 | 65 | 0 | 110 | 42 | 105 | 510 | 71 | 24 |
| Binary | 1010000 | 10110 | 110101 | 0 | 1001000 | 100010 | 1000101 | 101001000 | 111001 | 10100 |
Color Harmonies of #501635
Complementary color
Monochromatic Colors of #501635
Black with #501635
Text Example
Text Example
White with #501635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501635; }
p { color: rgb(80,22,53); }
H1.HeaderClassName
{
color: #501635;
}
.AnyTagClassName
{
color: #501635;
}
</style>
background-color css
<style>
a { background-color: #501635; }
a { background-color: rgb(80,22,53); }
div.DivClassName
{
background-color: #501635;
}
.BgClassName
{
background-color: #501635;
}
</style>
border-color css
<style>
span { border-color: #501635; }
span { border-color: rgb(80,22,53); }
td.TdClassName
{
border-color: #501635;
}
.TagClassName
{
border-color: #501635;
}
</style>