Shades of Blackberry #50062D
Tints of Blackberry #50062D
RGB
CMYK
RGB Variations
Color information
#50062D (or 0x50062D) is known color: Blackberry. HEX triplet: 50, 06 and 2D. RGB value is (80,6,45). Sum of RGB (Red+Green+Blue) = 80+6+45=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50062D is #AFF9D2. Grayscale: #202020. Windows color (decimal): -11532755 or 2950736. OLE color: 2950736.
HSL color Cylindrical-coordinate representation of color #50062D: hue angle of 328.38º 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 #50062D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 45 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.69 |
| HSL | 328.38º | 0.86% | 0.17% | - |
| HSV(B) | 328.38º | 0.93% | 0.31% | - |
| XYZ | 3.85 | 2.03 | 2.67 | - |
| YUV | 32.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 45 | 0 | 0.92 | 0.44 | 0.69 | 328.38 | 0.86 | 0.17 |
| Hex | 50 | 6 | 2D | 0 | 5C | 2C | 45 | 148 | 56 | 11 |
| Octal | 120 | 6 | 55 | 0 | 134 | 54 | 105 | 510 | 126 | 21 |
| Binary | 1010000 | 110 | 101101 | 0 | 1011100 | 101100 | 1000101 | 101001000 | 1010110 | 10001 |
Color Harmonies of #50062D
Complementary color
Monochromatic Colors of #50062D
Black with #50062D
Text Example
Text Example
White with #50062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50062D; }
p { color: rgb(80,6,45); }
H1.HeaderClassName
{
color: #50062D;
}
.AnyTagClassName
{
color: #50062D;
}
</style>
background-color css
<style>
a { background-color: #50062D; }
a { background-color: rgb(80,6,45); }
div.DivClassName
{
background-color: #50062D;
}
.BgClassName
{
background-color: #50062D;
}
</style>
border-color css
<style>
span { border-color: #50062D; }
span { border-color: rgb(80,6,45); }
td.TdClassName
{
border-color: #50062D;
}
.TagClassName
{
border-color: #50062D;
}
</style>