Shades of Blackberry #50052B
Tints of Blackberry #50052B
RGB
CMYK
RGB Variations
Color information
#50052B (or 0x50052B) is known color: Blackberry. HEX triplet: 50, 05 and 2B. RGB value is (80,5,43). Sum of RGB (Red+Green+Blue) = 80+5+43=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50052B is #AFFAD4. Grayscale: #1F1F1F. Windows color (decimal): -11533013 or 2819408. OLE color: 2819408.
HSL color Cylindrical-coordinate representation of color #50052B: hue angle of 329.6º 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 #50052B is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 43 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.69 |
| HSL | 329.6º | 0.88% | 0.17% | - |
| HSV(B) | 329.6º | 0.94% | 0.31% | - |
| XYZ | 3.8 | 1.99 | 2.47 | - |
| YUV | 31.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 43 | 0 | 0.94 | 0.46 | 0.69 | 329.6 | 0.88 | 0.17 |
| Hex | 50 | 5 | 2B | 0 | 5E | 2E | 45 | 14A | 58 | 11 |
| Octal | 120 | 5 | 53 | 0 | 136 | 56 | 105 | 512 | 130 | 21 |
| Binary | 1010000 | 101 | 101011 | 0 | 1011110 | 101110 | 1000101 | 101001010 | 1011000 | 10001 |
Color Harmonies of #50052B
Complementary color
Monochromatic Colors of #50052B
Black with #50052B
Text Example
Text Example
White with #50052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50052B; }
p { color: rgb(80,5,43); }
H1.HeaderClassName
{
color: #50052B;
}
.AnyTagClassName
{
color: #50052B;
}
</style>
background-color css
<style>
a { background-color: #50052B; }
a { background-color: rgb(80,5,43); }
div.DivClassName
{
background-color: #50052B;
}
.BgClassName
{
background-color: #50052B;
}
</style>
border-color css
<style>
span { border-color: #50052B; }
span { border-color: rgb(80,5,43); }
td.TdClassName
{
border-color: #50052B;
}
.TagClassName
{
border-color: #50052B;
}
</style>