Shades of Blackberry #50062F
Tints of Blackberry #50062F
RGB
CMYK
RGB Variations
Color information
#50062F (or 0x50062F) is known color: Blackberry. HEX triplet: 50, 06 and 2F. RGB value is (80,6,47). Sum of RGB (Red+Green+Blue) = 80+6+47=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50062F is #AFF9D0. Grayscale: #202020. Windows color (decimal): -11532753 or 3081808. OLE color: 3081808.
HSL color Cylindrical-coordinate representation of color #50062F: hue angle of 326.76º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50062F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 47 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.69 |
| HSL | 326.76º | 0.86% | 0.17% | - |
| HSV(B) | 326.76º | 0.93% | 0.31% | - |
| XYZ | 3.89 | 2.04 | 2.88 | - |
| YUV | 32.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 47 | 0 | 0.92 | 0.41 | 0.69 | 326.76 | 0.86 | 0.17 |
| Hex | 50 | 6 | 2F | 0 | 5C | 29 | 45 | 147 | 56 | 11 |
| Octal | 120 | 6 | 57 | 0 | 134 | 51 | 105 | 507 | 126 | 21 |
| Binary | 1010000 | 110 | 101111 | 0 | 1011100 | 101001 | 1000101 | 101000111 | 1010110 | 10001 |
Color Harmonies of #50062F
Complementary color
Monochromatic Colors of #50062F
Black with #50062F
Text Example
Text Example
White with #50062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50062F; }
p { color: rgb(80,6,47); }
H1.HeaderClassName
{
color: #50062F;
}
.AnyTagClassName
{
color: #50062F;
}
</style>
background-color css
<style>
a { background-color: #50062F; }
a { background-color: rgb(80,6,47); }
div.DivClassName
{
background-color: #50062F;
}
.BgClassName
{
background-color: #50062F;
}
</style>
border-color css
<style>
span { border-color: #50062F; }
span { border-color: rgb(80,6,47); }
td.TdClassName
{
border-color: #50062F;
}
.TagClassName
{
border-color: #50062F;
}
</style>