Shades of Blackberry #50052C
Tints of Blackberry #50052C
RGB
CMYK
RGB Variations
Color information
#50052C (or 0x50052C) is known color: Blackberry. HEX triplet: 50, 05 and 2C. RGB value is (80,5,44). Sum of RGB (Red+Green+Blue) = 80+5+44=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50052C is #AFFAD3. Grayscale: #1F1F1F. Windows color (decimal): -11533012 or 2884944. OLE color: 2884944.
HSL color Cylindrical-coordinate representation of color #50052C: hue angle of 328.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50052C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 44 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.69 |
| HSL | 328.8º | 0.88% | 0.17% | - |
| HSV(B) | 328.8º | 0.94% | 0.31% | - |
| XYZ | 3.82 | 2 | 2.57 | - |
| YUV | 31.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 44 | 0 | 0.94 | 0.45 | 0.69 | 328.8 | 0.88 | 0.17 |
| Hex | 50 | 5 | 2C | 0 | 5E | 2D | 45 | 149 | 58 | 11 |
| Octal | 120 | 5 | 54 | 0 | 136 | 55 | 105 | 511 | 130 | 21 |
| Binary | 1010000 | 101 | 101100 | 0 | 1011110 | 101101 | 1000101 | 101001001 | 1011000 | 10001 |
Color Harmonies of #50052C
Complementary color
Monochromatic Colors of #50052C
Black with #50052C
Text Example
Text Example
White with #50052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50052C; }
p { color: rgb(80,5,44); }
H1.HeaderClassName
{
color: #50052C;
}
.AnyTagClassName
{
color: #50052C;
}
</style>
background-color css
<style>
a { background-color: #50052C; }
a { background-color: rgb(80,5,44); }
div.DivClassName
{
background-color: #50052C;
}
.BgClassName
{
background-color: #50052C;
}
</style>
border-color css
<style>
span { border-color: #50052C; }
span { border-color: rgb(80,5,44); }
td.TdClassName
{
border-color: #50052C;
}
.TagClassName
{
border-color: #50052C;
}
</style>