Shades of Blackberry #500836
Tints of Blackberry #500836
RGB
CMYK
RGB Variations
Color information
#500836 (or 0x500836) is known color: Blackberry. HEX triplet: 50, 08 and 36. RGB value is (80,8,54). Sum of RGB (Red+Green+Blue) = 80+8+54=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #500836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500836 is #AFF7C9. Grayscale: #222222. Windows color (decimal): -11532234 or 3541072. OLE color: 3541072.
HSL color Cylindrical-coordinate representation of color #500836: hue angle of 321.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 #500836 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 54 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.69 |
| HSL | 321.67º | 0.82% | 0.17% | - |
| HSV(B) | 321.67º | 0.9% | 0.31% | - |
| XYZ | 4.06 | 2.15 | 3.69 | - |
| YUV | 34.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 54 | 0 | 0.90 | 0.33 | 0.69 | 321.67 | 0.82 | 0.17 |
| Hex | 50 | 8 | 36 | 0 | 5A | 21 | 45 | 142 | 52 | 11 |
| Octal | 120 | 10 | 66 | 0 | 132 | 41 | 105 | 502 | 122 | 21 |
| Binary | 1010000 | 1000 | 110110 | 0 | 1011010 | 100001 | 1000101 | 101000010 | 1010010 | 10001 |
Color Harmonies of #500836
Complementary color
Monochromatic Colors of #500836
Black with #500836
Text Example
Text Example
White with #500836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500836; }
p { color: rgb(80,8,54); }
H1.HeaderClassName
{
color: #500836;
}
.AnyTagClassName
{
color: #500836;
}
</style>
background-color css
<style>
a { background-color: #500836; }
a { background-color: rgb(80,8,54); }
div.DivClassName
{
background-color: #500836;
}
.BgClassName
{
background-color: #500836;
}
</style>
border-color css
<style>
span { border-color: #500836; }
span { border-color: rgb(80,8,54); }
td.TdClassName
{
border-color: #500836;
}
.TagClassName
{
border-color: #500836;
}
</style>