Shades of Blackberry #4E072A
Tints of Blackberry #4E072A
RGB
CMYK
RGB Variations
Color information
#4E072A (or 0x4E072A) is known color: Blackberry. HEX triplet: 4E, 07 and 2A. RGB value is (78,7,42). Sum of RGB (Red+Green+Blue) = 78+7+42=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E072A is #B1F8D5. Grayscale: #202020. Windows color (decimal): -11663574 or 2754382. OLE color: 2754382.
HSL color Cylindrical-coordinate representation of color #4E072A: hue angle of 330.42º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E072A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 42 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.69 |
| HSL | 330.42º | 0.84% | 0.17% | - |
| HSV(B) | 330.42º | 0.91% | 0.31% | - |
| XYZ | 3.64 | 1.94 | 2.37 | - |
| YUV | 32.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 42 | 0 | 0.91 | 0.46 | 0.69 | 330.42 | 0.84 | 0.17 |
| Hex | 4E | 7 | 2A | 0 | 5B | 2E | 45 | 14A | 54 | 11 |
| Octal | 116 | 7 | 52 | 0 | 133 | 56 | 105 | 512 | 124 | 21 |
| Binary | 1001110 | 111 | 101010 | 0 | 1011011 | 101110 | 1000101 | 101001010 | 1010100 | 10001 |
Color Harmonies of #4E072A
Complementary color
Monochromatic Colors of #4E072A
Black with #4E072A
Text Example
Text Example
White with #4E072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E072A; }
p { color: rgb(78,7,42); }
H1.HeaderClassName
{
color: #4E072A;
}
.AnyTagClassName
{
color: #4E072A;
}
</style>
background-color css
<style>
a { background-color: #4E072A; }
a { background-color: rgb(78,7,42); }
div.DivClassName
{
background-color: #4E072A;
}
.BgClassName
{
background-color: #4E072A;
}
</style>
border-color css
<style>
span { border-color: #4E072A; }
span { border-color: rgb(78,7,42); }
td.TdClassName
{
border-color: #4E072A;
}
.TagClassName
{
border-color: #4E072A;
}
</style>