Shades of Blackberry #501039
Tints of Blackberry #501039
RGB
CMYK
RGB Variations
Color information
#501039 (or 0x501039) is known color: Blackberry. HEX triplet: 50, 10 and 39. RGB value is (80,16,57). Sum of RGB (Red+Green+Blue) = 80+16+57=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501039 is #AFEFC6. Grayscale: #272727. Windows color (decimal): -11530183 or 3739728. OLE color: 3739728.
HSL color Cylindrical-coordinate representation of color #501039: hue angle of 321.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501039 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 57 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.69 |
| HSL | 321.56º | 0.67% | 0.19% | - |
| HSV(B) | 321.56º | 0.8% | 0.31% | - |
| XYZ | 4.23 | 2.37 | 4.11 | - |
| YUV | 39.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 57 | 0 | 0.80 | 0.29 | 0.69 | 321.56 | 0.67 | 0.19 |
| Hex | 50 | 10 | 39 | 0 | 50 | 1D | 45 | 142 | 43 | 13 |
| Octal | 120 | 20 | 71 | 0 | 120 | 35 | 105 | 502 | 103 | 23 |
| Binary | 1010000 | 10000 | 111001 | 0 | 1010000 | 11101 | 1000101 | 101000010 | 1000011 | 10011 |
Color Harmonies of #501039
Complementary color
Monochromatic Colors of #501039
Black with #501039
Text Example
Text Example
White with #501039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501039; }
p { color: rgb(80,16,57); }
H1.HeaderClassName
{
color: #501039;
}
.AnyTagClassName
{
color: #501039;
}
</style>
background-color css
<style>
a { background-color: #501039; }
a { background-color: rgb(80,16,57); }
div.DivClassName
{
background-color: #501039;
}
.BgClassName
{
background-color: #501039;
}
</style>
border-color css
<style>
span { border-color: #501039; }
span { border-color: rgb(80,16,57); }
td.TdClassName
{
border-color: #501039;
}
.TagClassName
{
border-color: #501039;
}
</style>