Shades of Blackberry #4E153E
Tints of Blackberry #4E153E
RGB
CMYK
RGB Variations
Color information
#4E153E (or 0x4E153E) is known color: Blackberry. HEX triplet: 4E, 15 and 3E. RGB value is (78,21,62). Sum of RGB (Red+Green+Blue) = 78+21+62=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E153E is #B1EAC1. Grayscale: #2A2A2A. Windows color (decimal): -11659970 or 4068686. OLE color: 4068686.
HSL color Cylindrical-coordinate representation of color #4E153E: hue angle of 316.84º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E153E is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 62 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.69 |
| HSL | 316.84º | 0.58% | 0.19% | - |
| HSV(B) | 316.84º | 0.73% | 0.31% | - |
| XYZ | 4.28 | 2.5 | 4.82 | - |
| YUV | 42.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 62 | 0 | 0.73 | 0.21 | 0.69 | 316.84 | 0.58 | 0.19 |
| Hex | 4E | 15 | 3E | 0 | 49 | 15 | 45 | 13D | 3A | 13 |
| Octal | 116 | 25 | 76 | 0 | 111 | 25 | 105 | 475 | 72 | 23 |
| Binary | 1001110 | 10101 | 111110 | 0 | 1001001 | 10101 | 1000101 | 100111101 | 111010 | 10011 |
Color Harmonies of #4E153E
Complementary color
Monochromatic Colors of #4E153E
Black with #4E153E
Text Example
Text Example
White with #4E153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E153E; }
p { color: rgb(78,21,62); }
H1.HeaderClassName
{
color: #4E153E;
}
.AnyTagClassName
{
color: #4E153E;
}
</style>
background-color css
<style>
a { background-color: #4E153E; }
a { background-color: rgb(78,21,62); }
div.DivClassName
{
background-color: #4E153E;
}
.BgClassName
{
background-color: #4E153E;
}
</style>
border-color css
<style>
span { border-color: #4E153E; }
span { border-color: rgb(78,21,62); }
td.TdClassName
{
border-color: #4E153E;
}
.TagClassName
{
border-color: #4E153E;
}
</style>