Shades of Blackberry #500522
Tints of Blackberry #500522
RGB
CMYK
RGB Variations
Color information
#500522 (or 0x500522) is known color: Blackberry. HEX triplet: 50, 05 and 22. RGB value is (80,5,34). Sum of RGB (Red+Green+Blue) = 80+5+34=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500522 is #AFFADD. Grayscale: #1E1E1E. Windows color (decimal): -11533022 or 2229584. OLE color: 2229584.
HSL color Cylindrical-coordinate representation of color #500522: hue angle of 336.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500522 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 34 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.69 |
| HSL | 336.8º | 0.88% | 0.17% | - |
| HSV(B) | 336.8º | 0.94% | 0.31% | - |
| XYZ | 3.65 | 1.93 | 1.69 | - |
| YUV | 30.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 34 | 0 | 0.94 | 0.58 | 0.69 | 336.8 | 0.88 | 0.17 |
| Hex | 50 | 5 | 22 | 0 | 5E | 3A | 45 | 151 | 58 | 11 |
| Octal | 120 | 5 | 42 | 0 | 136 | 72 | 105 | 521 | 130 | 21 |
| Binary | 1010000 | 101 | 100010 | 0 | 1011110 | 111010 | 1000101 | 101010001 | 1011000 | 10001 |
Color Harmonies of #500522
Complementary color
Monochromatic Colors of #500522
Black with #500522
Text Example
Text Example
White with #500522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500522; }
p { color: rgb(80,5,34); }
H1.HeaderClassName
{
color: #500522;
}
.AnyTagClassName
{
color: #500522;
}
</style>
background-color css
<style>
a { background-color: #500522; }
a { background-color: rgb(80,5,34); }
div.DivClassName
{
background-color: #500522;
}
.BgClassName
{
background-color: #500522;
}
</style>
border-color css
<style>
span { border-color: #500522; }
span { border-color: rgb(80,5,34); }
td.TdClassName
{
border-color: #500522;
}
.TagClassName
{
border-color: #500522;
}
</style>