Shades of Blackberry #501342
Tints of Blackberry #501342
RGB
CMYK
RGB Variations
Color information
#501342 (or 0x501342) is known color: Blackberry. HEX triplet: 50, 13 and 42. RGB value is (80,19,66). Sum of RGB (Red+Green+Blue) = 80+19+66=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501342 is #AFECBD. Grayscale: #2A2A2A. Windows color (decimal): -11529406 or 4330320. OLE color: 4330320.
HSL color Cylindrical-coordinate representation of color #501342: hue angle of 313.77º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501342 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 66 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.69 |
| HSL | 313.77º | 0.62% | 0.19% | - |
| HSV(B) | 313.77º | 0.76% | 0.31% | - |
| XYZ | 4.52 | 2.56 | 5.41 | - |
| YUV | 42.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 66 | 0 | 0.76 | 0.17 | 0.69 | 313.77 | 0.62 | 0.19 |
| Hex | 50 | 13 | 42 | 0 | 4C | 11 | 45 | 13A | 3E | 13 |
| Octal | 120 | 23 | 102 | 0 | 114 | 21 | 105 | 472 | 76 | 23 |
| Binary | 1010000 | 10011 | 1000010 | 0 | 1001100 | 10001 | 1000101 | 100111010 | 111110 | 10011 |
Color Harmonies of #501342
Complementary color
Monochromatic Colors of #501342
Black with #501342
Text Example
Text Example
White with #501342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501342; }
p { color: rgb(80,19,66); }
H1.HeaderClassName
{
color: #501342;
}
.AnyTagClassName
{
color: #501342;
}
</style>
background-color css
<style>
a { background-color: #501342; }
a { background-color: rgb(80,19,66); }
div.DivClassName
{
background-color: #501342;
}
.BgClassName
{
background-color: #501342;
}
</style>
border-color css
<style>
span { border-color: #501342; }
span { border-color: rgb(80,19,66); }
td.TdClassName
{
border-color: #501342;
}
.TagClassName
{
border-color: #501342;
}
</style>