Shades of Blackberry #501534
Tints of Blackberry #501534
RGB
CMYK
RGB Variations
Color information
#501534 (or 0x501534) is known color: Blackberry. HEX triplet: 50, 15 and 34. RGB value is (80,21,52). Sum of RGB (Red+Green+Blue) = 80+21+52=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501534 is #AFEACB. Grayscale: #2A2A2A. Windows color (decimal): -11528908 or 3413328. OLE color: 3413328.
HSL color Cylindrical-coordinate representation of color #501534: hue angle of 328.47º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501534 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 52 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.69 |
| HSL | 328.47º | 0.58% | 0.2% | - |
| HSV(B) | 328.47º | 0.74% | 0.31% | - |
| XYZ | 4.2 | 2.49 | 3.51 | - |
| YUV | 42.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 52 | 0 | 0.74 | 0.35 | 0.69 | 328.47 | 0.58 | 0.2 |
| Hex | 50 | 15 | 34 | 0 | 4A | 23 | 45 | 148 | 3A | 14 |
| Octal | 120 | 25 | 64 | 0 | 112 | 43 | 105 | 510 | 72 | 24 |
| Binary | 1010000 | 10101 | 110100 | 0 | 1001010 | 100011 | 1000101 | 101001000 | 111010 | 10100 |
Color Harmonies of #501534
Complementary color
Monochromatic Colors of #501534
Black with #501534
Text Example
Text Example
White with #501534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501534; }
p { color: rgb(80,21,52); }
H1.HeaderClassName
{
color: #501534;
}
.AnyTagClassName
{
color: #501534;
}
</style>
background-color css
<style>
a { background-color: #501534; }
a { background-color: rgb(80,21,52); }
div.DivClassName
{
background-color: #501534;
}
.BgClassName
{
background-color: #501534;
}
</style>
border-color css
<style>
span { border-color: #501534; }
span { border-color: rgb(80,21,52); }
td.TdClassName
{
border-color: #501534;
}
.TagClassName
{
border-color: #501534;
}
</style>