Shades of Blackberry #4E1142
Tints of Blackberry #4E1142
RGB
CMYK
RGB Variations
Color information
#4E1142 (or 0x4E1142) is known color: Blackberry. HEX triplet: 4E, 11 and 42. RGB value is (78,17,66). Sum of RGB (Red+Green+Blue) = 78+17+66=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1142 is #B1EEBD. Grayscale: #282828. Windows color (decimal): -11660990 or 4329806. OLE color: 4329806.
HSL color Cylindrical-coordinate representation of color #4E1142: hue angle of 311.8º 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 #4E1142 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 66 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.69 |
| HSL | 311.8º | 0.64% | 0.19% | - |
| HSV(B) | 311.8º | 0.78% | 0.31% | - |
| XYZ | 4.33 | 2.41 | 5.39 | - |
| YUV | 40.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 66 | 0 | 0.78 | 0.15 | 0.69 | 311.8 | 0.64 | 0.19 |
| Hex | 4E | 11 | 42 | 0 | 4E | F | 45 | 138 | 40 | 13 |
| Octal | 116 | 21 | 102 | 0 | 116 | 17 | 105 | 470 | 100 | 23 |
| Binary | 1001110 | 10001 | 1000010 | 0 | 1001110 | 1111 | 1000101 | 100111000 | 1000000 | 10011 |
Color Harmonies of #4E1142
Complementary color
Monochromatic Colors of #4E1142
Black with #4E1142
Text Example
Text Example
White with #4E1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1142; }
p { color: rgb(78,17,66); }
H1.HeaderClassName
{
color: #4E1142;
}
.AnyTagClassName
{
color: #4E1142;
}
</style>
background-color css
<style>
a { background-color: #4E1142; }
a { background-color: rgb(78,17,66); }
div.DivClassName
{
background-color: #4E1142;
}
.BgClassName
{
background-color: #4E1142;
}
</style>
border-color css
<style>
span { border-color: #4E1142; }
span { border-color: rgb(78,17,66); }
td.TdClassName
{
border-color: #4E1142;
}
.TagClassName
{
border-color: #4E1142;
}
</style>