Shades of Blackberry #4E0C2E
Tints of Blackberry #4E0C2E
RGB
CMYK
RGB Variations
Color information
#4E0C2E (or 0x4E0C2E) is known color: Blackberry. HEX triplet: 4E, 0C and 2E. RGB value is (78,12,46). Sum of RGB (Red+Green+Blue) = 78+12+46=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C2E is #B1F3D1. Grayscale: #232323. Windows color (decimal): -11662290 or 3017806. OLE color: 3017806.
HSL color Cylindrical-coordinate representation of color #4E0C2E: hue angle of 329.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 #4E0C2E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 12 | 46 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.69 |
| HSL | 329.09º | 0.73% | 0.18% | - |
| HSV(B) | 329.09º | 0.85% | 0.31% | - |
| XYZ | 3.77 | 2.08 | 2.79 | - |
| YUV | 35.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 12 | 46 | 0 | 0.85 | 0.41 | 0.69 | 329.09 | 0.73 | 0.18 |
| Hex | 4E | C | 2E | 0 | 55 | 29 | 45 | 149 | 49 | 12 |
| Octal | 116 | 14 | 56 | 0 | 125 | 51 | 105 | 511 | 111 | 22 |
| Binary | 1001110 | 1100 | 101110 | 0 | 1010101 | 101001 | 1000101 | 101001001 | 1001001 | 10010 |
Color Harmonies of #4E0C2E
Complementary color
Monochromatic Colors of #4E0C2E
Black with #4E0C2E
Text Example
Text Example
White with #4E0C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0C2E; }
p { color: rgb(78,12,46); }
H1.HeaderClassName
{
color: #4E0C2E;
}
.AnyTagClassName
{
color: #4E0C2E;
}
</style>
background-color css
<style>
a { background-color: #4E0C2E; }
a { background-color: rgb(78,12,46); }
div.DivClassName
{
background-color: #4E0C2E;
}
.BgClassName
{
background-color: #4E0C2E;
}
</style>
border-color css
<style>
span { border-color: #4E0C2E; }
span { border-color: rgb(78,12,46); }
td.TdClassName
{
border-color: #4E0C2E;
}
.TagClassName
{
border-color: #4E0C2E;
}
</style>