Shades of Blackberry #500526
Tints of Blackberry #500526
RGB
CMYK
RGB Variations
Color information
#500526 (or 0x500526) is known color: Blackberry. HEX triplet: 50, 05 and 26. RGB value is (80,5,38). Sum of RGB (Red+Green+Blue) = 80+5+38=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500526 is #AFFAD9. Grayscale: #1F1F1F. Windows color (decimal): -11533018 or 2491728. OLE color: 2491728.
HSL color Cylindrical-coordinate representation of color #500526: hue angle of 333.6º 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 #500526 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 38 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.69 |
| HSL | 333.6º | 0.88% | 0.17% | - |
| HSV(B) | 333.6º | 0.94% | 0.31% | - |
| XYZ | 3.71 | 1.95 | 2.02 | - |
| YUV | 31.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 38 | 0 | 0.94 | 0.52 | 0.69 | 333.6 | 0.88 | 0.17 |
| Hex | 50 | 5 | 26 | 0 | 5E | 34 | 45 | 14E | 58 | 11 |
| Octal | 120 | 5 | 46 | 0 | 136 | 64 | 105 | 516 | 130 | 21 |
| Binary | 1010000 | 101 | 100110 | 0 | 1011110 | 110100 | 1000101 | 101001110 | 1011000 | 10001 |
Color Harmonies of #500526
Complementary color
Monochromatic Colors of #500526
Black with #500526
Text Example
Text Example
White with #500526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500526; }
p { color: rgb(80,5,38); }
H1.HeaderClassName
{
color: #500526;
}
.AnyTagClassName
{
color: #500526;
}
</style>
background-color css
<style>
a { background-color: #500526; }
a { background-color: rgb(80,5,38); }
div.DivClassName
{
background-color: #500526;
}
.BgClassName
{
background-color: #500526;
}
</style>
border-color css
<style>
span { border-color: #500526; }
span { border-color: rgb(80,5,38); }
td.TdClassName
{
border-color: #500526;
}
.TagClassName
{
border-color: #500526;
}
</style>