Shades of Blackberry #501439
Tints of Blackberry #501439
RGB
CMYK
RGB Variations
Color information
#501439 (or 0x501439) is known color: Blackberry. HEX triplet: 50, 14 and 39. RGB value is (80,20,57). Sum of RGB (Red+Green+Blue) = 80+20+57=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501439 is #AFEBC6. Grayscale: #2A2A2A. Windows color (decimal): -11529159 or 3740752. OLE color: 3740752.
HSL color Cylindrical-coordinate representation of color #501439: hue angle of 323º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501439 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 57 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.69 |
| HSL | 323º | 0.6% | 0.2% | - |
| HSV(B) | 323º | 0.75% | 0.31% | - |
| XYZ | 4.3 | 2.5 | 4.13 | - |
| YUV | 42.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 57 | 0 | 0.75 | 0.29 | 0.69 | 323 | 0.6 | 0.2 |
| Hex | 50 | 14 | 39 | 0 | 4B | 1D | 45 | 143 | 3C | 14 |
| Octal | 120 | 24 | 71 | 0 | 113 | 35 | 105 | 503 | 74 | 24 |
| Binary | 1010000 | 10100 | 111001 | 0 | 1001011 | 11101 | 1000101 | 101000011 | 111100 | 10100 |
Color Harmonies of #501439
Complementary color
Monochromatic Colors of #501439
Black with #501439
Text Example
Text Example
White with #501439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501439; }
p { color: rgb(80,20,57); }
H1.HeaderClassName
{
color: #501439;
}
.AnyTagClassName
{
color: #501439;
}
</style>
background-color css
<style>
a { background-color: #501439; }
a { background-color: rgb(80,20,57); }
div.DivClassName
{
background-color: #501439;
}
.BgClassName
{
background-color: #501439;
}
</style>
border-color css
<style>
span { border-color: #501439; }
span { border-color: rgb(80,20,57); }
td.TdClassName
{
border-color: #501439;
}
.TagClassName
{
border-color: #501439;
}
</style>