Shades of Blackberry #500021
Tints of Blackberry #500021
RGB
CMYK
RGB Variations
Color information
#500021 (or 0x500021) is known color: Blackberry. HEX triplet: 50, 00 and 21. RGB value is (80,0,33). Sum of RGB (Red+Green+Blue) = 80+0+33=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500021 is #AFFFDE. Grayscale: #1B1B1B. Windows color (decimal): -11534303 or 2162768. OLE color: 2162768.
HSL color Cylindrical-coordinate representation of color #500021: hue angle of 335.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500021 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.59 | 0.69 |
| HSL | 335.25º | 1% | 0.16% | - |
| HSV(B) | 335.25º | 1% | 0.31% | - |
| XYZ | 3.58 | 1.82 | 1.6 | - |
| YUV | 27.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 33 | 0 | 1 | 0.59 | 0.69 | 335.25 | 1 | 0.16 |
| Hex | 50 | 0 | 21 | 0 | 64 | 3B | 45 | 14F | 64 | 10 |
| Octal | 120 | 0 | 41 | 0 | 144 | 73 | 105 | 517 | 144 | 20 |
| Binary | 1010000 | 0 | 100001 | 0 | 1100100 | 111011 | 1000101 | 101001111 | 1100100 | 10000 |
Color Harmonies of #500021
Complementary color
Monochromatic Colors of #500021
Black with #500021
Text Example
Text Example
White with #500021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500021; }
p { color: rgb(80,0,33); }
H1.HeaderClassName
{
color: #500021;
}
.AnyTagClassName
{
color: #500021;
}
</style>
background-color css
<style>
a { background-color: #500021; }
a { background-color: rgb(80,0,33); }
div.DivClassName
{
background-color: #500021;
}
.BgClassName
{
background-color: #500021;
}
</style>
border-color css
<style>
span { border-color: #500021; }
span { border-color: rgb(80,0,33); }
td.TdClassName
{
border-color: #500021;
}
.TagClassName
{
border-color: #500021;
}
</style>