Shades of Blackberry #50173C
Tints of Blackberry #50173C
RGB
CMYK
RGB Variations
Color information
#50173C (or 0x50173C) is known color: Blackberry. HEX triplet: 50, 17 and 3C. RGB value is (80,23,60). Sum of RGB (Red+Green+Blue) = 80+23+60=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173C is #AFE8C3. Grayscale: #2C2C2C. Windows color (decimal): -11528388 or 3938128. OLE color: 3938128.
HSL color Cylindrical-coordinate representation of color #50173C: hue angle of 321.05º 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 #50173C is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 60 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.69 |
| HSL | 321.05º | 0.55% | 0.2% | - |
| HSV(B) | 321.05º | 0.71% | 0.31% | - |
| XYZ | 4.43 | 2.64 | 4.55 | - |
| YUV | 44.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 60 | 0 | 0.71 | 0.25 | 0.69 | 321.05 | 0.55 | 0.2 |
| Hex | 50 | 17 | 3C | 0 | 47 | 19 | 45 | 141 | 37 | 14 |
| Octal | 120 | 27 | 74 | 0 | 107 | 31 | 105 | 501 | 67 | 24 |
| Binary | 1010000 | 10111 | 111100 | 0 | 1000111 | 11001 | 1000101 | 101000001 | 110111 | 10100 |
Color Harmonies of #50173C
Complementary color
Monochromatic Colors of #50173C
Black with #50173C
Text Example
Text Example
White with #50173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50173C; }
p { color: rgb(80,23,60); }
H1.HeaderClassName
{
color: #50173C;
}
.AnyTagClassName
{
color: #50173C;
}
</style>
background-color css
<style>
a { background-color: #50173C; }
a { background-color: rgb(80,23,60); }
div.DivClassName
{
background-color: #50173C;
}
.BgClassName
{
background-color: #50173C;
}
</style>
border-color css
<style>
span { border-color: #50173C; }
span { border-color: rgb(80,23,60); }
td.TdClassName
{
border-color: #50173C;
}
.TagClassName
{
border-color: #50173C;
}
</style>