Shades of Blackberry #500220
Tints of Blackberry #500220
RGB
CMYK
RGB Variations
Color information
#500220 (or 0x500220) is known color: Blackberry. HEX triplet: 50, 02 and 20. RGB value is (80,2,32). Sum of RGB (Red+Green+Blue) = 80+2+32=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #500220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500220 is #AFFDDF. Grayscale: #1C1C1C. Windows color (decimal): -11533792 or 2097744. OLE color: 2097744.
HSL color Cylindrical-coordinate representation of color #500220: hue angle of 336.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500220 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.69 |
| HSL | 336.92º | 0.95% | 0.16% | - |
| HSV(B) | 336.92º | 0.98% | 0.31% | - |
| XYZ | 3.59 | 1.85 | 1.53 | - |
| YUV | 28.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 32 | 0 | 0.98 | 0.60 | 0.69 | 336.92 | 0.95 | 0.16 |
| Hex | 50 | 2 | 20 | 0 | 62 | 3C | 45 | 151 | 5F | 10 |
| Octal | 120 | 2 | 40 | 0 | 142 | 74 | 105 | 521 | 137 | 20 |
| Binary | 1010000 | 10 | 100000 | 0 | 1100010 | 111100 | 1000101 | 101010001 | 1011111 | 10000 |
Color Harmonies of #500220
Complementary color
Monochromatic Colors of #500220
Black with #500220
Text Example
Text Example
White with #500220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500220; }
p { color: rgb(80,2,32); }
H1.HeaderClassName
{
color: #500220;
}
.AnyTagClassName
{
color: #500220;
}
</style>
background-color css
<style>
a { background-color: #500220; }
a { background-color: rgb(80,2,32); }
div.DivClassName
{
background-color: #500220;
}
.BgClassName
{
background-color: #500220;
}
</style>
border-color css
<style>
span { border-color: #500220; }
span { border-color: rgb(80,2,32); }
td.TdClassName
{
border-color: #500220;
}
.TagClassName
{
border-color: #500220;
}
</style>