Shades of Blackberry #50122F
Tints of Blackberry #50122F
RGB
CMYK
RGB Variations
Color information
#50122F (or 0x50122F) is known color: Blackberry. HEX triplet: 50, 12 and 2F. RGB value is (80,18,47). Sum of RGB (Red+Green+Blue) = 80+18+47=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122F is #AFEDD0. Grayscale: #272727. Windows color (decimal): -11529681 or 3084880. OLE color: 3084880.
HSL color Cylindrical-coordinate representation of color #50122F: hue angle of 331.94º 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 #50122F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 47 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.69 |
| HSL | 331.94º | 0.63% | 0.19% | - |
| HSV(B) | 331.94º | 0.78% | 0.31% | - |
| XYZ | 4.04 | 2.34 | 2.93 | - |
| YUV | 39.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 47 | 0 | 0.78 | 0.41 | 0.69 | 331.94 | 0.63 | 0.19 |
| Hex | 50 | 12 | 2F | 0 | 4E | 29 | 45 | 14C | 3F | 13 |
| Octal | 120 | 22 | 57 | 0 | 116 | 51 | 105 | 514 | 77 | 23 |
| Binary | 1010000 | 10010 | 101111 | 0 | 1001110 | 101001 | 1000101 | 101001100 | 111111 | 10011 |
Color Harmonies of #50122F
Complementary color
Monochromatic Colors of #50122F
Black with #50122F
Text Example
Text Example
White with #50122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50122F; }
p { color: rgb(80,18,47); }
H1.HeaderClassName
{
color: #50122F;
}
.AnyTagClassName
{
color: #50122F;
}
</style>
background-color css
<style>
a { background-color: #50122F; }
a { background-color: rgb(80,18,47); }
div.DivClassName
{
background-color: #50122F;
}
.BgClassName
{
background-color: #50122F;
}
</style>
border-color css
<style>
span { border-color: #50122F; }
span { border-color: rgb(80,18,47); }
td.TdClassName
{
border-color: #50122F;
}
.TagClassName
{
border-color: #50122F;
}
</style>