Shades of Blackberry #50163C
Tints of Blackberry #50163C
RGB
CMYK
RGB Variations
Color information
#50163C (or 0x50163C) is known color: Blackberry. HEX triplet: 50, 16 and 3C. RGB value is (80,22,60). Sum of RGB (Red+Green+Blue) = 80+22+60=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163C is #AFE9C3. Grayscale: #2B2B2B. Windows color (decimal): -11528644 or 3937872. OLE color: 3937872.
HSL color Cylindrical-coordinate representation of color #50163C: hue angle of 320.69º 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 #50163C is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 60 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.69 |
| HSL | 320.69º | 0.57% | 0.2% | - |
| HSV(B) | 320.69º | 0.73% | 0.31% | - |
| XYZ | 4.41 | 2.61 | 4.55 | - |
| YUV | 43.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 60 | 0 | 0.72 | 0.25 | 0.69 | 320.69 | 0.57 | 0.2 |
| Hex | 50 | 16 | 3C | 0 | 48 | 19 | 45 | 141 | 39 | 14 |
| Octal | 120 | 26 | 74 | 0 | 110 | 31 | 105 | 501 | 71 | 24 |
| Binary | 1010000 | 10110 | 111100 | 0 | 1001000 | 11001 | 1000101 | 101000001 | 111001 | 10100 |
Color Harmonies of #50163C
Complementary color
Monochromatic Colors of #50163C
Black with #50163C
Text Example
Text Example
White with #50163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50163C; }
p { color: rgb(80,22,60); }
H1.HeaderClassName
{
color: #50163C;
}
.AnyTagClassName
{
color: #50163C;
}
</style>
background-color css
<style>
a { background-color: #50163C; }
a { background-color: rgb(80,22,60); }
div.DivClassName
{
background-color: #50163C;
}
.BgClassName
{
background-color: #50163C;
}
</style>
border-color css
<style>
span { border-color: #50163C; }
span { border-color: rgb(80,22,60); }
td.TdClassName
{
border-color: #50163C;
}
.TagClassName
{
border-color: #50163C;
}
</style>