Shades of Blackberry #501E3B
Tints of Blackberry #501E3B
RGB
CMYK
RGB Variations
Color information
#501E3B (or 0x501E3B) is known color: Blackberry. HEX triplet: 50, 1E and 3B. RGB value is (80,30,59). Sum of RGB (Red+Green+Blue) = 80+30+59=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E3B is #AFE1C4. Grayscale: #303030. Windows color (decimal): -11526597 or 3874384. OLE color: 3874384.
HSL color Cylindrical-coordinate representation of color #501E3B: hue angle of 325.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E3B is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 59 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.69 |
| HSL | 325.2º | 0.45% | 0.22% | - |
| HSV(B) | 325.2º | 0.63% | 0.31% | - |
| XYZ | 4.56 | 2.95 | 4.47 | - |
| YUV | 48.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 59 | 0 | 0.62 | 0.26 | 0.69 | 325.2 | 0.45 | 0.22 |
| Hex | 50 | 1E | 3B | 0 | 3E | 1A | 45 | 145 | 2D | 16 |
| Octal | 120 | 36 | 73 | 0 | 76 | 32 | 105 | 505 | 55 | 26 |
| Binary | 1010000 | 11110 | 111011 | 0 | 111110 | 11010 | 1000101 | 101000101 | 101101 | 10110 |
Color Harmonies of #501E3B
Complementary color
Monochromatic Colors of #501E3B
Black with #501E3B
Text Example
Text Example
White with #501E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E3B; }
p { color: rgb(80,30,59); }
H1.HeaderClassName
{
color: #501E3B;
}
.AnyTagClassName
{
color: #501E3B;
}
</style>
background-color css
<style>
a { background-color: #501E3B; }
a { background-color: rgb(80,30,59); }
div.DivClassName
{
background-color: #501E3B;
}
.BgClassName
{
background-color: #501E3B;
}
</style>
border-color css
<style>
span { border-color: #501E3B; }
span { border-color: rgb(80,30,59); }
td.TdClassName
{
border-color: #501E3B;
}
.TagClassName
{
border-color: #501E3B;
}
</style>