Shades of Blackberry #501138
Tints of Blackberry #501138
RGB
CMYK
RGB Variations
Color information
#501138 (or 0x501138) is known color: Blackberry. HEX triplet: 50, 11 and 38. RGB value is (80,17,56). Sum of RGB (Red+Green+Blue) = 80+17+56=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501138 is #AFEEC7. Grayscale: #282828. Windows color (decimal): -11529928 or 3674448. OLE color: 3674448.
HSL color Cylindrical-coordinate representation of color #501138: hue angle of 322.86º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501138 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 56 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.69 |
| HSL | 322.86º | 0.65% | 0.19% | - |
| HSV(B) | 322.86º | 0.79% | 0.31% | - |
| XYZ | 4.22 | 2.39 | 3.98 | - |
| YUV | 40.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 56 | 0 | 0.79 | 0.30 | 0.69 | 322.86 | 0.65 | 0.19 |
| Hex | 50 | 11 | 38 | 0 | 4F | 1E | 45 | 143 | 41 | 13 |
| Octal | 120 | 21 | 70 | 0 | 117 | 36 | 105 | 503 | 101 | 23 |
| Binary | 1010000 | 10001 | 111000 | 0 | 1001111 | 11110 | 1000101 | 101000011 | 1000001 | 10011 |
Color Harmonies of #501138
Complementary color
Monochromatic Colors of #501138
Black with #501138
Text Example
Text Example
White with #501138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501138; }
p { color: rgb(80,17,56); }
H1.HeaderClassName
{
color: #501138;
}
.AnyTagClassName
{
color: #501138;
}
</style>
background-color css
<style>
a { background-color: #501138; }
a { background-color: rgb(80,17,56); }
div.DivClassName
{
background-color: #501138;
}
.BgClassName
{
background-color: #501138;
}
</style>
border-color css
<style>
span { border-color: #501138; }
span { border-color: rgb(80,17,56); }
td.TdClassName
{
border-color: #501138;
}
.TagClassName
{
border-color: #501138;
}
</style>