Shades of Blackberry #50082B
Tints of Blackberry #50082B
RGB
CMYK
RGB Variations
Color information
#50082B (or 0x50082B) is known color: Blackberry. HEX triplet: 50, 08 and 2B. RGB value is (80,8,43). Sum of RGB (Red+Green+Blue) = 80+8+43=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50082B is #AFF7D4. Grayscale: #212121. Windows color (decimal): -11532245 or 2820176. OLE color: 2820176.
HSL color Cylindrical-coordinate representation of color #50082B: hue angle of 330.83º 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 #50082B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 43 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.69 |
| HSL | 330.83º | 0.82% | 0.17% | - |
| HSV(B) | 330.83º | 0.9% | 0.31% | - |
| XYZ | 3.83 | 2.05 | 2.48 | - |
| YUV | 33.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 43 | 0 | 0.90 | 0.46 | 0.69 | 330.83 | 0.82 | 0.17 |
| Hex | 50 | 8 | 2B | 0 | 5A | 2E | 45 | 14B | 52 | 11 |
| Octal | 120 | 10 | 53 | 0 | 132 | 56 | 105 | 513 | 122 | 21 |
| Binary | 1010000 | 1000 | 101011 | 0 | 1011010 | 101110 | 1000101 | 101001011 | 1010010 | 10001 |
Color Harmonies of #50082B
Complementary color
Monochromatic Colors of #50082B
Black with #50082B
Text Example
Text Example
White with #50082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50082B; }
p { color: rgb(80,8,43); }
H1.HeaderClassName
{
color: #50082B;
}
.AnyTagClassName
{
color: #50082B;
}
</style>
background-color css
<style>
a { background-color: #50082B; }
a { background-color: rgb(80,8,43); }
div.DivClassName
{
background-color: #50082B;
}
.BgClassName
{
background-color: #50082B;
}
</style>
border-color css
<style>
span { border-color: #50082B; }
span { border-color: rgb(80,8,43); }
td.TdClassName
{
border-color: #50082B;
}
.TagClassName
{
border-color: #50082B;
}
</style>