Shades of Blackberry #500824
Tints of Blackberry #500824
RGB
CMYK
RGB Variations
Color information
#500824 (or 0x500824) is known color: Blackberry. HEX triplet: 50, 08 and 24. RGB value is (80,8,36). Sum of RGB (Red+Green+Blue) = 80+8+36=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500824 is #AFF7DB. Grayscale: #202020. Windows color (decimal): -11532252 or 2361424. OLE color: 2361424.
HSL color Cylindrical-coordinate representation of color #500824: hue angle of 336.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500824 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 36 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.69 |
| HSL | 336.67º | 0.82% | 0.17% | - |
| HSV(B) | 336.67º | 0.9% | 0.31% | - |
| XYZ | 3.71 | 2.01 | 1.86 | - |
| YUV | 32.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 36 | 0 | 0.90 | 0.55 | 0.69 | 336.67 | 0.82 | 0.17 |
| Hex | 50 | 8 | 24 | 0 | 5A | 37 | 45 | 151 | 52 | 11 |
| Octal | 120 | 10 | 44 | 0 | 132 | 67 | 105 | 521 | 122 | 21 |
| Binary | 1010000 | 1000 | 100100 | 0 | 1011010 | 110111 | 1000101 | 101010001 | 1010010 | 10001 |
Color Harmonies of #500824
Complementary color
Monochromatic Colors of #500824
Black with #500824
Text Example
Text Example
White with #500824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500824; }
p { color: rgb(80,8,36); }
H1.HeaderClassName
{
color: #500824;
}
.AnyTagClassName
{
color: #500824;
}
</style>
background-color css
<style>
a { background-color: #500824; }
a { background-color: rgb(80,8,36); }
div.DivClassName
{
background-color: #500824;
}
.BgClassName
{
background-color: #500824;
}
</style>
border-color css
<style>
span { border-color: #500824; }
span { border-color: rgb(80,8,36); }
td.TdClassName
{
border-color: #500824;
}
.TagClassName
{
border-color: #500824;
}
</style>