Shades of Blackberry #501332
Tints of Blackberry #501332
RGB
CMYK
RGB Variations
Color information
#501332 (or 0x501332) is known color: Blackberry. HEX triplet: 50, 13 and 32. RGB value is (80,19,50). Sum of RGB (Red+Green+Blue) = 80+19+50=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501332 is #AFECCD. Grayscale: #282828. Windows color (decimal): -11529422 or 3281744. OLE color: 3281744.
HSL color Cylindrical-coordinate representation of color #501332: hue angle of 329.51º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501332 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 50 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.69 |
| HSL | 329.51º | 0.62% | 0.19% | - |
| HSV(B) | 329.51º | 0.76% | 0.31% | - |
| XYZ | 4.12 | 2.4 | 3.26 | - |
| YUV | 40.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 50 | 0 | 0.76 | 0.37 | 0.69 | 329.51 | 0.62 | 0.19 |
| Hex | 50 | 13 | 32 | 0 | 4C | 25 | 45 | 14A | 3E | 13 |
| Octal | 120 | 23 | 62 | 0 | 114 | 45 | 105 | 512 | 76 | 23 |
| Binary | 1010000 | 10011 | 110010 | 0 | 1001100 | 100101 | 1000101 | 101001010 | 111110 | 10011 |
Color Harmonies of #501332
Complementary color
Monochromatic Colors of #501332
Black with #501332
Text Example
Text Example
White with #501332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501332; }
p { color: rgb(80,19,50); }
H1.HeaderClassName
{
color: #501332;
}
.AnyTagClassName
{
color: #501332;
}
</style>
background-color css
<style>
a { background-color: #501332; }
a { background-color: rgb(80,19,50); }
div.DivClassName
{
background-color: #501332;
}
.BgClassName
{
background-color: #501332;
}
</style>
border-color css
<style>
span { border-color: #501332; }
span { border-color: rgb(80,19,50); }
td.TdClassName
{
border-color: #501332;
}
.TagClassName
{
border-color: #501332;
}
</style>