Shades of Blackberry #501839
Tints of Blackberry #501839
RGB
CMYK
RGB Variations
Color information
#501839 (or 0x501839) is known color: Blackberry. HEX triplet: 50, 18 and 39. RGB value is (80,24,57). Sum of RGB (Red+Green+Blue) = 80+24+57=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501839 is #AFE7C6. Grayscale: #2C2C2C. Windows color (decimal): -11528135 or 3741776. OLE color: 3741776.
HSL color Cylindrical-coordinate representation of color #501839: hue angle of 324.64º 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 #501839 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 57 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.69 |
| HSL | 324.64º | 0.54% | 0.2% | - |
| HSV(B) | 324.64º | 0.7% | 0.31% | - |
| XYZ | 4.37 | 2.65 | 4.15 | - |
| YUV | 44.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 57 | 0 | 0.70 | 0.29 | 0.69 | 324.64 | 0.54 | 0.2 |
| Hex | 50 | 18 | 39 | 0 | 46 | 1D | 45 | 145 | 36 | 14 |
| Octal | 120 | 30 | 71 | 0 | 106 | 35 | 105 | 505 | 66 | 24 |
| Binary | 1010000 | 11000 | 111001 | 0 | 1000110 | 11101 | 1000101 | 101000101 | 110110 | 10100 |
Color Harmonies of #501839
Complementary color
Monochromatic Colors of #501839
Black with #501839
Text Example
Text Example
White with #501839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501839; }
p { color: rgb(80,24,57); }
H1.HeaderClassName
{
color: #501839;
}
.AnyTagClassName
{
color: #501839;
}
</style>
background-color css
<style>
a { background-color: #501839; }
a { background-color: rgb(80,24,57); }
div.DivClassName
{
background-color: #501839;
}
.BgClassName
{
background-color: #501839;
}
</style>
border-color css
<style>
span { border-color: #501839; }
span { border-color: rgb(80,24,57); }
td.TdClassName
{
border-color: #501839;
}
.TagClassName
{
border-color: #501839;
}
</style>