Shades of Blackberry #4E0D3A
Tints of Blackberry #4E0D3A
RGB
CMYK
RGB Variations
Color information
#4E0D3A (or 0x4E0D3A) is known color: Blackberry. HEX triplet: 4E, 0D and 3A. RGB value is (78,13,58). Sum of RGB (Red+Green+Blue) = 78+13+58=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D3A is #B1F2C5. Grayscale: #252525. Windows color (decimal): -11662022 or 3804494. OLE color: 3804494.
HSL color Cylindrical-coordinate representation of color #4E0D3A: hue angle of 318.46º 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 #4E0D3A is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 58 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.69 |
| HSL | 318.46º | 0.71% | 0.18% | - |
| HSV(B) | 318.46º | 0.83% | 0.31% | - |
| XYZ | 4.05 | 2.21 | 4.22 | - |
| YUV | 37.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 58 | 0 | 0.83 | 0.26 | 0.69 | 318.46 | 0.71 | 0.18 |
| Hex | 4E | D | 3A | 0 | 53 | 1A | 45 | 13E | 47 | 12 |
| Octal | 116 | 15 | 72 | 0 | 123 | 32 | 105 | 476 | 107 | 22 |
| Binary | 1001110 | 1101 | 111010 | 0 | 1010011 | 11010 | 1000101 | 100111110 | 1000111 | 10010 |
Color Harmonies of #4E0D3A
Complementary color
Monochromatic Colors of #4E0D3A
Black with #4E0D3A
Text Example
Text Example
White with #4E0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D3A; }
p { color: rgb(78,13,58); }
H1.HeaderClassName
{
color: #4E0D3A;
}
.AnyTagClassName
{
color: #4E0D3A;
}
</style>
background-color css
<style>
a { background-color: #4E0D3A; }
a { background-color: rgb(78,13,58); }
div.DivClassName
{
background-color: #4E0D3A;
}
.BgClassName
{
background-color: #4E0D3A;
}
</style>
border-color css
<style>
span { border-color: #4E0D3A; }
span { border-color: rgb(78,13,58); }
td.TdClassName
{
border-color: #4E0D3A;
}
.TagClassName
{
border-color: #4E0D3A;
}
</style>