Shades of Blackberry #4E143A
Tints of Blackberry #4E143A
RGB
CMYK
RGB Variations
Color information
#4E143A (or 0x4E143A) is known color: Blackberry. HEX triplet: 4E, 14 and 3A. RGB value is (78,20,58). Sum of RGB (Red+Green+Blue) = 78+20+58=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E143A is #B1EBC5. Grayscale: #292929. Windows color (decimal): -11660230 or 3806286. OLE color: 3806286.
HSL color Cylindrical-coordinate representation of color #4E143A: hue angle of 320.69º 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 #4E143A is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 58 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.69 |
| HSL | 320.69º | 0.59% | 0.19% | - |
| HSV(B) | 320.69º | 0.74% | 0.31% | - |
| XYZ | 4.16 | 2.43 | 4.25 | - |
| YUV | 41.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 58 | 0 | 0.74 | 0.26 | 0.69 | 320.69 | 0.59 | 0.19 |
| Hex | 4E | 14 | 3A | 0 | 4A | 1A | 45 | 141 | 3B | 13 |
| Octal | 116 | 24 | 72 | 0 | 112 | 32 | 105 | 501 | 73 | 23 |
| Binary | 1001110 | 10100 | 111010 | 0 | 1001010 | 11010 | 1000101 | 101000001 | 111011 | 10011 |
Color Harmonies of #4E143A
Complementary color
Monochromatic Colors of #4E143A
Black with #4E143A
Text Example
Text Example
White with #4E143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E143A; }
p { color: rgb(78,20,58); }
H1.HeaderClassName
{
color: #4E143A;
}
.AnyTagClassName
{
color: #4E143A;
}
</style>
background-color css
<style>
a { background-color: #4E143A; }
a { background-color: rgb(78,20,58); }
div.DivClassName
{
background-color: #4E143A;
}
.BgClassName
{
background-color: #4E143A;
}
</style>
border-color css
<style>
span { border-color: #4E143A; }
span { border-color: rgb(78,20,58); }
td.TdClassName
{
border-color: #4E143A;
}
.TagClassName
{
border-color: #4E143A;
}
</style>