Shades of Blackberry #501935
Tints of Blackberry #501935
RGB
CMYK
RGB Variations
Color information
#501935 (or 0x501935) is known color: Blackberry. HEX triplet: 50, 19 and 35. RGB value is (80,25,53). Sum of RGB (Red+Green+Blue) = 80+25+53=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #501935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501935 is #AFE6CA. Grayscale: #2C2C2C. Windows color (decimal): -11527883 or 3479888. OLE color: 3479888.
HSL color Cylindrical-coordinate representation of color #501935: hue angle of 329.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501935 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 53 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.69 |
| HSL | 329.45º | 0.52% | 0.21% | - |
| HSV(B) | 329.45º | 0.69% | 0.31% | - |
| XYZ | 4.3 | 2.66 | 3.65 | - |
| YUV | 44.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 53 | 0 | 0.69 | 0.34 | 0.69 | 329.45 | 0.52 | 0.21 |
| Hex | 50 | 19 | 35 | 0 | 45 | 22 | 45 | 149 | 34 | 15 |
| Octal | 120 | 31 | 65 | 0 | 105 | 42 | 105 | 511 | 64 | 25 |
| Binary | 1010000 | 11001 | 110101 | 0 | 1000101 | 100010 | 1000101 | 101001001 | 110100 | 10101 |
Color Harmonies of #501935
Complementary color
Monochromatic Colors of #501935
Black with #501935
Text Example
Text Example
White with #501935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501935; }
p { color: rgb(80,25,53); }
H1.HeaderClassName
{
color: #501935;
}
.AnyTagClassName
{
color: #501935;
}
</style>
background-color css
<style>
a { background-color: #501935; }
a { background-color: rgb(80,25,53); }
div.DivClassName
{
background-color: #501935;
}
.BgClassName
{
background-color: #501935;
}
</style>
border-color css
<style>
span { border-color: #501935; }
span { border-color: rgb(80,25,53); }
td.TdClassName
{
border-color: #501935;
}
.TagClassName
{
border-color: #501935;
}
</style>