Shades of Blackberry #50132F
Tints of Blackberry #50132F
RGB
CMYK
RGB Variations
Color information
#50132F (or 0x50132F) is known color: Blackberry. HEX triplet: 50, 13 and 2F. RGB value is (80,19,47). Sum of RGB (Red+Green+Blue) = 80+19+47=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50132F is #AFECD0. Grayscale: #282828. Windows color (decimal): -11529425 or 3085136. OLE color: 3085136.
HSL color Cylindrical-coordinate representation of color #50132F: hue angle of 332.46º 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 #50132F is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 47 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.69 |
| HSL | 332.46º | 0.62% | 0.19% | - |
| HSV(B) | 332.46º | 0.76% | 0.31% | - |
| XYZ | 4.05 | 2.38 | 2.93 | - |
| YUV | 40.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 47 | 0 | 0.76 | 0.41 | 0.69 | 332.46 | 0.62 | 0.19 |
| Hex | 50 | 13 | 2F | 0 | 4C | 29 | 45 | 14C | 3E | 13 |
| Octal | 120 | 23 | 57 | 0 | 114 | 51 | 105 | 514 | 76 | 23 |
| Binary | 1010000 | 10011 | 101111 | 0 | 1001100 | 101001 | 1000101 | 101001100 | 111110 | 10011 |
Color Harmonies of #50132F
Complementary color
Monochromatic Colors of #50132F
Black with #50132F
Text Example
Text Example
White with #50132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50132F; }
p { color: rgb(80,19,47); }
H1.HeaderClassName
{
color: #50132F;
}
.AnyTagClassName
{
color: #50132F;
}
</style>
background-color css
<style>
a { background-color: #50132F; }
a { background-color: rgb(80,19,47); }
div.DivClassName
{
background-color: #50132F;
}
.BgClassName
{
background-color: #50132F;
}
</style>
border-color css
<style>
span { border-color: #50132F; }
span { border-color: rgb(80,19,47); }
td.TdClassName
{
border-color: #50132F;
}
.TagClassName
{
border-color: #50132F;
}
</style>