Shades of Blackberry #501535
Tints of Blackberry #501535
RGB
CMYK
RGB Variations
Color information
#501535 (or 0x501535) is known color: Blackberry. HEX triplet: 50, 15 and 35. RGB value is (80,21,53). Sum of RGB (Red+Green+Blue) = 80+21+53=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501535 is #AFEACA. Grayscale: #2A2A2A. Windows color (decimal): -11528907 or 3478864. OLE color: 3478864.
HSL color Cylindrical-coordinate representation of color #501535: hue angle of 327.46º 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 #501535 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 53 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.69 |
| HSL | 327.46º | 0.58% | 0.2% | - |
| HSV(B) | 327.46º | 0.74% | 0.31% | - |
| XYZ | 4.22 | 2.5 | 3.63 | - |
| YUV | 42.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 53 | 0 | 0.74 | 0.34 | 0.69 | 327.46 | 0.58 | 0.2 |
| Hex | 50 | 15 | 35 | 0 | 4A | 22 | 45 | 147 | 3A | 14 |
| Octal | 120 | 25 | 65 | 0 | 112 | 42 | 105 | 507 | 72 | 24 |
| Binary | 1010000 | 10101 | 110101 | 0 | 1001010 | 100010 | 1000101 | 101000111 | 111010 | 10100 |
Color Harmonies of #501535
Complementary color
Monochromatic Colors of #501535
Black with #501535
Text Example
Text Example
White with #501535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501535; }
p { color: rgb(80,21,53); }
H1.HeaderClassName
{
color: #501535;
}
.AnyTagClassName
{
color: #501535;
}
</style>
background-color css
<style>
a { background-color: #501535; }
a { background-color: rgb(80,21,53); }
div.DivClassName
{
background-color: #501535;
}
.BgClassName
{
background-color: #501535;
}
</style>
border-color css
<style>
span { border-color: #501535; }
span { border-color: rgb(80,21,53); }
td.TdClassName
{
border-color: #501535;
}
.TagClassName
{
border-color: #501535;
}
</style>