Shades of Blackberry #50132D
Tints of Blackberry #50132D
RGB
CMYK
RGB Variations
Color information
#50132D (or 0x50132D) is known color: Blackberry. HEX triplet: 50, 13 and 2D. RGB value is (80,19,45). Sum of RGB (Red+Green+Blue) = 80+19+45=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50132D is #AFECD2. Grayscale: #282828. Windows color (decimal): -11529427 or 2954064. OLE color: 2954064.
HSL color Cylindrical-coordinate representation of color #50132D: hue angle of 334.43º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50132D is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 45 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.69 |
| HSL | 334.43º | 0.62% | 0.19% | - |
| HSV(B) | 334.43º | 0.76% | 0.31% | - |
| XYZ | 4.01 | 2.36 | 2.73 | - |
| YUV | 40.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 45 | 0 | 0.76 | 0.44 | 0.69 | 334.43 | 0.62 | 0.19 |
| Hex | 50 | 13 | 2D | 0 | 4C | 2C | 45 | 14E | 3E | 13 |
| Octal | 120 | 23 | 55 | 0 | 114 | 54 | 105 | 516 | 76 | 23 |
| Binary | 1010000 | 10011 | 101101 | 0 | 1001100 | 101100 | 1000101 | 101001110 | 111110 | 10011 |
Color Harmonies of #50132D
Complementary color
Monochromatic Colors of #50132D
Black with #50132D
Text Example
Text Example
White with #50132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50132D; }
p { color: rgb(80,19,45); }
H1.HeaderClassName
{
color: #50132D;
}
.AnyTagClassName
{
color: #50132D;
}
</style>
background-color css
<style>
a { background-color: #50132D; }
a { background-color: rgb(80,19,45); }
div.DivClassName
{
background-color: #50132D;
}
.BgClassName
{
background-color: #50132D;
}
</style>
border-color css
<style>
span { border-color: #50132D; }
span { border-color: rgb(80,19,45); }
td.TdClassName
{
border-color: #50132D;
}
.TagClassName
{
border-color: #50132D;
}
</style>