Shades of Blackberry #501232
Tints of Blackberry #501232
RGB
CMYK
RGB Variations
Color information
#501232 (or 0x501232) is known color: Blackberry. HEX triplet: 50, 12 and 32. RGB value is (80,18,50). Sum of RGB (Red+Green+Blue) = 80+18+50=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501232 is #AFEDCD. Grayscale: #282828. Windows color (decimal): -11529678 or 3281488. OLE color: 3281488.
HSL color Cylindrical-coordinate representation of color #501232: hue angle of 329.03º 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 #501232 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 50 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.69 |
| HSL | 329.03º | 0.63% | 0.19% | - |
| HSV(B) | 329.03º | 0.78% | 0.31% | - |
| XYZ | 4.1 | 2.37 | 3.26 | - |
| YUV | 40.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 50 | 0 | 0.78 | 0.37 | 0.69 | 329.03 | 0.63 | 0.19 |
| Hex | 50 | 12 | 32 | 0 | 4E | 25 | 45 | 149 | 3F | 13 |
| Octal | 120 | 22 | 62 | 0 | 116 | 45 | 105 | 511 | 77 | 23 |
| Binary | 1010000 | 10010 | 110010 | 0 | 1001110 | 100101 | 1000101 | 101001001 | 111111 | 10011 |
Color Harmonies of #501232
Complementary color
Monochromatic Colors of #501232
Black with #501232
Text Example
Text Example
White with #501232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501232; }
p { color: rgb(80,18,50); }
H1.HeaderClassName
{
color: #501232;
}
.AnyTagClassName
{
color: #501232;
}
</style>
background-color css
<style>
a { background-color: #501232; }
a { background-color: rgb(80,18,50); }
div.DivClassName
{
background-color: #501232;
}
.BgClassName
{
background-color: #501232;
}
</style>
border-color css
<style>
span { border-color: #501232; }
span { border-color: rgb(80,18,50); }
td.TdClassName
{
border-color: #501232;
}
.TagClassName
{
border-color: #501232;
}
</style>