Shades of Blackberry #4E0D3F
Tints of Blackberry #4E0D3F
RGB
CMYK
RGB Variations
Color information
#4E0D3F (or 0x4E0D3F) is known color: Blackberry. HEX triplet: 4E, 0D and 3F. RGB value is (78,13,63). Sum of RGB (Red+Green+Blue) = 78+13+63=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D3F is #B1F2C0. Grayscale: #262626. Windows color (decimal): -11662017 or 4132174. OLE color: 4132174.
HSL color Cylindrical-coordinate representation of color #4E0D3F: hue angle of 313.85º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D3F is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 63 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.69 |
| HSL | 313.85º | 0.71% | 0.18% | - |
| HSV(B) | 313.85º | 0.83% | 0.31% | - |
| XYZ | 4.18 | 2.27 | 4.92 | - |
| YUV | 38.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 63 | 0 | 0.83 | 0.19 | 0.69 | 313.85 | 0.71 | 0.18 |
| Hex | 4E | D | 3F | 0 | 53 | 13 | 45 | 13A | 47 | 12 |
| Octal | 116 | 15 | 77 | 0 | 123 | 23 | 105 | 472 | 107 | 22 |
| Binary | 1001110 | 1101 | 111111 | 0 | 1010011 | 10011 | 1000101 | 100111010 | 1000111 | 10010 |
Color Harmonies of #4E0D3F
Complementary color
Monochromatic Colors of #4E0D3F
Black with #4E0D3F
Text Example
Text Example
White with #4E0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D3F; }
p { color: rgb(78,13,63); }
H1.HeaderClassName
{
color: #4E0D3F;
}
.AnyTagClassName
{
color: #4E0D3F;
}
</style>
background-color css
<style>
a { background-color: #4E0D3F; }
a { background-color: rgb(78,13,63); }
div.DivClassName
{
background-color: #4E0D3F;
}
.BgClassName
{
background-color: #4E0D3F;
}
</style>
border-color css
<style>
span { border-color: #4E0D3F; }
span { border-color: rgb(78,13,63); }
td.TdClassName
{
border-color: #4E0D3F;
}
.TagClassName
{
border-color: #4E0D3F;
}
</style>