Shades of Blackberry #50122E
Tints of Blackberry #50122E
RGB
CMYK
RGB Variations
Color information
#50122E (or 0x50122E) is known color: Blackberry. HEX triplet: 50, 12 and 2E. RGB value is (80,18,46). Sum of RGB (Red+Green+Blue) = 80+18+46=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122E is #AFEDD1. Grayscale: #272727. Windows color (decimal): -11529682 or 3019344. OLE color: 3019344.
HSL color Cylindrical-coordinate representation of color #50122E: hue angle of 332.9º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50122E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 46 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.69 |
| HSL | 332.9º | 0.63% | 0.19% | - |
| HSV(B) | 332.9º | 0.78% | 0.31% | - |
| XYZ | 4.02 | 2.34 | 2.82 | - |
| YUV | 39.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 46 | 0 | 0.78 | 0.42 | 0.69 | 332.9 | 0.63 | 0.19 |
| Hex | 50 | 12 | 2E | 0 | 4E | 2A | 45 | 14D | 3F | 13 |
| Octal | 120 | 22 | 56 | 0 | 116 | 52 | 105 | 515 | 77 | 23 |
| Binary | 1010000 | 10010 | 101110 | 0 | 1001110 | 101010 | 1000101 | 101001101 | 111111 | 10011 |
Color Harmonies of #50122E
Complementary color
Monochromatic Colors of #50122E
Black with #50122E
Text Example
Text Example
White with #50122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50122E; }
p { color: rgb(80,18,46); }
H1.HeaderClassName
{
color: #50122E;
}
.AnyTagClassName
{
color: #50122E;
}
</style>
background-color css
<style>
a { background-color: #50122E; }
a { background-color: rgb(80,18,46); }
div.DivClassName
{
background-color: #50122E;
}
.BgClassName
{
background-color: #50122E;
}
</style>
border-color css
<style>
span { border-color: #50122E; }
span { border-color: rgb(80,18,46); }
td.TdClassName
{
border-color: #50122E;
}
.TagClassName
{
border-color: #50122E;
}
</style>