Shades of Blackberry #500221
Tints of Blackberry #500221
RGB
CMYK
RGB Variations
Color information
#500221 (or 0x500221) is known color: Blackberry. HEX triplet: 50, 02 and 21. RGB value is (80,2,33). Sum of RGB (Red+Green+Blue) = 80+2+33=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #500221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500221 is #AFFDDE. Grayscale: #1C1C1C. Windows color (decimal): -11533791 or 2163280. OLE color: 2163280.
HSL color Cylindrical-coordinate representation of color #500221: hue angle of 336.15º 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 #500221 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 33 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.69 |
| HSL | 336.15º | 0.95% | 0.16% | - |
| HSV(B) | 336.15º | 0.98% | 0.31% | - |
| XYZ | 3.6 | 1.86 | 1.61 | - |
| YUV | 28.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 33 | 0 | 0.98 | 0.59 | 0.69 | 336.15 | 0.95 | 0.16 |
| Hex | 50 | 2 | 21 | 0 | 62 | 3B | 45 | 150 | 5F | 10 |
| Octal | 120 | 2 | 41 | 0 | 142 | 73 | 105 | 520 | 137 | 20 |
| Binary | 1010000 | 10 | 100001 | 0 | 1100010 | 111011 | 1000101 | 101010000 | 1011111 | 10000 |
Color Harmonies of #500221
Complementary color
Monochromatic Colors of #500221
Black with #500221
Text Example
Text Example
White with #500221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500221; }
p { color: rgb(80,2,33); }
H1.HeaderClassName
{
color: #500221;
}
.AnyTagClassName
{
color: #500221;
}
</style>
background-color css
<style>
a { background-color: #500221; }
a { background-color: rgb(80,2,33); }
div.DivClassName
{
background-color: #500221;
}
.BgClassName
{
background-color: #500221;
}
</style>
border-color css
<style>
span { border-color: #500221; }
span { border-color: rgb(80,2,33); }
td.TdClassName
{
border-color: #500221;
}
.TagClassName
{
border-color: #500221;
}
</style>