Shades of Blackberry #50143D
Tints of Blackberry #50143D
RGB
CMYK
RGB Variations
Color information
#50143D (or 0x50143D) is known color: Blackberry. HEX triplet: 50, 14 and 3D. RGB value is (80,20,61). Sum of RGB (Red+Green+Blue) = 80+20+61=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50143D is #AFEBC2. Grayscale: #2A2A2A. Windows color (decimal): -11529155 or 4002896. OLE color: 4002896.
HSL color Cylindrical-coordinate representation of color #50143D: hue angle of 319º 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 #50143D is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 61 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.69 |
| HSL | 319º | 0.6% | 0.2% | - |
| HSV(B) | 319º | 0.75% | 0.31% | - |
| XYZ | 4.4 | 2.54 | 4.67 | - |
| YUV | 42.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 61 | 0 | 0.75 | 0.24 | 0.69 | 319 | 0.6 | 0.2 |
| Hex | 50 | 14 | 3D | 0 | 4B | 18 | 45 | 13F | 3C | 14 |
| Octal | 120 | 24 | 75 | 0 | 113 | 30 | 105 | 477 | 74 | 24 |
| Binary | 1010000 | 10100 | 111101 | 0 | 1001011 | 11000 | 1000101 | 100111111 | 111100 | 10100 |
Color Harmonies of #50143D
Complementary color
Monochromatic Colors of #50143D
Black with #50143D
Text Example
Text Example
White with #50143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50143D; }
p { color: rgb(80,20,61); }
H1.HeaderClassName
{
color: #50143D;
}
.AnyTagClassName
{
color: #50143D;
}
</style>
background-color css
<style>
a { background-color: #50143D; }
a { background-color: rgb(80,20,61); }
div.DivClassName
{
background-color: #50143D;
}
.BgClassName
{
background-color: #50143D;
}
</style>
border-color css
<style>
span { border-color: #50143D; }
span { border-color: rgb(80,20,61); }
td.TdClassName
{
border-color: #50143D;
}
.TagClassName
{
border-color: #50143D;
}
</style>