Shades of Blackberry #500830
Tints of Blackberry #500830
RGB
CMYK
RGB Variations
Color information
#500830 (or 0x500830) is known color: Blackberry. HEX triplet: 50, 08 and 30. RGB value is (80,8,48). Sum of RGB (Red+Green+Blue) = 80+8+48=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500830 is #AFF7CF. Grayscale: #222222. Windows color (decimal): -11532240 or 3147856. OLE color: 3147856.
HSL color Cylindrical-coordinate representation of color #500830: hue angle of 326.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 #500830 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 48 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.69 |
| HSL | 326.67º | 0.82% | 0.17% | - |
| HSV(B) | 326.67º | 0.9% | 0.31% | - |
| XYZ | 3.93 | 2.09 | 2.99 | - |
| YUV | 34.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 48 | 0 | 0.90 | 0.40 | 0.69 | 326.67 | 0.82 | 0.17 |
| Hex | 50 | 8 | 30 | 0 | 5A | 28 | 45 | 147 | 52 | 11 |
| Octal | 120 | 10 | 60 | 0 | 132 | 50 | 105 | 507 | 122 | 21 |
| Binary | 1010000 | 1000 | 110000 | 0 | 1011010 | 101000 | 1000101 | 101000111 | 1010010 | 10001 |
Color Harmonies of #500830
Complementary color
Monochromatic Colors of #500830
Black with #500830
Text Example
Text Example
White with #500830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500830; }
p { color: rgb(80,8,48); }
H1.HeaderClassName
{
color: #500830;
}
.AnyTagClassName
{
color: #500830;
}
</style>
background-color css
<style>
a { background-color: #500830; }
a { background-color: rgb(80,8,48); }
div.DivClassName
{
background-color: #500830;
}
.BgClassName
{
background-color: #500830;
}
</style>
border-color css
<style>
span { border-color: #500830; }
span { border-color: rgb(80,8,48); }
td.TdClassName
{
border-color: #500830;
}
.TagClassName
{
border-color: #500830;
}
</style>