Shades of Blackberry #4E143D
Tints of Blackberry #4E143D
RGB
CMYK
RGB Variations
Color information
#4E143D (or 0x4E143D) is known color: Blackberry. HEX triplet: 4E, 14 and 3D. RGB value is (78,20,61). Sum of RGB (Red+Green+Blue) = 78+20+61=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E143D is #B1EBC2. Grayscale: #292929. Windows color (decimal): -11660227 or 4002894. OLE color: 4002894.
HSL color Cylindrical-coordinate representation of color #4E143D: hue angle of 317.59º 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 #4E143D is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 61 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.69 |
| HSL | 317.59º | 0.59% | 0.19% | - |
| HSV(B) | 317.59º | 0.74% | 0.31% | - |
| XYZ | 4.23 | 2.46 | 4.67 | - |
| YUV | 42.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 61 | 0 | 0.74 | 0.22 | 0.69 | 317.59 | 0.59 | 0.19 |
| Hex | 4E | 14 | 3D | 0 | 4A | 16 | 45 | 13E | 3B | 13 |
| Octal | 116 | 24 | 75 | 0 | 112 | 26 | 105 | 476 | 73 | 23 |
| Binary | 1001110 | 10100 | 111101 | 0 | 1001010 | 10110 | 1000101 | 100111110 | 111011 | 10011 |
Color Harmonies of #4E143D
Complementary color
Monochromatic Colors of #4E143D
Black with #4E143D
Text Example
Text Example
White with #4E143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E143D; }
p { color: rgb(78,20,61); }
H1.HeaderClassName
{
color: #4E143D;
}
.AnyTagClassName
{
color: #4E143D;
}
</style>
background-color css
<style>
a { background-color: #4E143D; }
a { background-color: rgb(78,20,61); }
div.DivClassName
{
background-color: #4E143D;
}
.BgClassName
{
background-color: #4E143D;
}
</style>
border-color css
<style>
span { border-color: #4E143D; }
span { border-color: rgb(78,20,61); }
td.TdClassName
{
border-color: #4E143D;
}
.TagClassName
{
border-color: #4E143D;
}
</style>