Shades of Blackberry #501441
Tints of Blackberry #501441
RGB
CMYK
RGB Variations
Color information
#501441 (or 0x501441) is known color: Blackberry. HEX triplet: 50, 14 and 41. RGB value is (80,20,65). Sum of RGB (Red+Green+Blue) = 80+20+65=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501441 is #AFEBBE. Grayscale: #2A2A2A. Windows color (decimal): -11529151 or 4265040. OLE color: 4265040.
HSL color Cylindrical-coordinate representation of color #501441: hue angle of 315º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501441 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 65 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.69 |
| HSL | 315º | 0.6% | 0.2% | - |
| HSV(B) | 315º | 0.75% | 0.31% | - |
| XYZ | 4.51 | 2.59 | 5.26 | - |
| YUV | 43.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 65 | 0 | 0.75 | 0.19 | 0.69 | 315 | 0.6 | 0.2 |
| Hex | 50 | 14 | 41 | 0 | 4B | 13 | 45 | 13B | 3C | 14 |
| Octal | 120 | 24 | 101 | 0 | 113 | 23 | 105 | 473 | 74 | 24 |
| Binary | 1010000 | 10100 | 1000001 | 0 | 1001011 | 10011 | 1000101 | 100111011 | 111100 | 10100 |
Color Harmonies of #501441
Complementary color
Monochromatic Colors of #501441
Black with #501441
Text Example
Text Example
White with #501441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501441; }
p { color: rgb(80,20,65); }
H1.HeaderClassName
{
color: #501441;
}
.AnyTagClassName
{
color: #501441;
}
</style>
background-color css
<style>
a { background-color: #501441; }
a { background-color: rgb(80,20,65); }
div.DivClassName
{
background-color: #501441;
}
.BgClassName
{
background-color: #501441;
}
</style>
border-color css
<style>
span { border-color: #501441; }
span { border-color: rgb(80,20,65); }
td.TdClassName
{
border-color: #501441;
}
.TagClassName
{
border-color: #501441;
}
</style>