Shades of Blackberry #4E0C2F
Tints of Blackberry #4E0C2F
RGB
CMYK
RGB Variations
Color information
#4E0C2F (or 0x4E0C2F) is known color: Blackberry. HEX triplet: 4E, 0C and 2F. RGB value is (78,12,47). Sum of RGB (Red+Green+Blue) = 78+12+47=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C2F is #B1F3D0. Grayscale: #232323. Windows color (decimal): -11662289 or 3083342. OLE color: 3083342.
HSL color Cylindrical-coordinate representation of color #4E0C2F: hue angle of 328.18º 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 #4E0C2F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 12 | 47 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.69 |
| HSL | 328.18º | 0.73% | 0.18% | - |
| HSV(B) | 328.18º | 0.85% | 0.31% | - |
| XYZ | 3.79 | 2.09 | 2.89 | - |
| YUV | 35.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 12 | 47 | 0 | 0.85 | 0.40 | 0.69 | 328.18 | 0.73 | 0.18 |
| Hex | 4E | C | 2F | 0 | 55 | 28 | 45 | 148 | 49 | 12 |
| Octal | 116 | 14 | 57 | 0 | 125 | 50 | 105 | 510 | 111 | 22 |
| Binary | 1001110 | 1100 | 101111 | 0 | 1010101 | 101000 | 1000101 | 101001000 | 1001001 | 10010 |
Color Harmonies of #4E0C2F
Complementary color
Monochromatic Colors of #4E0C2F
Black with #4E0C2F
Text Example
Text Example
White with #4E0C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0C2F; }
p { color: rgb(78,12,47); }
H1.HeaderClassName
{
color: #4E0C2F;
}
.AnyTagClassName
{
color: #4E0C2F;
}
</style>
background-color css
<style>
a { background-color: #4E0C2F; }
a { background-color: rgb(78,12,47); }
div.DivClassName
{
background-color: #4E0C2F;
}
.BgClassName
{
background-color: #4E0C2F;
}
</style>
border-color css
<style>
span { border-color: #4E0C2F; }
span { border-color: rgb(78,12,47); }
td.TdClassName
{
border-color: #4E0C2F;
}
.TagClassName
{
border-color: #4E0C2F;
}
</style>