Shades of Blackberry #50183B
Tints of Blackberry #50183B
RGB
CMYK
RGB Variations
Color information
#50183B (or 0x50183B) is known color: Blackberry. HEX triplet: 50, 18 and 3B. RGB value is (80,24,59). Sum of RGB (Red+Green+Blue) = 80+24+59=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50183B is #AFE7C4. Grayscale: #2C2C2C. Windows color (decimal): -11528133 or 3872848. OLE color: 3872848.
HSL color Cylindrical-coordinate representation of color #50183B: hue angle of 322.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50183B is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 59 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.69 |
| HSL | 322.5º | 0.54% | 0.2% | - |
| HSV(B) | 322.5º | 0.7% | 0.31% | - |
| XYZ | 4.42 | 2.67 | 4.42 | - |
| YUV | 44.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 59 | 0 | 0.70 | 0.26 | 0.69 | 322.5 | 0.54 | 0.2 |
| Hex | 50 | 18 | 3B | 0 | 46 | 1A | 45 | 142 | 36 | 14 |
| Octal | 120 | 30 | 73 | 0 | 106 | 32 | 105 | 502 | 66 | 24 |
| Binary | 1010000 | 11000 | 111011 | 0 | 1000110 | 11010 | 1000101 | 101000010 | 110110 | 10100 |
Color Harmonies of #50183B
Complementary color
Monochromatic Colors of #50183B
Black with #50183B
Text Example
Text Example
White with #50183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50183B; }
p { color: rgb(80,24,59); }
H1.HeaderClassName
{
color: #50183B;
}
.AnyTagClassName
{
color: #50183B;
}
</style>
background-color css
<style>
a { background-color: #50183B; }
a { background-color: rgb(80,24,59); }
div.DivClassName
{
background-color: #50183B;
}
.BgClassName
{
background-color: #50183B;
}
</style>
border-color css
<style>
span { border-color: #50183B; }
span { border-color: rgb(80,24,59); }
td.TdClassName
{
border-color: #50183B;
}
.TagClassName
{
border-color: #50183B;
}
</style>