Shades of Blackberry #4E0B3A
Tints of Blackberry #4E0B3A
RGB
CMYK
RGB Variations
Color information
#4E0B3A (or 0x4E0B3A) is known color: Blackberry. HEX triplet: 4E, 0B and 3A. RGB value is (78,11,58). Sum of RGB (Red+Green+Blue) = 78+11+58=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0B3A is #B1F4C5. Grayscale: #242424. Windows color (decimal): -11662534 or 3803982. OLE color: 3803982.
HSL color Cylindrical-coordinate representation of color #4E0B3A: hue angle of 317.91º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B3A is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 11 | 58 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.69 |
| HSL | 317.91º | 0.75% | 0.17% | - |
| HSV(B) | 317.91º | 0.86% | 0.31% | - |
| XYZ | 4.03 | 2.16 | 4.21 | - |
| YUV | 36.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 58 | 0 | 0.86 | 0.26 | 0.69 | 317.91 | 0.75 | 0.17 |
| Hex | 4E | B | 3A | 0 | 56 | 1A | 45 | 13E | 4B | 11 |
| Octal | 116 | 13 | 72 | 0 | 126 | 32 | 105 | 476 | 113 | 21 |
| Binary | 1001110 | 1011 | 111010 | 0 | 1010110 | 11010 | 1000101 | 100111110 | 1001011 | 10001 |
Color Harmonies of #4E0B3A
Complementary color
Monochromatic Colors of #4E0B3A
Black with #4E0B3A
Text Example
Text Example
White with #4E0B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B3A; }
p { color: rgb(78,11,58); }
H1.HeaderClassName
{
color: #4E0B3A;
}
.AnyTagClassName
{
color: #4E0B3A;
}
</style>
background-color css
<style>
a { background-color: #4E0B3A; }
a { background-color: rgb(78,11,58); }
div.DivClassName
{
background-color: #4E0B3A;
}
.BgClassName
{
background-color: #4E0B3A;
}
</style>
border-color css
<style>
span { border-color: #4E0B3A; }
span { border-color: rgb(78,11,58); }
td.TdClassName
{
border-color: #4E0B3A;
}
.TagClassName
{
border-color: #4E0B3A;
}
</style>