Shades of Blackberry #501235
Tints of Blackberry #501235
RGB
CMYK
RGB Variations
Color information
#501235 (or 0x501235) is known color: Blackberry. HEX triplet: 50, 12 and 35. RGB value is (80,18,53). Sum of RGB (Red+Green+Blue) = 80+18+53=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501235 is #AFEDCA. Grayscale: #282828. Windows color (decimal): -11529675 or 3478096. OLE color: 3478096.
HSL color Cylindrical-coordinate representation of color #501235: hue angle of 326.13º 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 #501235 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 53 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.69 |
| HSL | 326.13º | 0.63% | 0.19% | - |
| HSV(B) | 326.13º | 0.78% | 0.31% | - |
| XYZ | 4.17 | 2.4 | 3.61 | - |
| YUV | 40.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 53 | 0 | 0.78 | 0.34 | 0.69 | 326.13 | 0.63 | 0.19 |
| Hex | 50 | 12 | 35 | 0 | 4E | 22 | 45 | 146 | 3F | 13 |
| Octal | 120 | 22 | 65 | 0 | 116 | 42 | 105 | 506 | 77 | 23 |
| Binary | 1010000 | 10010 | 110101 | 0 | 1001110 | 100010 | 1000101 | 101000110 | 111111 | 10011 |
Color Harmonies of #501235
Complementary color
Monochromatic Colors of #501235
Black with #501235
Text Example
Text Example
White with #501235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501235; }
p { color: rgb(80,18,53); }
H1.HeaderClassName
{
color: #501235;
}
.AnyTagClassName
{
color: #501235;
}
</style>
background-color css
<style>
a { background-color: #501235; }
a { background-color: rgb(80,18,53); }
div.DivClassName
{
background-color: #501235;
}
.BgClassName
{
background-color: #501235;
}
</style>
border-color css
<style>
span { border-color: #501235; }
span { border-color: rgb(80,18,53); }
td.TdClassName
{
border-color: #501235;
}
.TagClassName
{
border-color: #501235;
}
</style>