Shades of Blackberry #50173A
Tints of Blackberry #50173A
RGB
CMYK
RGB Variations
Color information
#50173A (or 0x50173A) is known color: Blackberry. HEX triplet: 50, 17 and 3A. RGB value is (80,23,58). Sum of RGB (Red+Green+Blue) = 80+23+58=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173A is #AFE8C5. Grayscale: #2B2B2B. Windows color (decimal): -11528390 or 3807056. OLE color: 3807056.
HSL color Cylindrical-coordinate representation of color #50173A: hue angle of 323.16º 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 #50173A is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 58 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.69 |
| HSL | 323.16º | 0.55% | 0.2% | - |
| HSV(B) | 323.16º | 0.71% | 0.31% | - |
| XYZ | 4.38 | 2.62 | 4.28 | - |
| YUV | 44.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 58 | 0 | 0.71 | 0.28 | 0.69 | 323.16 | 0.55 | 0.2 |
| Hex | 50 | 17 | 3A | 0 | 47 | 1C | 45 | 143 | 37 | 14 |
| Octal | 120 | 27 | 72 | 0 | 107 | 34 | 105 | 503 | 67 | 24 |
| Binary | 1010000 | 10111 | 111010 | 0 | 1000111 | 11100 | 1000101 | 101000011 | 110111 | 10100 |
Color Harmonies of #50173A
Complementary color
Monochromatic Colors of #50173A
Black with #50173A
Text Example
Text Example
White with #50173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50173A; }
p { color: rgb(80,23,58); }
H1.HeaderClassName
{
color: #50173A;
}
.AnyTagClassName
{
color: #50173A;
}
</style>
background-color css
<style>
a { background-color: #50173A; }
a { background-color: rgb(80,23,58); }
div.DivClassName
{
background-color: #50173A;
}
.BgClassName
{
background-color: #50173A;
}
</style>
border-color css
<style>
span { border-color: #50173A; }
span { border-color: rgb(80,23,58); }
td.TdClassName
{
border-color: #50173A;
}
.TagClassName
{
border-color: #50173A;
}
</style>