Shades of Blackberry #500120
Tints of Blackberry #500120
RGB
CMYK
RGB Variations
Color information
#500120 (or 0x500120) is known color: Blackberry. HEX triplet: 50, 01 and 20. RGB value is (80,1,32). Sum of RGB (Red+Green+Blue) = 80+1+32=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500120 is #AFFEDF. Grayscale: #1C1C1C. Windows color (decimal): -11534048 or 2097488. OLE color: 2097488.
HSL color Cylindrical-coordinate representation of color #500120: hue angle of 336.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500120 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.69 |
| HSL | 336.46º | 0.98% | 0.16% | - |
| HSV(B) | 336.46º | 0.99% | 0.31% | - |
| XYZ | 3.58 | 1.83 | 1.53 | - |
| YUV | 28.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 32 | 0 | 0.99 | 0.60 | 0.69 | 336.46 | 0.98 | 0.16 |
| Hex | 50 | 1 | 20 | 0 | 63 | 3C | 45 | 150 | 62 | 10 |
| Octal | 120 | 1 | 40 | 0 | 143 | 74 | 105 | 520 | 142 | 20 |
| Binary | 1010000 | 1 | 100000 | 0 | 1100011 | 111100 | 1000101 | 101010000 | 1100010 | 10000 |
Color Harmonies of #500120
Complementary color
Monochromatic Colors of #500120
Black with #500120
Text Example
Text Example
White with #500120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500120; }
p { color: rgb(80,1,32); }
H1.HeaderClassName
{
color: #500120;
}
.AnyTagClassName
{
color: #500120;
}
</style>
background-color css
<style>
a { background-color: #500120; }
a { background-color: rgb(80,1,32); }
div.DivClassName
{
background-color: #500120;
}
.BgClassName
{
background-color: #500120;
}
</style>
border-color css
<style>
span { border-color: #500120; }
span { border-color: rgb(80,1,32); }
td.TdClassName
{
border-color: #500120;
}
.TagClassName
{
border-color: #500120;
}
</style>