Shades of Blackberry #50082C
Tints of Blackberry #50082C
RGB
CMYK
RGB Variations
Color information
#50082C (or 0x50082C) is known color: Blackberry. HEX triplet: 50, 08 and 2C. RGB value is (80,8,44). Sum of RGB (Red+Green+Blue) = 80+8+44=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50082C is #AFF7D3. Grayscale: #212121. Windows color (decimal): -11532244 or 2885712. OLE color: 2885712.
HSL color Cylindrical-coordinate representation of color #50082C: hue angle of 330º 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 #50082C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 44 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.69 |
| HSL | 330º | 0.82% | 0.17% | - |
| HSV(B) | 330º | 0.9% | 0.31% | - |
| XYZ | 3.85 | 2.06 | 2.58 | - |
| YUV | 33.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 44 | 0 | 0.90 | 0.45 | 0.69 | 330 | 0.82 | 0.17 |
| Hex | 50 | 8 | 2C | 0 | 5A | 2D | 45 | 14A | 52 | 11 |
| Octal | 120 | 10 | 54 | 0 | 132 | 55 | 105 | 512 | 122 | 21 |
| Binary | 1010000 | 1000 | 101100 | 0 | 1011010 | 101101 | 1000101 | 101001010 | 1010010 | 10001 |
Color Harmonies of #50082C
Complementary color
Monochromatic Colors of #50082C
Black with #50082C
Text Example
Text Example
White with #50082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50082C; }
p { color: rgb(80,8,44); }
H1.HeaderClassName
{
color: #50082C;
}
.AnyTagClassName
{
color: #50082C;
}
</style>
background-color css
<style>
a { background-color: #50082C; }
a { background-color: rgb(80,8,44); }
div.DivClassName
{
background-color: #50082C;
}
.BgClassName
{
background-color: #50082C;
}
</style>
border-color css
<style>
span { border-color: #50082C; }
span { border-color: rgb(80,8,44); }
td.TdClassName
{
border-color: #50082C;
}
.TagClassName
{
border-color: #50082C;
}
</style>