Shades of Blackberry #4E142D
Tints of Blackberry #4E142D
RGB
CMYK
RGB Variations
Color information
#4E142D (or 0x4E142D) is known color: Blackberry. HEX triplet: 4E, 14 and 2D. RGB value is (78,20,45). Sum of RGB (Red+Green+Blue) = 78+20+45=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E142D is #B1EBD2. Grayscale: #282828. Windows color (decimal): -11660243 or 2954318. OLE color: 2954318.
HSL color Cylindrical-coordinate representation of color #4E142D: hue angle of 334.14º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E142D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 45 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.69 |
| HSL | 334.14º | 0.59% | 0.19% | - |
| HSV(B) | 334.14º | 0.74% | 0.31% | - |
| XYZ | 3.87 | 2.31 | 2.72 | - |
| YUV | 40.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 45 | 0 | 0.74 | 0.42 | 0.69 | 334.14 | 0.59 | 0.19 |
| Hex | 4E | 14 | 2D | 0 | 4A | 2A | 45 | 14E | 3B | 13 |
| Octal | 116 | 24 | 55 | 0 | 112 | 52 | 105 | 516 | 73 | 23 |
| Binary | 1001110 | 10100 | 101101 | 0 | 1001010 | 101010 | 1000101 | 101001110 | 111011 | 10011 |
Color Harmonies of #4E142D
Complementary color
Monochromatic Colors of #4E142D
Black with #4E142D
Text Example
Text Example
White with #4E142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E142D; }
p { color: rgb(78,20,45); }
H1.HeaderClassName
{
color: #4E142D;
}
.AnyTagClassName
{
color: #4E142D;
}
</style>
background-color css
<style>
a { background-color: #4E142D; }
a { background-color: rgb(78,20,45); }
div.DivClassName
{
background-color: #4E142D;
}
.BgClassName
{
background-color: #4E142D;
}
</style>
border-color css
<style>
span { border-color: #4E142D; }
span { border-color: rgb(78,20,45); }
td.TdClassName
{
border-color: #4E142D;
}
.TagClassName
{
border-color: #4E142D;
}
</style>