Shades of Blackberry #501632
Tints of Blackberry #501632
RGB
CMYK
RGB Variations
Color information
#501632 (or 0x501632) is known color: Blackberry. HEX triplet: 50, 16 and 32. RGB value is (80,22,50). Sum of RGB (Red+Green+Blue) = 80+22+50=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501632 is #AFE9CD. Grayscale: #2A2A2A. Windows color (decimal): -11528654 or 3282512. OLE color: 3282512.
HSL color Cylindrical-coordinate representation of color #501632: hue angle of 331.03º 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 #501632 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 50 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.69 |
| HSL | 331.03º | 0.57% | 0.2% | - |
| HSV(B) | 331.03º | 0.73% | 0.31% | - |
| XYZ | 4.17 | 2.51 | 3.28 | - |
| YUV | 42.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 50 | 0 | 0.72 | 0.37 | 0.69 | 331.03 | 0.57 | 0.2 |
| Hex | 50 | 16 | 32 | 0 | 48 | 25 | 45 | 14B | 39 | 14 |
| Octal | 120 | 26 | 62 | 0 | 110 | 45 | 105 | 513 | 71 | 24 |
| Binary | 1010000 | 10110 | 110010 | 0 | 1001000 | 100101 | 1000101 | 101001011 | 111001 | 10100 |
Color Harmonies of #501632
Complementary color
Monochromatic Colors of #501632
Black with #501632
Text Example
Text Example
White with #501632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501632; }
p { color: rgb(80,22,50); }
H1.HeaderClassName
{
color: #501632;
}
.AnyTagClassName
{
color: #501632;
}
</style>
background-color css
<style>
a { background-color: #501632; }
a { background-color: rgb(80,22,50); }
div.DivClassName
{
background-color: #501632;
}
.BgClassName
{
background-color: #501632;
}
</style>
border-color css
<style>
span { border-color: #501632; }
span { border-color: rgb(80,22,50); }
td.TdClassName
{
border-color: #501632;
}
.TagClassName
{
border-color: #501632;
}
</style>