Shades of Blackberry #50173B
Tints of Blackberry #50173B
RGB
CMYK
RGB Variations
Color information
#50173B (or 0x50173B) is known color: Blackberry. HEX triplet: 50, 17 and 3B. RGB value is (80,23,59). Sum of RGB (Red+Green+Blue) = 80+23+59=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173B is #AFE8C4. Grayscale: #2C2C2C. Windows color (decimal): -11528389 or 3872592. OLE color: 3872592.
HSL color Cylindrical-coordinate representation of color #50173B: hue angle of 322.11º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50173B is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 59 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.69 |
| HSL | 322.11º | 0.55% | 0.2% | - |
| HSV(B) | 322.11º | 0.71% | 0.31% | - |
| XYZ | 4.4 | 2.63 | 4.41 | - |
| YUV | 44.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 59 | 0 | 0.71 | 0.26 | 0.69 | 322.11 | 0.55 | 0.2 |
| Hex | 50 | 17 | 3B | 0 | 47 | 1A | 45 | 142 | 37 | 14 |
| Octal | 120 | 27 | 73 | 0 | 107 | 32 | 105 | 502 | 67 | 24 |
| Binary | 1010000 | 10111 | 111011 | 0 | 1000111 | 11010 | 1000101 | 101000010 | 110111 | 10100 |
Color Harmonies of #50173B
Complementary color
Monochromatic Colors of #50173B
Black with #50173B
Text Example
Text Example
White with #50173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50173B; }
p { color: rgb(80,23,59); }
H1.HeaderClassName
{
color: #50173B;
}
.AnyTagClassName
{
color: #50173B;
}
</style>
background-color css
<style>
a { background-color: #50173B; }
a { background-color: rgb(80,23,59); }
div.DivClassName
{
background-color: #50173B;
}
.BgClassName
{
background-color: #50173B;
}
</style>
border-color css
<style>
span { border-color: #50173B; }
span { border-color: rgb(80,23,59); }
td.TdClassName
{
border-color: #50173B;
}
.TagClassName
{
border-color: #50173B;
}
</style>