Shades of Blackberry #501D39
Tints of Blackberry #501D39
RGB
CMYK
RGB Variations
Color information
#501D39 (or 0x501D39) is known color: Blackberry. HEX triplet: 50, 1D and 39. RGB value is (80,29,57). Sum of RGB (Red+Green+Blue) = 80+29+57=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D39 is #AFE2C6. Grayscale: #2F2F2F. Windows color (decimal): -11526855 or 3743056. OLE color: 3743056.
HSL color Cylindrical-coordinate representation of color #501D39: hue angle of 327.06º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D39 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 57 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.69 |
| HSL | 327.06º | 0.47% | 0.21% | - |
| HSV(B) | 327.06º | 0.64% | 0.31% | - |
| XYZ | 4.49 | 2.88 | 4.19 | - |
| YUV | 47.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 57 | 0 | 0.64 | 0.29 | 0.69 | 327.06 | 0.47 | 0.21 |
| Hex | 50 | 1D | 39 | 0 | 40 | 1D | 45 | 147 | 2F | 15 |
| Octal | 120 | 35 | 71 | 0 | 100 | 35 | 105 | 507 | 57 | 25 |
| Binary | 1010000 | 11101 | 111001 | 0 | 1000000 | 11101 | 1000101 | 101000111 | 101111 | 10101 |
Color Harmonies of #501D39
Complementary color
Monochromatic Colors of #501D39
Black with #501D39
Text Example
Text Example
White with #501D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D39; }
p { color: rgb(80,29,57); }
H1.HeaderClassName
{
color: #501D39;
}
.AnyTagClassName
{
color: #501D39;
}
</style>
background-color css
<style>
a { background-color: #501D39; }
a { background-color: rgb(80,29,57); }
div.DivClassName
{
background-color: #501D39;
}
.BgClassName
{
background-color: #501D39;
}
</style>
border-color css
<style>
span { border-color: #501D39; }
span { border-color: rgb(80,29,57); }
td.TdClassName
{
border-color: #501D39;
}
.TagClassName
{
border-color: #501D39;
}
</style>