Shades of Blackberry #501634
Tints of Blackberry #501634
RGB
CMYK
RGB Variations
Color information
#501634 (or 0x501634) is known color: Blackberry. HEX triplet: 50, 16 and 34. RGB value is (80,22,52). Sum of RGB (Red+Green+Blue) = 80+22+52=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501634 is #AFE9CB. Grayscale: #2A2A2A. Windows color (decimal): -11528652 or 3413584. OLE color: 3413584.
HSL color Cylindrical-coordinate representation of color #501634: hue angle of 328.97º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501634 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 52 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.69 |
| HSL | 328.97º | 0.57% | 0.2% | - |
| HSV(B) | 328.97º | 0.73% | 0.31% | - |
| XYZ | 4.22 | 2.53 | 3.51 | - |
| YUV | 42.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 52 | 0 | 0.72 | 0.35 | 0.69 | 328.97 | 0.57 | 0.2 |
| Hex | 50 | 16 | 34 | 0 | 48 | 23 | 45 | 149 | 39 | 14 |
| Octal | 120 | 26 | 64 | 0 | 110 | 43 | 105 | 511 | 71 | 24 |
| Binary | 1010000 | 10110 | 110100 | 0 | 1001000 | 100011 | 1000101 | 101001001 | 111001 | 10100 |
Color Harmonies of #501634
Complementary color
Monochromatic Colors of #501634
Black with #501634
Text Example
Text Example
White with #501634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501634; }
p { color: rgb(80,22,52); }
H1.HeaderClassName
{
color: #501634;
}
.AnyTagClassName
{
color: #501634;
}
</style>
background-color css
<style>
a { background-color: #501634; }
a { background-color: rgb(80,22,52); }
div.DivClassName
{
background-color: #501634;
}
.BgClassName
{
background-color: #501634;
}
</style>
border-color css
<style>
span { border-color: #501634; }
span { border-color: rgb(80,22,52); }
td.TdClassName
{
border-color: #501634;
}
.TagClassName
{
border-color: #501634;
}
</style>