Shades of Blackberry #500529
Tints of Blackberry #500529
RGB
CMYK
RGB Variations
Color information
#500529 (or 0x500529) is known color: Blackberry. HEX triplet: 50, 05 and 29. RGB value is (80,5,41). Sum of RGB (Red+Green+Blue) = 80+5+41=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500529 is #AFFAD6. Grayscale: #1F1F1F. Windows color (decimal): -11533015 or 2688336. OLE color: 2688336.
HSL color Cylindrical-coordinate representation of color #500529: hue angle of 331.2º 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 #500529 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 41 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.69 |
| HSL | 331.2º | 0.88% | 0.17% | - |
| HSV(B) | 331.2º | 0.94% | 0.31% | - |
| XYZ | 3.76 | 1.97 | 2.28 | - |
| YUV | 31.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 41 | 0 | 0.94 | 0.49 | 0.69 | 331.2 | 0.88 | 0.17 |
| Hex | 50 | 5 | 29 | 0 | 5E | 31 | 45 | 14B | 58 | 11 |
| Octal | 120 | 5 | 51 | 0 | 136 | 61 | 105 | 513 | 130 | 21 |
| Binary | 1010000 | 101 | 101001 | 0 | 1011110 | 110001 | 1000101 | 101001011 | 1011000 | 10001 |
Color Harmonies of #500529
Complementary color
Monochromatic Colors of #500529
Black with #500529
Text Example
Text Example
White with #500529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500529; }
p { color: rgb(80,5,41); }
H1.HeaderClassName
{
color: #500529;
}
.AnyTagClassName
{
color: #500529;
}
</style>
background-color css
<style>
a { background-color: #500529; }
a { background-color: rgb(80,5,41); }
div.DivClassName
{
background-color: #500529;
}
.BgClassName
{
background-color: #500529;
}
</style>
border-color css
<style>
span { border-color: #500529; }
span { border-color: rgb(80,5,41); }
td.TdClassName
{
border-color: #500529;
}
.TagClassName
{
border-color: #500529;
}
</style>