Shades of Blackberry #501C40
Tints of Blackberry #501C40
RGB
CMYK
RGB Variations
Color information
#501C40 (or 0x501C40) is known color: Blackberry. HEX triplet: 50, 1C and 40. RGB value is (80,28,64). Sum of RGB (Red+Green+Blue) = 80+28+64=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C40 is #AFE3BF. Grayscale: #2F2F2F. Windows color (decimal): -11527104 or 4201552. OLE color: 4201552.
HSL color Cylindrical-coordinate representation of color #501C40: hue angle of 318.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C40 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 64 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.69 |
| HSL | 318.46º | 0.48% | 0.21% | - |
| HSV(B) | 318.46º | 0.65% | 0.31% | - |
| XYZ | 4.65 | 2.91 | 5.17 | - |
| YUV | 47.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 64 | 0 | 0.65 | 0.20 | 0.69 | 318.46 | 0.48 | 0.21 |
| Hex | 50 | 1C | 40 | 0 | 41 | 14 | 45 | 13E | 30 | 15 |
| Octal | 120 | 34 | 100 | 0 | 101 | 24 | 105 | 476 | 60 | 25 |
| Binary | 1010000 | 11100 | 1000000 | 0 | 1000001 | 10100 | 1000101 | 100111110 | 110000 | 10101 |
Color Harmonies of #501C40
Complementary color
Monochromatic Colors of #501C40
Black with #501C40
Text Example
Text Example
White with #501C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C40; }
p { color: rgb(80,28,64); }
H1.HeaderClassName
{
color: #501C40;
}
.AnyTagClassName
{
color: #501C40;
}
</style>
background-color css
<style>
a { background-color: #501C40; }
a { background-color: rgb(80,28,64); }
div.DivClassName
{
background-color: #501C40;
}
.BgClassName
{
background-color: #501C40;
}
</style>
border-color css
<style>
span { border-color: #501C40; }
span { border-color: rgb(80,28,64); }
td.TdClassName
{
border-color: #501C40;
}
.TagClassName
{
border-color: #501C40;
}
</style>