Shades of Blackberry #50143C
Tints of Blackberry #50143C
RGB
CMYK
RGB Variations
Color information
#50143C (or 0x50143C) is known color: Blackberry. HEX triplet: 50, 14 and 3C. RGB value is (80,20,60). Sum of RGB (Red+Green+Blue) = 80+20+60=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50143C is #AFEBC3. Grayscale: #2A2A2A. Windows color (decimal): -11529156 or 3937360. OLE color: 3937360.
HSL color Cylindrical-coordinate representation of color #50143C: hue angle of 320º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50143C is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 60 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.69 |
| HSL | 320º | 0.6% | 0.2% | - |
| HSV(B) | 320º | 0.75% | 0.31% | - |
| XYZ | 4.37 | 2.53 | 4.53 | - |
| YUV | 42.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 60 | 0 | 0.75 | 0.25 | 0.69 | 320 | 0.6 | 0.2 |
| Hex | 50 | 14 | 3C | 0 | 4B | 19 | 45 | 140 | 3C | 14 |
| Octal | 120 | 24 | 74 | 0 | 113 | 31 | 105 | 500 | 74 | 24 |
| Binary | 1010000 | 10100 | 111100 | 0 | 1001011 | 11001 | 1000101 | 101000000 | 111100 | 10100 |
Color Harmonies of #50143C
Complementary color
Monochromatic Colors of #50143C
Black with #50143C
Text Example
Text Example
White with #50143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50143C; }
p { color: rgb(80,20,60); }
H1.HeaderClassName
{
color: #50143C;
}
.AnyTagClassName
{
color: #50143C;
}
</style>
background-color css
<style>
a { background-color: #50143C; }
a { background-color: rgb(80,20,60); }
div.DivClassName
{
background-color: #50143C;
}
.BgClassName
{
background-color: #50143C;
}
</style>
border-color css
<style>
span { border-color: #50143C; }
span { border-color: rgb(80,20,60); }
td.TdClassName
{
border-color: #50143C;
}
.TagClassName
{
border-color: #50143C;
}
</style>