Shades of Blackberry #50123E
Tints of Blackberry #50123E
RGB
CMYK
RGB Variations
Color information
#50123E (or 0x50123E) is known color: Blackberry. HEX triplet: 50, 12 and 3E. RGB value is (80,18,62). Sum of RGB (Red+Green+Blue) = 80+18+62=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50123E is #AFEDC1. Grayscale: #292929. Windows color (decimal): -11529666 or 4067920. OLE color: 4067920.
HSL color Cylindrical-coordinate representation of color #50123E: hue angle of 317.42º 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 #50123E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 62 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.69 |
| HSL | 317.42º | 0.63% | 0.19% | - |
| HSV(B) | 317.42º | 0.78% | 0.31% | - |
| XYZ | 4.39 | 2.49 | 4.81 | - |
| YUV | 41.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 62 | 0 | 0.78 | 0.22 | 0.69 | 317.42 | 0.63 | 0.19 |
| Hex | 50 | 12 | 3E | 0 | 4E | 16 | 45 | 13D | 3F | 13 |
| Octal | 120 | 22 | 76 | 0 | 116 | 26 | 105 | 475 | 77 | 23 |
| Binary | 1010000 | 10010 | 111110 | 0 | 1001110 | 10110 | 1000101 | 100111101 | 111111 | 10011 |
Color Harmonies of #50123E
Complementary color
Monochromatic Colors of #50123E
Black with #50123E
Text Example
Text Example
White with #50123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50123E; }
p { color: rgb(80,18,62); }
H1.HeaderClassName
{
color: #50123E;
}
.AnyTagClassName
{
color: #50123E;
}
</style>
background-color css
<style>
a { background-color: #50123E; }
a { background-color: rgb(80,18,62); }
div.DivClassName
{
background-color: #50123E;
}
.BgClassName
{
background-color: #50123E;
}
</style>
border-color css
<style>
span { border-color: #50123E; }
span { border-color: rgb(80,18,62); }
td.TdClassName
{
border-color: #50123E;
}
.TagClassName
{
border-color: #50123E;
}
</style>