Shades of Blackberry #4E153D
Tints of Blackberry #4E153D
RGB
CMYK
RGB Variations
Color information
#4E153D (or 0x4E153D) is known color: Blackberry. HEX triplet: 4E, 15 and 3D. RGB value is (78,21,61). Sum of RGB (Red+Green+Blue) = 78+21+61=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E153D is #B1EAC2. Grayscale: #2A2A2A. Windows color (decimal): -11659971 or 4003150. OLE color: 4003150.
HSL color Cylindrical-coordinate representation of color #4E153D: hue angle of 317.89º 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 #4E153D is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 61 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.69 |
| HSL | 317.89º | 0.58% | 0.19% | - |
| HSV(B) | 317.89º | 0.73% | 0.31% | - |
| XYZ | 4.25 | 2.49 | 4.67 | - |
| YUV | 42.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 61 | 0 | 0.73 | 0.22 | 0.69 | 317.89 | 0.58 | 0.19 |
| Hex | 4E | 15 | 3D | 0 | 49 | 16 | 45 | 13E | 3A | 13 |
| Octal | 116 | 25 | 75 | 0 | 111 | 26 | 105 | 476 | 72 | 23 |
| Binary | 1001110 | 10101 | 111101 | 0 | 1001001 | 10110 | 1000101 | 100111110 | 111010 | 10011 |
Color Harmonies of #4E153D
Complementary color
Monochromatic Colors of #4E153D
Black with #4E153D
Text Example
Text Example
White with #4E153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E153D; }
p { color: rgb(78,21,61); }
H1.HeaderClassName
{
color: #4E153D;
}
.AnyTagClassName
{
color: #4E153D;
}
</style>
background-color css
<style>
a { background-color: #4E153D; }
a { background-color: rgb(78,21,61); }
div.DivClassName
{
background-color: #4E153D;
}
.BgClassName
{
background-color: #4E153D;
}
</style>
border-color css
<style>
span { border-color: #4E153D; }
span { border-color: rgb(78,21,61); }
td.TdClassName
{
border-color: #4E153D;
}
.TagClassName
{
border-color: #4E153D;
}
</style>