Shades of Blackberry #501642
Tints of Blackberry #501642
RGB
CMYK
RGB Variations
Color information
#501642 (or 0x501642) is known color: Blackberry. HEX triplet: 50, 16 and 42. RGB value is (80,22,66). Sum of RGB (Red+Green+Blue) = 80+22+66=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501642 is #AFE9BD. Grayscale: #2C2C2C. Windows color (decimal): -11528638 or 4331088. OLE color: 4331088.
HSL color Cylindrical-coordinate representation of color #501642: hue angle of 314.48º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501642 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 66 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.69 |
| HSL | 314.48º | 0.57% | 0.2% | - |
| HSV(B) | 314.48º | 0.73% | 0.31% | - |
| XYZ | 4.58 | 2.67 | 5.43 | - |
| YUV | 44.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 66 | 0 | 0.72 | 0.17 | 0.69 | 314.48 | 0.57 | 0.2 |
| Hex | 50 | 16 | 42 | 0 | 48 | 11 | 45 | 13A | 39 | 14 |
| Octal | 120 | 26 | 102 | 0 | 110 | 21 | 105 | 472 | 71 | 24 |
| Binary | 1010000 | 10110 | 1000010 | 0 | 1001000 | 10001 | 1000101 | 100111010 | 111001 | 10100 |
Color Harmonies of #501642
Complementary color
Monochromatic Colors of #501642
Black with #501642
Text Example
Text Example
White with #501642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501642; }
p { color: rgb(80,22,66); }
H1.HeaderClassName
{
color: #501642;
}
.AnyTagClassName
{
color: #501642;
}
</style>
background-color css
<style>
a { background-color: #501642; }
a { background-color: rgb(80,22,66); }
div.DivClassName
{
background-color: #501642;
}
.BgClassName
{
background-color: #501642;
}
</style>
border-color css
<style>
span { border-color: #501642; }
span { border-color: rgb(80,22,66); }
td.TdClassName
{
border-color: #501642;
}
.TagClassName
{
border-color: #501642;
}
</style>