Shades of Blackberry #50163B
Tints of Blackberry #50163B
RGB
CMYK
RGB Variations
Color information
#50163B (or 0x50163B) is known color: Blackberry. HEX triplet: 50, 16 and 3B. RGB value is (80,22,59). Sum of RGB (Red+Green+Blue) = 80+22+59=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163B is #AFE9C4. Grayscale: #2B2B2B. Windows color (decimal): -11528645 or 3872336. OLE color: 3872336.
HSL color Cylindrical-coordinate representation of color #50163B: hue angle of 321.72º 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 #50163B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 59 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.69 |
| HSL | 321.72º | 0.57% | 0.2% | - |
| HSV(B) | 321.72º | 0.73% | 0.31% | - |
| XYZ | 4.38 | 2.6 | 4.41 | - |
| YUV | 43.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 59 | 0 | 0.72 | 0.26 | 0.69 | 321.72 | 0.57 | 0.2 |
| Hex | 50 | 16 | 3B | 0 | 48 | 1A | 45 | 142 | 39 | 14 |
| Octal | 120 | 26 | 73 | 0 | 110 | 32 | 105 | 502 | 71 | 24 |
| Binary | 1010000 | 10110 | 111011 | 0 | 1001000 | 11010 | 1000101 | 101000010 | 111001 | 10100 |
Color Harmonies of #50163B
Complementary color
Monochromatic Colors of #50163B
Black with #50163B
Text Example
Text Example
White with #50163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50163B; }
p { color: rgb(80,22,59); }
H1.HeaderClassName
{
color: #50163B;
}
.AnyTagClassName
{
color: #50163B;
}
</style>
background-color css
<style>
a { background-color: #50163B; }
a { background-color: rgb(80,22,59); }
div.DivClassName
{
background-color: #50163B;
}
.BgClassName
{
background-color: #50163B;
}
</style>
border-color css
<style>
span { border-color: #50163B; }
span { border-color: rgb(80,22,59); }
td.TdClassName
{
border-color: #50163B;
}
.TagClassName
{
border-color: #50163B;
}
</style>