Shades of Blackberry #501832
Tints of Blackberry #501832
RGB
CMYK
RGB Variations
Color information
#501832 (or 0x501832) is known color: Blackberry. HEX triplet: 50, 18 and 32. RGB value is (80,24,50). Sum of RGB (Red+Green+Blue) = 80+24+50=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501832 is #AFE7CD. Grayscale: #2B2B2B. Windows color (decimal): -11528142 or 3283024. OLE color: 3283024.
HSL color Cylindrical-coordinate representation of color #501832: hue angle of 332.14º 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 #501832 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 50 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.69 |
| HSL | 332.14º | 0.54% | 0.2% | - |
| HSV(B) | 332.14º | 0.7% | 0.31% | - |
| XYZ | 4.21 | 2.59 | 3.3 | - |
| YUV | 43.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 50 | 0 | 0.70 | 0.37 | 0.69 | 332.14 | 0.54 | 0.2 |
| Hex | 50 | 18 | 32 | 0 | 46 | 25 | 45 | 14C | 36 | 14 |
| Octal | 120 | 30 | 62 | 0 | 106 | 45 | 105 | 514 | 66 | 24 |
| Binary | 1010000 | 11000 | 110010 | 0 | 1000110 | 100101 | 1000101 | 101001100 | 110110 | 10100 |
Color Harmonies of #501832
Complementary color
Monochromatic Colors of #501832
Black with #501832
Text Example
Text Example
White with #501832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501832; }
p { color: rgb(80,24,50); }
H1.HeaderClassName
{
color: #501832;
}
.AnyTagClassName
{
color: #501832;
}
</style>
background-color css
<style>
a { background-color: #501832; }
a { background-color: rgb(80,24,50); }
div.DivClassName
{
background-color: #501832;
}
.BgClassName
{
background-color: #501832;
}
</style>
border-color css
<style>
span { border-color: #501832; }
span { border-color: rgb(80,24,50); }
td.TdClassName
{
border-color: #501832;
}
.TagClassName
{
border-color: #501832;
}
</style>