Shades of Blackberry #4E062B
Tints of Blackberry #4E062B
RGB
CMYK
RGB Variations
Color information
#4E062B (or 0x4E062B) is known color: Blackberry. HEX triplet: 4E, 06 and 2B. RGB value is (78,6,43). Sum of RGB (Red+Green+Blue) = 78+6+43=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E062B is #B1F9D4. Grayscale: #1F1F1F. Windows color (decimal): -11663829 or 2819662. OLE color: 2819662.
HSL color Cylindrical-coordinate representation of color #4E062B: hue angle of 329.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E062B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 6 | 43 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.69 |
| HSL | 329.17º | 0.86% | 0.16% | - |
| HSV(B) | 329.17º | 0.92% | 0.31% | - |
| XYZ | 3.64 | 1.92 | 2.46 | - |
| YUV | 31.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 43 | 0 | 0.92 | 0.45 | 0.69 | 329.17 | 0.86 | 0.16 |
| Hex | 4E | 6 | 2B | 0 | 5C | 2D | 45 | 149 | 56 | 10 |
| Octal | 116 | 6 | 53 | 0 | 134 | 55 | 105 | 511 | 126 | 20 |
| Binary | 1001110 | 110 | 101011 | 0 | 1011100 | 101101 | 1000101 | 101001001 | 1010110 | 10000 |
Color Harmonies of #4E062B
Complementary color
Monochromatic Colors of #4E062B
Black with #4E062B
Text Example
Text Example
White with #4E062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E062B; }
p { color: rgb(78,6,43); }
H1.HeaderClassName
{
color: #4E062B;
}
.AnyTagClassName
{
color: #4E062B;
}
</style>
background-color css
<style>
a { background-color: #4E062B; }
a { background-color: rgb(78,6,43); }
div.DivClassName
{
background-color: #4E062B;
}
.BgClassName
{
background-color: #4E062B;
}
</style>
border-color css
<style>
span { border-color: #4E062B; }
span { border-color: rgb(78,6,43); }
td.TdClassName
{
border-color: #4E062B;
}
.TagClassName
{
border-color: #4E062B;
}
</style>