Shades of Blackberry #4E0E3F
Tints of Blackberry #4E0E3F
RGB
CMYK
RGB Variations
Color information
#4E0E3F (or 0x4E0E3F) is known color: Blackberry. HEX triplet: 4E, 0E and 3F. RGB value is (78,14,63). Sum of RGB (Red+Green+Blue) = 78+14+63=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E3F is #B1F1C0. Grayscale: #262626. Windows color (decimal): -11661761 or 4132430. OLE color: 4132430.
HSL color Cylindrical-coordinate representation of color #4E0E3F: hue angle of 314.06º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E3F is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 63 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.69 |
| HSL | 314.06º | 0.7% | 0.18% | - |
| HSV(B) | 314.06º | 0.82% | 0.31% | - |
| XYZ | 4.2 | 2.29 | 4.92 | - |
| YUV | 38.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 63 | 0 | 0.82 | 0.19 | 0.69 | 314.06 | 0.7 | 0.18 |
| Hex | 4E | E | 3F | 0 | 52 | 13 | 45 | 13A | 46 | 12 |
| Octal | 116 | 16 | 77 | 0 | 122 | 23 | 105 | 472 | 106 | 22 |
| Binary | 1001110 | 1110 | 111111 | 0 | 1010010 | 10011 | 1000101 | 100111010 | 1000110 | 10010 |
Color Harmonies of #4E0E3F
Complementary color
Monochromatic Colors of #4E0E3F
Black with #4E0E3F
Text Example
Text Example
White with #4E0E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E3F; }
p { color: rgb(78,14,63); }
H1.HeaderClassName
{
color: #4E0E3F;
}
.AnyTagClassName
{
color: #4E0E3F;
}
</style>
background-color css
<style>
a { background-color: #4E0E3F; }
a { background-color: rgb(78,14,63); }
div.DivClassName
{
background-color: #4E0E3F;
}
.BgClassName
{
background-color: #4E0E3F;
}
</style>
border-color css
<style>
span { border-color: #4E0E3F; }
span { border-color: rgb(78,14,63); }
td.TdClassName
{
border-color: #4E0E3F;
}
.TagClassName
{
border-color: #4E0E3F;
}
</style>