Shades of Blackberry #50132C
Tints of Blackberry #50132C
RGB
CMYK
RGB Variations
Color information
#50132C (or 0x50132C) is known color: Blackberry. HEX triplet: 50, 13 and 2C. RGB value is (80,19,44). Sum of RGB (Red+Green+Blue) = 80+19+44=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50132C is #AFECD3. Grayscale: #282828. Windows color (decimal): -11529428 or 2888528. OLE color: 2888528.
HSL color Cylindrical-coordinate representation of color #50132C: hue angle of 335.41º 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 #50132C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 44 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.69 |
| HSL | 335.41º | 0.62% | 0.19% | - |
| HSV(B) | 335.41º | 0.76% | 0.31% | - |
| XYZ | 4 | 2.35 | 2.63 | - |
| YUV | 40.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 44 | 0 | 0.76 | 0.45 | 0.69 | 335.41 | 0.62 | 0.19 |
| Hex | 50 | 13 | 2C | 0 | 4C | 2D | 45 | 14F | 3E | 13 |
| Octal | 120 | 23 | 54 | 0 | 114 | 55 | 105 | 517 | 76 | 23 |
| Binary | 1010000 | 10011 | 101100 | 0 | 1001100 | 101101 | 1000101 | 101001111 | 111110 | 10011 |
Color Harmonies of #50132C
Complementary color
Monochromatic Colors of #50132C
Black with #50132C
Text Example
Text Example
White with #50132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50132C; }
p { color: rgb(80,19,44); }
H1.HeaderClassName
{
color: #50132C;
}
.AnyTagClassName
{
color: #50132C;
}
</style>
background-color css
<style>
a { background-color: #50132C; }
a { background-color: rgb(80,19,44); }
div.DivClassName
{
background-color: #50132C;
}
.BgClassName
{
background-color: #50132C;
}
</style>
border-color css
<style>
span { border-color: #50132C; }
span { border-color: rgb(80,19,44); }
td.TdClassName
{
border-color: #50132C;
}
.TagClassName
{
border-color: #50132C;
}
</style>