Shades of Blackberry #501230
Tints of Blackberry #501230
RGB
CMYK
RGB Variations
Color information
#501230 (or 0x501230) is known color: Blackberry. HEX triplet: 50, 12 and 30. RGB value is (80,18,48). Sum of RGB (Red+Green+Blue) = 80+18+48=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501230 is #AFEDCF. Grayscale: #272727. Windows color (decimal): -11529680 or 3150416. OLE color: 3150416.
HSL color Cylindrical-coordinate representation of color #501230: hue angle of 330.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501230 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 48 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.69 |
| HSL | 330.97º | 0.63% | 0.19% | - |
| HSV(B) | 330.97º | 0.78% | 0.31% | - |
| XYZ | 4.06 | 2.35 | 3.04 | - |
| YUV | 39.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 48 | 0 | 0.78 | 0.40 | 0.69 | 330.97 | 0.63 | 0.19 |
| Hex | 50 | 12 | 30 | 0 | 4E | 28 | 45 | 14B | 3F | 13 |
| Octal | 120 | 22 | 60 | 0 | 116 | 50 | 105 | 513 | 77 | 23 |
| Binary | 1010000 | 10010 | 110000 | 0 | 1001110 | 101000 | 1000101 | 101001011 | 111111 | 10011 |
Color Harmonies of #501230
Complementary color
Monochromatic Colors of #501230
Black with #501230
Text Example
Text Example
White with #501230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501230; }
p { color: rgb(80,18,48); }
H1.HeaderClassName
{
color: #501230;
}
.AnyTagClassName
{
color: #501230;
}
</style>
background-color css
<style>
a { background-color: #501230; }
a { background-color: rgb(80,18,48); }
div.DivClassName
{
background-color: #501230;
}
.BgClassName
{
background-color: #501230;
}
</style>
border-color css
<style>
span { border-color: #501230; }
span { border-color: rgb(80,18,48); }
td.TdClassName
{
border-color: #501230;
}
.TagClassName
{
border-color: #501230;
}
</style>