Shades of Blackberry #501031
Tints of Blackberry #501031
RGB
CMYK
RGB Variations
Color information
#501031 (or 0x501031) is known color: Blackberry. HEX triplet: 50, 10 and 31. RGB value is (80,16,49). Sum of RGB (Red+Green+Blue) = 80+16+49=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #501031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501031 is #AFEFCE. Grayscale: #262626. Windows color (decimal): -11530191 or 3215440. OLE color: 3215440.
HSL color Cylindrical-coordinate representation of color #501031: hue angle of 329.06º 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 #501031 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 49 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.69 |
| HSL | 329.06º | 0.67% | 0.19% | - |
| HSV(B) | 329.06º | 0.8% | 0.31% | - |
| XYZ | 4.05 | 2.3 | 3.14 | - |
| YUV | 38.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 49 | 0 | 0.80 | 0.39 | 0.69 | 329.06 | 0.67 | 0.19 |
| Hex | 50 | 10 | 31 | 0 | 50 | 27 | 45 | 149 | 43 | 13 |
| Octal | 120 | 20 | 61 | 0 | 120 | 47 | 105 | 511 | 103 | 23 |
| Binary | 1010000 | 10000 | 110001 | 0 | 1010000 | 100111 | 1000101 | 101001001 | 1000011 | 10011 |
Color Harmonies of #501031
Complementary color
Monochromatic Colors of #501031
Black with #501031
Text Example
Text Example
White with #501031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501031; }
p { color: rgb(80,16,49); }
H1.HeaderClassName
{
color: #501031;
}
.AnyTagClassName
{
color: #501031;
}
</style>
background-color css
<style>
a { background-color: #501031; }
a { background-color: rgb(80,16,49); }
div.DivClassName
{
background-color: #501031;
}
.BgClassName
{
background-color: #501031;
}
</style>
border-color css
<style>
span { border-color: #501031; }
span { border-color: rgb(80,16,49); }
td.TdClassName
{
border-color: #501031;
}
.TagClassName
{
border-color: #501031;
}
</style>