Shades of Blackberry #50082F
Tints of Blackberry #50082F
RGB
CMYK
RGB Variations
Color information
#50082F (or 0x50082F) is known color: Blackberry. HEX triplet: 50, 08 and 2F. RGB value is (80,8,47). Sum of RGB (Red+Green+Blue) = 80+8+47=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #50082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50082F is #AFF7D0. Grayscale: #212121. Windows color (decimal): -11532241 or 3082320. OLE color: 3082320.
HSL color Cylindrical-coordinate representation of color #50082F: hue angle of 327.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50082F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 47 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.69 |
| HSL | 327.5º | 0.82% | 0.17% | - |
| HSV(B) | 327.5º | 0.9% | 0.31% | - |
| XYZ | 3.91 | 2.08 | 2.89 | - |
| YUV | 33.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 47 | 0 | 0.90 | 0.41 | 0.69 | 327.5 | 0.82 | 0.17 |
| Hex | 50 | 8 | 2F | 0 | 5A | 29 | 45 | 148 | 52 | 11 |
| Octal | 120 | 10 | 57 | 0 | 132 | 51 | 105 | 510 | 122 | 21 |
| Binary | 1010000 | 1000 | 101111 | 0 | 1011010 | 101001 | 1000101 | 101001000 | 1010010 | 10001 |
Color Harmonies of #50082F
Complementary color
Monochromatic Colors of #50082F
Black with #50082F
Text Example
Text Example
White with #50082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50082F; }
p { color: rgb(80,8,47); }
H1.HeaderClassName
{
color: #50082F;
}
.AnyTagClassName
{
color: #50082F;
}
</style>
background-color css
<style>
a { background-color: #50082F; }
a { background-color: rgb(80,8,47); }
div.DivClassName
{
background-color: #50082F;
}
.BgClassName
{
background-color: #50082F;
}
</style>
border-color css
<style>
span { border-color: #50082F; }
span { border-color: rgb(80,8,47); }
td.TdClassName
{
border-color: #50082F;
}
.TagClassName
{
border-color: #50082F;
}
</style>