Shades of Blackberry #4E143E
Tints of Blackberry #4E143E
RGB
CMYK
RGB Variations
Color information
#4E143E (or 0x4E143E) is known color: Blackberry. HEX triplet: 4E, 14 and 3E. RGB value is (78,20,62). Sum of RGB (Red+Green+Blue) = 78+20+62=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E143E is #B1EBC1. Grayscale: #2A2A2A. Windows color (decimal): -11660226 or 4068430. OLE color: 4068430.
HSL color Cylindrical-coordinate representation of color #4E143E: hue angle of 316.55º 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 #4E143E is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 62 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.69 |
| HSL | 316.55º | 0.59% | 0.19% | - |
| HSV(B) | 316.55º | 0.74% | 0.31% | - |
| XYZ | 4.26 | 2.47 | 4.81 | - |
| YUV | 42.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 62 | 0 | 0.74 | 0.21 | 0.69 | 316.55 | 0.59 | 0.19 |
| Hex | 4E | 14 | 3E | 0 | 4A | 15 | 45 | 13D | 3B | 13 |
| Octal | 116 | 24 | 76 | 0 | 112 | 25 | 105 | 475 | 73 | 23 |
| Binary | 1001110 | 10100 | 111110 | 0 | 1001010 | 10101 | 1000101 | 100111101 | 111011 | 10011 |
Color Harmonies of #4E143E
Complementary color
Monochromatic Colors of #4E143E
Black with #4E143E
Text Example
Text Example
White with #4E143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E143E; }
p { color: rgb(78,20,62); }
H1.HeaderClassName
{
color: #4E143E;
}
.AnyTagClassName
{
color: #4E143E;
}
</style>
background-color css
<style>
a { background-color: #4E143E; }
a { background-color: rgb(78,20,62); }
div.DivClassName
{
background-color: #4E143E;
}
.BgClassName
{
background-color: #4E143E;
}
</style>
border-color css
<style>
span { border-color: #4E143E; }
span { border-color: rgb(78,20,62); }
td.TdClassName
{
border-color: #4E143E;
}
.TagClassName
{
border-color: #4E143E;
}
</style>