Shades of Blackberry #50142B
Tints of Blackberry #50142B
RGB
CMYK
RGB Variations
Color information
#50142B (or 0x50142B) is known color: Blackberry. HEX triplet: 50, 14 and 2B. RGB value is (80,20,43). Sum of RGB (Red+Green+Blue) = 80+20+43=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50142B is #AFEBD4. Grayscale: #282828. Windows color (decimal): -11529173 or 2823248. OLE color: 2823248.
HSL color Cylindrical-coordinate representation of color #50142B: hue angle of 337º 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 #50142B is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 43 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.69 |
| HSL | 337º | 0.6% | 0.2% | - |
| HSV(B) | 337º | 0.75% | 0.31% | - |
| XYZ | 3.99 | 2.38 | 2.53 | - |
| YUV | 40.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 43 | 0 | 0.75 | 0.46 | 0.69 | 337 | 0.6 | 0.2 |
| Hex | 50 | 14 | 2B | 0 | 4B | 2E | 45 | 151 | 3C | 14 |
| Octal | 120 | 24 | 53 | 0 | 113 | 56 | 105 | 521 | 74 | 24 |
| Binary | 1010000 | 10100 | 101011 | 0 | 1001011 | 101110 | 1000101 | 101010001 | 111100 | 10100 |
Color Harmonies of #50142B
Complementary color
Monochromatic Colors of #50142B
Black with #50142B
Text Example
Text Example
White with #50142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50142B; }
p { color: rgb(80,20,43); }
H1.HeaderClassName
{
color: #50142B;
}
.AnyTagClassName
{
color: #50142B;
}
</style>
background-color css
<style>
a { background-color: #50142B; }
a { background-color: rgb(80,20,43); }
div.DivClassName
{
background-color: #50142B;
}
.BgClassName
{
background-color: #50142B;
}
</style>
border-color css
<style>
span { border-color: #50142B; }
span { border-color: rgb(80,20,43); }
td.TdClassName
{
border-color: #50142B;
}
.TagClassName
{
border-color: #50142B;
}
</style>