Shades of Blackberry #501A40
Tints of Blackberry #501A40
RGB
CMYK
RGB Variations
Color information
#501A40 (or 0x501A40) is known color: Blackberry. HEX triplet: 50, 1A and 40. RGB value is (80,26,64). Sum of RGB (Red+Green+Blue) = 80+26+64=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A40 is #AFE5BF. Grayscale: #2E2E2E. Windows color (decimal): -11527616 or 4201040. OLE color: 4201040.
HSL color Cylindrical-coordinate representation of color #501A40: hue angle of 317.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A40 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 64 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.69 |
| HSL | 317.78º | 0.51% | 0.21% | - |
| HSV(B) | 317.78º | 0.68% | 0.31% | - |
| XYZ | 4.6 | 2.81 | 5.15 | - |
| YUV | 46.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 64 | 0 | 0.67 | 0.20 | 0.69 | 317.78 | 0.51 | 0.21 |
| Hex | 50 | 1A | 40 | 0 | 43 | 14 | 45 | 13E | 33 | 15 |
| Octal | 120 | 32 | 100 | 0 | 103 | 24 | 105 | 476 | 63 | 25 |
| Binary | 1010000 | 11010 | 1000000 | 0 | 1000011 | 10100 | 1000101 | 100111110 | 110011 | 10101 |
Color Harmonies of #501A40
Complementary color
Monochromatic Colors of #501A40
Black with #501A40
Text Example
Text Example
White with #501A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A40; }
p { color: rgb(80,26,64); }
H1.HeaderClassName
{
color: #501A40;
}
.AnyTagClassName
{
color: #501A40;
}
</style>
background-color css
<style>
a { background-color: #501A40; }
a { background-color: rgb(80,26,64); }
div.DivClassName
{
background-color: #501A40;
}
.BgClassName
{
background-color: #501A40;
}
</style>
border-color css
<style>
span { border-color: #501A40; }
span { border-color: rgb(80,26,64); }
td.TdClassName
{
border-color: #501A40;
}
.TagClassName
{
border-color: #501A40;
}
</style>