Shades of Blackberry #4E112D
Tints of Blackberry #4E112D
RGB
CMYK
RGB Variations
Color information
#4E112D (or 0x4E112D) is known color: Blackberry. HEX triplet: 4E, 11 and 2D. RGB value is (78,17,45). Sum of RGB (Red+Green+Blue) = 78+17+45=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E112D is #B1EED2. Grayscale: #262626. Windows color (decimal): -11661011 or 2953550. OLE color: 2953550.
HSL color Cylindrical-coordinate representation of color #4E112D: hue angle of 332.46º 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 #4E112D is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 45 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.69 |
| HSL | 332.46º | 0.64% | 0.19% | - |
| HSV(B) | 332.46º | 0.78% | 0.31% | - |
| XYZ | 3.82 | 2.21 | 2.71 | - |
| YUV | 38.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 45 | 0 | 0.78 | 0.42 | 0.69 | 332.46 | 0.64 | 0.19 |
| Hex | 4E | 11 | 2D | 0 | 4E | 2A | 45 | 14C | 40 | 13 |
| Octal | 116 | 21 | 55 | 0 | 116 | 52 | 105 | 514 | 100 | 23 |
| Binary | 1001110 | 10001 | 101101 | 0 | 1001110 | 101010 | 1000101 | 101001100 | 1000000 | 10011 |
Color Harmonies of #4E112D
Complementary color
Monochromatic Colors of #4E112D
Black with #4E112D
Text Example
Text Example
White with #4E112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E112D; }
p { color: rgb(78,17,45); }
H1.HeaderClassName
{
color: #4E112D;
}
.AnyTagClassName
{
color: #4E112D;
}
</style>
background-color css
<style>
a { background-color: #4E112D; }
a { background-color: rgb(78,17,45); }
div.DivClassName
{
background-color: #4E112D;
}
.BgClassName
{
background-color: #4E112D;
}
</style>
border-color css
<style>
span { border-color: #4E112D; }
span { border-color: rgb(78,17,45); }
td.TdClassName
{
border-color: #4E112D;
}
.TagClassName
{
border-color: #4E112D;
}
</style>