Shades of Blackberry #50163D
Tints of Blackberry #50163D
RGB
CMYK
RGB Variations
Color information
#50163D (or 0x50163D) is known color: Blackberry. HEX triplet: 50, 16 and 3D. RGB value is (80,22,61). Sum of RGB (Red+Green+Blue) = 80+22+61=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163D is #AFE9C2. Grayscale: #2B2B2B. Windows color (decimal): -11528643 or 4003408. OLE color: 4003408.
HSL color Cylindrical-coordinate representation of color #50163D: hue angle of 319.66º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50163D is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 61 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.69 |
| HSL | 319.66º | 0.57% | 0.2% | - |
| HSV(B) | 319.66º | 0.73% | 0.31% | - |
| XYZ | 4.44 | 2.62 | 4.69 | - |
| YUV | 43.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 61 | 0 | 0.72 | 0.24 | 0.69 | 319.66 | 0.57 | 0.2 |
| Hex | 50 | 16 | 3D | 0 | 48 | 18 | 45 | 140 | 39 | 14 |
| Octal | 120 | 26 | 75 | 0 | 110 | 30 | 105 | 500 | 71 | 24 |
| Binary | 1010000 | 10110 | 111101 | 0 | 1001000 | 11000 | 1000101 | 101000000 | 111001 | 10100 |
Color Harmonies of #50163D
Complementary color
Monochromatic Colors of #50163D
Black with #50163D
Text Example
Text Example
White with #50163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50163D; }
p { color: rgb(80,22,61); }
H1.HeaderClassName
{
color: #50163D;
}
.AnyTagClassName
{
color: #50163D;
}
</style>
background-color css
<style>
a { background-color: #50163D; }
a { background-color: rgb(80,22,61); }
div.DivClassName
{
background-color: #50163D;
}
.BgClassName
{
background-color: #50163D;
}
</style>
border-color css
<style>
span { border-color: #50163D; }
span { border-color: rgb(80,22,61); }
td.TdClassName
{
border-color: #50163D;
}
.TagClassName
{
border-color: #50163D;
}
</style>