Shades of Blackberry #501135
Tints of Blackberry #501135
RGB
CMYK
RGB Variations
Color information
#501135 (or 0x501135) is known color: Blackberry. HEX triplet: 50, 11 and 35. RGB value is (80,17,53). Sum of RGB (Red+Green+Blue) = 80+17+53=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501135 is #AFEECA. Grayscale: #272727. Windows color (decimal): -11529931 or 3477840. OLE color: 3477840.
HSL color Cylindrical-coordinate representation of color #501135: hue angle of 325.71º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501135 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 53 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.69 |
| HSL | 325.71º | 0.65% | 0.19% | - |
| HSV(B) | 325.71º | 0.79% | 0.31% | - |
| XYZ | 4.15 | 2.36 | 3.61 | - |
| YUV | 39.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 53 | 0 | 0.79 | 0.34 | 0.69 | 325.71 | 0.65 | 0.19 |
| Hex | 50 | 11 | 35 | 0 | 4F | 22 | 45 | 146 | 41 | 13 |
| Octal | 120 | 21 | 65 | 0 | 117 | 42 | 105 | 506 | 101 | 23 |
| Binary | 1010000 | 10001 | 110101 | 0 | 1001111 | 100010 | 1000101 | 101000110 | 1000001 | 10011 |
Color Harmonies of #501135
Complementary color
Monochromatic Colors of #501135
Black with #501135
Text Example
Text Example
White with #501135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501135; }
p { color: rgb(80,17,53); }
H1.HeaderClassName
{
color: #501135;
}
.AnyTagClassName
{
color: #501135;
}
</style>
background-color css
<style>
a { background-color: #501135; }
a { background-color: rgb(80,17,53); }
div.DivClassName
{
background-color: #501135;
}
.BgClassName
{
background-color: #501135;
}
</style>
border-color css
<style>
span { border-color: #501135; }
span { border-color: rgb(80,17,53); }
td.TdClassName
{
border-color: #501135;
}
.TagClassName
{
border-color: #501135;
}
</style>