Shades of Blackberry #4E0C39
Tints of Blackberry #4E0C39
RGB
CMYK
RGB Variations
Color information
#4E0C39 (or 0x4E0C39) is known color: Blackberry. HEX triplet: 4E, 0C and 39. RGB value is (78,12,57). Sum of RGB (Red+Green+Blue) = 78+12+57=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C39 is #B1F3C6. Grayscale: #242424. Windows color (decimal): -11662279 or 3738702. OLE color: 3738702.
HSL color Cylindrical-coordinate representation of color #4E0C39: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E0C39 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 12 | 57 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.69 |
| HSL | 319.09º | 0.73% | 0.18% | - |
| HSV(B) | 319.09º | 0.85% | 0.31% | - |
| XYZ | 4.01 | 2.18 | 4.08 | - |
| YUV | 36.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 12 | 57 | 0 | 0.85 | 0.27 | 0.69 | 319.09 | 0.73 | 0.18 |
| Hex | 4E | C | 39 | 0 | 55 | 1B | 45 | 13F | 49 | 12 |
| Octal | 116 | 14 | 71 | 0 | 125 | 33 | 105 | 477 | 111 | 22 |
| Binary | 1001110 | 1100 | 111001 | 0 | 1010101 | 11011 | 1000101 | 100111111 | 1001001 | 10010 |
Color Harmonies of #4E0C39
Complementary color
Monochromatic Colors of #4E0C39
Black with #4E0C39
Text Example
Text Example
White with #4E0C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0C39; }
p { color: rgb(78,12,57); }
H1.HeaderClassName
{
color: #4E0C39;
}
.AnyTagClassName
{
color: #4E0C39;
}
</style>
background-color css
<style>
a { background-color: #4E0C39; }
a { background-color: rgb(78,12,57); }
div.DivClassName
{
background-color: #4E0C39;
}
.BgClassName
{
background-color: #4E0C39;
}
</style>
border-color css
<style>
span { border-color: #4E0C39; }
span { border-color: rgb(78,12,57); }
td.TdClassName
{
border-color: #4E0C39;
}
.TagClassName
{
border-color: #4E0C39;
}
</style>