Shades of Blackberry #50163F
Tints of Blackberry #50163F
RGB
CMYK
RGB Variations
Color information
#50163F (or 0x50163F) is known color: Blackberry. HEX triplet: 50, 16 and 3F. RGB value is (80,22,63). Sum of RGB (Red+Green+Blue) = 80+22+63=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163F is #AFE9C0. Grayscale: #2B2B2B. Windows color (decimal): -11528641 or 4134480. OLE color: 4134480.
HSL color Cylindrical-coordinate representation of color #50163F: hue angle of 317.59º 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 #50163F is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 63 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.69 |
| HSL | 317.59º | 0.57% | 0.2% | - |
| HSV(B) | 317.59º | 0.73% | 0.31% | - |
| XYZ | 4.49 | 2.64 | 4.98 | - |
| YUV | 44.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 63 | 0 | 0.72 | 0.21 | 0.69 | 317.59 | 0.57 | 0.2 |
| Hex | 50 | 16 | 3F | 0 | 48 | 15 | 45 | 13E | 39 | 14 |
| Octal | 120 | 26 | 77 | 0 | 110 | 25 | 105 | 476 | 71 | 24 |
| Binary | 1010000 | 10110 | 111111 | 0 | 1001000 | 10101 | 1000101 | 100111110 | 111001 | 10100 |
Color Harmonies of #50163F
Complementary color
Monochromatic Colors of #50163F
Black with #50163F
Text Example
Text Example
White with #50163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50163F; }
p { color: rgb(80,22,63); }
H1.HeaderClassName
{
color: #50163F;
}
.AnyTagClassName
{
color: #50163F;
}
</style>
background-color css
<style>
a { background-color: #50163F; }
a { background-color: rgb(80,22,63); }
div.DivClassName
{
background-color: #50163F;
}
.BgClassName
{
background-color: #50163F;
}
</style>
border-color css
<style>
span { border-color: #50163F; }
span { border-color: rgb(80,22,63); }
td.TdClassName
{
border-color: #50163F;
}
.TagClassName
{
border-color: #50163F;
}
</style>