Shades of Blackberry #501435
Tints of Blackberry #501435
RGB
CMYK
RGB Variations
Color information
#501435 (or 0x501435) is known color: Blackberry. HEX triplet: 50, 14 and 35. RGB value is (80,20,53). Sum of RGB (Red+Green+Blue) = 80+20+53=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501435 is #AFEBCA. Grayscale: #292929. Windows color (decimal): -11529163 or 3478608. OLE color: 3478608.
HSL color Cylindrical-coordinate representation of color #501435: hue angle of 327º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501435 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 53 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.69 |
| HSL | 327º | 0.6% | 0.2% | - |
| HSV(B) | 327º | 0.75% | 0.31% | - |
| XYZ | 4.2 | 2.46 | 3.62 | - |
| YUV | 41.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 53 | 0 | 0.75 | 0.34 | 0.69 | 327 | 0.6 | 0.2 |
| Hex | 50 | 14 | 35 | 0 | 4B | 22 | 45 | 147 | 3C | 14 |
| Octal | 120 | 24 | 65 | 0 | 113 | 42 | 105 | 507 | 74 | 24 |
| Binary | 1010000 | 10100 | 110101 | 0 | 1001011 | 100010 | 1000101 | 101000111 | 111100 | 10100 |
Color Harmonies of #501435
Complementary color
Monochromatic Colors of #501435
Black with #501435
Text Example
Text Example
White with #501435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501435; }
p { color: rgb(80,20,53); }
H1.HeaderClassName
{
color: #501435;
}
.AnyTagClassName
{
color: #501435;
}
</style>
background-color css
<style>
a { background-color: #501435; }
a { background-color: rgb(80,20,53); }
div.DivClassName
{
background-color: #501435;
}
.BgClassName
{
background-color: #501435;
}
</style>
border-color css
<style>
span { border-color: #501435; }
span { border-color: rgb(80,20,53); }
td.TdClassName
{
border-color: #501435;
}
.TagClassName
{
border-color: #501435;
}
</style>