Shades of Blackberry #500525
Tints of Blackberry #500525
RGB
CMYK
RGB Variations
Color information
#500525 (or 0x500525) is known color: Blackberry. HEX triplet: 50, 05 and 25. RGB value is (80,5,37). Sum of RGB (Red+Green+Blue) = 80+5+37=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500525 is #AFFADA. Grayscale: #1F1F1F. Windows color (decimal): -11533019 or 2426192. OLE color: 2426192.
HSL color Cylindrical-coordinate representation of color #500525: hue angle of 334.4º 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 #500525 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 37 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.69 |
| HSL | 334.4º | 0.88% | 0.17% | - |
| HSV(B) | 334.4º | 0.94% | 0.31% | - |
| XYZ | 3.7 | 1.95 | 1.93 | - |
| YUV | 31.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 37 | 0 | 0.94 | 0.54 | 0.69 | 334.4 | 0.88 | 0.17 |
| Hex | 50 | 5 | 25 | 0 | 5E | 36 | 45 | 14E | 58 | 11 |
| Octal | 120 | 5 | 45 | 0 | 136 | 66 | 105 | 516 | 130 | 21 |
| Binary | 1010000 | 101 | 100101 | 0 | 1011110 | 110110 | 1000101 | 101001110 | 1011000 | 10001 |
Color Harmonies of #500525
Complementary color
Monochromatic Colors of #500525
Black with #500525
Text Example
Text Example
White with #500525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500525; }
p { color: rgb(80,5,37); }
H1.HeaderClassName
{
color: #500525;
}
.AnyTagClassName
{
color: #500525;
}
</style>
background-color css
<style>
a { background-color: #500525; }
a { background-color: rgb(80,5,37); }
div.DivClassName
{
background-color: #500525;
}
.BgClassName
{
background-color: #500525;
}
</style>
border-color css
<style>
span { border-color: #500525; }
span { border-color: rgb(80,5,37); }
td.TdClassName
{
border-color: #500525;
}
.TagClassName
{
border-color: #500525;
}
</style>