Shades of Blackberry #501142
Tints of Blackberry #501142
RGB
CMYK
RGB Variations
Color information
#501142 (or 0x501142) is known color: Blackberry. HEX triplet: 50, 11 and 42. RGB value is (80,17,66). Sum of RGB (Red+Green+Blue) = 80+17+66=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501142 is #AFEEBD. Grayscale: #292929. Windows color (decimal): -11529918 or 4329808. OLE color: 4329808.
HSL color Cylindrical-coordinate representation of color #501142: hue angle of 313.33º 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 #501142 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 66 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.69 |
| HSL | 313.33º | 0.65% | 0.19% | - |
| HSV(B) | 313.33º | 0.79% | 0.31% | - |
| XYZ | 4.49 | 2.5 | 5.4 | - |
| YUV | 41.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 66 | 0 | 0.79 | 0.17 | 0.69 | 313.33 | 0.65 | 0.19 |
| Hex | 50 | 11 | 42 | 0 | 4F | 11 | 45 | 139 | 41 | 13 |
| Octal | 120 | 21 | 102 | 0 | 117 | 21 | 105 | 471 | 101 | 23 |
| Binary | 1010000 | 10001 | 1000010 | 0 | 1001111 | 10001 | 1000101 | 100111001 | 1000001 | 10011 |
Color Harmonies of #501142
Complementary color
Monochromatic Colors of #501142
Black with #501142
Text Example
Text Example
White with #501142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501142; }
p { color: rgb(80,17,66); }
H1.HeaderClassName
{
color: #501142;
}
.AnyTagClassName
{
color: #501142;
}
</style>
background-color css
<style>
a { background-color: #501142; }
a { background-color: rgb(80,17,66); }
div.DivClassName
{
background-color: #501142;
}
.BgClassName
{
background-color: #501142;
}
</style>
border-color css
<style>
span { border-color: #501142; }
span { border-color: rgb(80,17,66); }
td.TdClassName
{
border-color: #501142;
}
.TagClassName
{
border-color: #501142;
}
</style>