Shades of Blackberry #501830
Tints of Blackberry #501830
RGB
CMYK
RGB Variations
Color information
#501830 (or 0x501830) is known color: Blackberry. HEX triplet: 50, 18 and 30. RGB value is (80,24,48). Sum of RGB (Red+Green+Blue) = 80+24+48=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501830 is #AFE7CF. Grayscale: #2B2B2B. Windows color (decimal): -11528144 or 3151952. OLE color: 3151952.
HSL color Cylindrical-coordinate representation of color #501830: hue angle of 334.29º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501830 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 48 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.69 |
| HSL | 334.29º | 0.54% | 0.2% | - |
| HSV(B) | 334.29º | 0.7% | 0.31% | - |
| XYZ | 4.17 | 2.57 | 3.07 | - |
| YUV | 43.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 48 | 0 | 0.70 | 0.40 | 0.69 | 334.29 | 0.54 | 0.2 |
| Hex | 50 | 18 | 30 | 0 | 46 | 28 | 45 | 14E | 36 | 14 |
| Octal | 120 | 30 | 60 | 0 | 106 | 50 | 105 | 516 | 66 | 24 |
| Binary | 1010000 | 11000 | 110000 | 0 | 1000110 | 101000 | 1000101 | 101001110 | 110110 | 10100 |
Color Harmonies of #501830
Complementary color
Monochromatic Colors of #501830
Black with #501830
Text Example
Text Example
White with #501830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501830; }
p { color: rgb(80,24,48); }
H1.HeaderClassName
{
color: #501830;
}
.AnyTagClassName
{
color: #501830;
}
</style>
background-color css
<style>
a { background-color: #501830; }
a { background-color: rgb(80,24,48); }
div.DivClassName
{
background-color: #501830;
}
.BgClassName
{
background-color: #501830;
}
</style>
border-color css
<style>
span { border-color: #501830; }
span { border-color: rgb(80,24,48); }
td.TdClassName
{
border-color: #501830;
}
.TagClassName
{
border-color: #501830;
}
</style>