Shades of Blackberry #501D3B
Tints of Blackberry #501D3B
RGB
CMYK
RGB Variations
Color information
#501D3B (or 0x501D3B) is known color: Blackberry. HEX triplet: 50, 1D and 3B. RGB value is (80,29,59). Sum of RGB (Red+Green+Blue) = 80+29+59=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D3B is #AFE2C4. Grayscale: #2F2F2F. Windows color (decimal): -11526853 or 3874128. OLE color: 3874128.
HSL color Cylindrical-coordinate representation of color #501D3B: hue angle of 324.71º 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 #501D3B is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 59 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.69 |
| HSL | 324.71º | 0.47% | 0.21% | - |
| HSV(B) | 324.71º | 0.64% | 0.31% | - |
| XYZ | 4.54 | 2.9 | 4.46 | - |
| YUV | 47.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 59 | 0 | 0.64 | 0.26 | 0.69 | 324.71 | 0.47 | 0.21 |
| Hex | 50 | 1D | 3B | 0 | 40 | 1A | 45 | 145 | 2F | 15 |
| Octal | 120 | 35 | 73 | 0 | 100 | 32 | 105 | 505 | 57 | 25 |
| Binary | 1010000 | 11101 | 111011 | 0 | 1000000 | 11010 | 1000101 | 101000101 | 101111 | 10101 |
Color Harmonies of #501D3B
Complementary color
Monochromatic Colors of #501D3B
Black with #501D3B
Text Example
Text Example
White with #501D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D3B; }
p { color: rgb(80,29,59); }
H1.HeaderClassName
{
color: #501D3B;
}
.AnyTagClassName
{
color: #501D3B;
}
</style>
background-color css
<style>
a { background-color: #501D3B; }
a { background-color: rgb(80,29,59); }
div.DivClassName
{
background-color: #501D3B;
}
.BgClassName
{
background-color: #501D3B;
}
</style>
border-color css
<style>
span { border-color: #501D3B; }
span { border-color: rgb(80,29,59); }
td.TdClassName
{
border-color: #501D3B;
}
.TagClassName
{
border-color: #501D3B;
}
</style>