Shades of Blackberry #50072D
Tints of Blackberry #50072D
RGB
CMYK
RGB Variations
Color information
#50072D (or 0x50072D) is known color: Blackberry. HEX triplet: 50, 07 and 2D. RGB value is (80,7,45). Sum of RGB (Red+Green+Blue) = 80+7+45=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50072D is #AFF8D2. Grayscale: #212121. Windows color (decimal): -11532499 or 2950992. OLE color: 2950992.
HSL color Cylindrical-coordinate representation of color #50072D: hue angle of 328.77º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50072D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 45 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.69 |
| HSL | 328.77º | 0.84% | 0.17% | - |
| HSV(B) | 328.77º | 0.91% | 0.31% | - |
| XYZ | 3.86 | 2.05 | 2.67 | - |
| YUV | 33.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 45 | 0 | 0.91 | 0.44 | 0.69 | 328.77 | 0.84 | 0.17 |
| Hex | 50 | 7 | 2D | 0 | 5B | 2C | 45 | 149 | 54 | 11 |
| Octal | 120 | 7 | 55 | 0 | 133 | 54 | 105 | 511 | 124 | 21 |
| Binary | 1010000 | 111 | 101101 | 0 | 1011011 | 101100 | 1000101 | 101001001 | 1010100 | 10001 |
Color Harmonies of #50072D
Complementary color
Monochromatic Colors of #50072D
Black with #50072D
Text Example
Text Example
White with #50072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50072D; }
p { color: rgb(80,7,45); }
H1.HeaderClassName
{
color: #50072D;
}
.AnyTagClassName
{
color: #50072D;
}
</style>
background-color css
<style>
a { background-color: #50072D; }
a { background-color: rgb(80,7,45); }
div.DivClassName
{
background-color: #50072D;
}
.BgClassName
{
background-color: #50072D;
}
</style>
border-color css
<style>
span { border-color: #50072D; }
span { border-color: rgb(80,7,45); }
td.TdClassName
{
border-color: #50072D;
}
.TagClassName
{
border-color: #50072D;
}
</style>