Shades of Blackberry #500528
Tints of Blackberry #500528
RGB
CMYK
RGB Variations
Color information
#500528 (or 0x500528) is known color: Blackberry. HEX triplet: 50, 05 and 28. RGB value is (80,5,40). Sum of RGB (Red+Green+Blue) = 80+5+40=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #500528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500528 is #AFFAD7. Grayscale: #1F1F1F. Windows color (decimal): -11533016 or 2622800. OLE color: 2622800.
HSL color Cylindrical-coordinate representation of color #500528: hue angle of 332º 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 #500528 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 40 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.69 |
| HSL | 332º | 0.88% | 0.17% | - |
| HSV(B) | 332º | 0.94% | 0.31% | - |
| XYZ | 3.75 | 1.97 | 2.19 | - |
| YUV | 31.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 40 | 0 | 0.94 | 0.5 | 0.69 | 332 | 0.88 | 0.17 |
| Hex | 50 | 5 | 28 | 0 | 5E | 32 | 45 | 14C | 58 | 11 |
| Octal | 120 | 5 | 50 | 0 | 136 | 62 | 105 | 514 | 130 | 21 |
| Binary | 1010000 | 101 | 101000 | 0 | 1011110 | 110010 | 1000101 | 101001100 | 1011000 | 10001 |
Color Harmonies of #500528
Complementary color
Monochromatic Colors of #500528
Black with #500528
Text Example
Text Example
White with #500528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500528; }
p { color: rgb(80,5,40); }
H1.HeaderClassName
{
color: #500528;
}
.AnyTagClassName
{
color: #500528;
}
</style>
background-color css
<style>
a { background-color: #500528; }
a { background-color: rgb(80,5,40); }
div.DivClassName
{
background-color: #500528;
}
.BgClassName
{
background-color: #500528;
}
</style>
border-color css
<style>
span { border-color: #500528; }
span { border-color: rgb(80,5,40); }
td.TdClassName
{
border-color: #500528;
}
.TagClassName
{
border-color: #500528;
}
</style>