Shades of Blackberry #50182F
Tints of Blackberry #50182F
RGB
CMYK
RGB Variations
Color information
#50182F (or 0x50182F) is known color: Blackberry. HEX triplet: 50, 18 and 2F. RGB value is (80,24,47). Sum of RGB (Red+Green+Blue) = 80+24+47=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50182F is #AFE7D0. Grayscale: #2B2B2B. Windows color (decimal): -11528145 or 3086416. OLE color: 3086416.
HSL color Cylindrical-coordinate representation of color #50182F: hue angle of 335.36º 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 #50182F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 47 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.69 |
| HSL | 335.36º | 0.54% | 0.2% | - |
| HSV(B) | 335.36º | 0.7% | 0.31% | - |
| XYZ | 4.15 | 2.56 | 2.97 | - |
| YUV | 43.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 47 | 0 | 0.70 | 0.41 | 0.69 | 335.36 | 0.54 | 0.2 |
| Hex | 50 | 18 | 2F | 0 | 46 | 29 | 45 | 14F | 36 | 14 |
| Octal | 120 | 30 | 57 | 0 | 106 | 51 | 105 | 517 | 66 | 24 |
| Binary | 1010000 | 11000 | 101111 | 0 | 1000110 | 101001 | 1000101 | 101001111 | 110110 | 10100 |
Color Harmonies of #50182F
Complementary color
Monochromatic Colors of #50182F
Black with #50182F
Text Example
Text Example
White with #50182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50182F; }
p { color: rgb(80,24,47); }
H1.HeaderClassName
{
color: #50182F;
}
.AnyTagClassName
{
color: #50182F;
}
</style>
background-color css
<style>
a { background-color: #50182F; }
a { background-color: rgb(80,24,47); }
div.DivClassName
{
background-color: #50182F;
}
.BgClassName
{
background-color: #50182F;
}
</style>
border-color css
<style>
span { border-color: #50182F; }
span { border-color: rgb(80,24,47); }
td.TdClassName
{
border-color: #50182F;
}
.TagClassName
{
border-color: #50182F;
}
</style>