Shades of Blackberry #4E113D
Tints of Blackberry #4E113D
RGB
CMYK
RGB Variations
Color information
#4E113D (or 0x4E113D) is known color: Blackberry. HEX triplet: 4E, 11 and 3D. RGB value is (78,17,61). Sum of RGB (Red+Green+Blue) = 78+17+61=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E113D is #B1EEC2. Grayscale: #282828. Windows color (decimal): -11660995 or 4002126. OLE color: 4002126.
HSL color Cylindrical-coordinate representation of color #4E113D: hue angle of 316.72º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E113D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 61 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.69 |
| HSL | 316.72º | 0.64% | 0.19% | - |
| HSV(B) | 316.72º | 0.78% | 0.31% | - |
| XYZ | 4.18 | 2.36 | 4.65 | - |
| YUV | 40.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 61 | 0 | 0.78 | 0.22 | 0.69 | 316.72 | 0.64 | 0.19 |
| Hex | 4E | 11 | 3D | 0 | 4E | 16 | 45 | 13D | 40 | 13 |
| Octal | 116 | 21 | 75 | 0 | 116 | 26 | 105 | 475 | 100 | 23 |
| Binary | 1001110 | 10001 | 111101 | 0 | 1001110 | 10110 | 1000101 | 100111101 | 1000000 | 10011 |
Color Harmonies of #4E113D
Complementary color
Monochromatic Colors of #4E113D
Black with #4E113D
Text Example
Text Example
White with #4E113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E113D; }
p { color: rgb(78,17,61); }
H1.HeaderClassName
{
color: #4E113D;
}
.AnyTagClassName
{
color: #4E113D;
}
</style>
background-color css
<style>
a { background-color: #4E113D; }
a { background-color: rgb(78,17,61); }
div.DivClassName
{
background-color: #4E113D;
}
.BgClassName
{
background-color: #4E113D;
}
</style>
border-color css
<style>
span { border-color: #4E113D; }
span { border-color: rgb(78,17,61); }
td.TdClassName
{
border-color: #4E113D;
}
.TagClassName
{
border-color: #4E113D;
}
</style>