Shades of Blackberry #50183F
Tints of Blackberry #50183F
RGB
CMYK
RGB Variations
Color information
#50183F (or 0x50183F) is known color: Blackberry. HEX triplet: 50, 18 and 3F. RGB value is (80,24,63). Sum of RGB (Red+Green+Blue) = 80+24+63=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50183F is #AFE7C0. Grayscale: #2D2D2D. Windows color (decimal): -11528129 or 4134992. OLE color: 4134992.
HSL color Cylindrical-coordinate representation of color #50183F: hue angle of 318.21º 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 #50183F is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 63 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.69 |
| HSL | 318.21º | 0.54% | 0.2% | - |
| HSV(B) | 318.21º | 0.7% | 0.31% | - |
| XYZ | 4.53 | 2.72 | 4.99 | - |
| YUV | 45.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 63 | 0 | 0.70 | 0.21 | 0.69 | 318.21 | 0.54 | 0.2 |
| Hex | 50 | 18 | 3F | 0 | 46 | 15 | 45 | 13E | 36 | 14 |
| Octal | 120 | 30 | 77 | 0 | 106 | 25 | 105 | 476 | 66 | 24 |
| Binary | 1010000 | 11000 | 111111 | 0 | 1000110 | 10101 | 1000101 | 100111110 | 110110 | 10100 |
Color Harmonies of #50183F
Complementary color
Monochromatic Colors of #50183F
Black with #50183F
Text Example
Text Example
White with #50183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50183F; }
p { color: rgb(80,24,63); }
H1.HeaderClassName
{
color: #50183F;
}
.AnyTagClassName
{
color: #50183F;
}
</style>
background-color css
<style>
a { background-color: #50183F; }
a { background-color: rgb(80,24,63); }
div.DivClassName
{
background-color: #50183F;
}
.BgClassName
{
background-color: #50183F;
}
</style>
border-color css
<style>
span { border-color: #50183F; }
span { border-color: rgb(80,24,63); }
td.TdClassName
{
border-color: #50183F;
}
.TagClassName
{
border-color: #50183F;
}
</style>