Shades of Blackberry #50183C
Tints of Blackberry #50183C
RGB
CMYK
RGB Variations
Color information
#50183C (or 0x50183C) is known color: Blackberry. HEX triplet: 50, 18 and 3C. RGB value is (80,24,60). Sum of RGB (Red+Green+Blue) = 80+24+60=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50183C is #AFE7C3. Grayscale: #2C2C2C. Windows color (decimal): -11528132 or 3938384. OLE color: 3938384.
HSL color Cylindrical-coordinate representation of color #50183C: hue angle of 321.43º 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 #50183C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 60 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.69 |
| HSL | 321.43º | 0.54% | 0.2% | - |
| HSV(B) | 321.43º | 0.7% | 0.31% | - |
| XYZ | 4.45 | 2.68 | 4.56 | - |
| YUV | 44.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 60 | 0 | 0.70 | 0.25 | 0.69 | 321.43 | 0.54 | 0.2 |
| Hex | 50 | 18 | 3C | 0 | 46 | 19 | 45 | 141 | 36 | 14 |
| Octal | 120 | 30 | 74 | 0 | 106 | 31 | 105 | 501 | 66 | 24 |
| Binary | 1010000 | 11000 | 111100 | 0 | 1000110 | 11001 | 1000101 | 101000001 | 110110 | 10100 |
Color Harmonies of #50183C
Complementary color
Monochromatic Colors of #50183C
Black with #50183C
Text Example
Text Example
White with #50183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50183C; }
p { color: rgb(80,24,60); }
H1.HeaderClassName
{
color: #50183C;
}
.AnyTagClassName
{
color: #50183C;
}
</style>
background-color css
<style>
a { background-color: #50183C; }
a { background-color: rgb(80,24,60); }
div.DivClassName
{
background-color: #50183C;
}
.BgClassName
{
background-color: #50183C;
}
</style>
border-color css
<style>
span { border-color: #50183C; }
span { border-color: rgb(80,24,60); }
td.TdClassName
{
border-color: #50183C;
}
.TagClassName
{
border-color: #50183C;
}
</style>