Shades of Blackberry #4E082C
Tints of Blackberry #4E082C
RGB
CMYK
RGB Variations
Color information
#4E082C (or 0x4E082C) is known color: Blackberry. HEX triplet: 4E, 08 and 2C. RGB value is (78,8,44). Sum of RGB (Red+Green+Blue) = 78+8+44=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E082C is #B1F7D3. Grayscale: #202020. Windows color (decimal): -11663316 or 2885710. OLE color: 2885710.
HSL color Cylindrical-coordinate representation of color #4E082C: hue angle of 329.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E082C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 8 | 44 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.69 |
| HSL | 329.14º | 0.81% | 0.17% | - |
| HSV(B) | 329.14º | 0.9% | 0.31% | - |
| XYZ | 3.68 | 1.98 | 2.57 | - |
| YUV | 33.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 44 | 0 | 0.90 | 0.44 | 0.69 | 329.14 | 0.81 | 0.17 |
| Hex | 4E | 8 | 2C | 0 | 5A | 2C | 45 | 149 | 51 | 11 |
| Octal | 116 | 10 | 54 | 0 | 132 | 54 | 105 | 511 | 121 | 21 |
| Binary | 1001110 | 1000 | 101100 | 0 | 1011010 | 101100 | 1000101 | 101001001 | 1010001 | 10001 |
Color Harmonies of #4E082C
Complementary color
Monochromatic Colors of #4E082C
Black with #4E082C
Text Example
Text Example
White with #4E082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E082C; }
p { color: rgb(78,8,44); }
H1.HeaderClassName
{
color: #4E082C;
}
.AnyTagClassName
{
color: #4E082C;
}
</style>
background-color css
<style>
a { background-color: #4E082C; }
a { background-color: rgb(78,8,44); }
div.DivClassName
{
background-color: #4E082C;
}
.BgClassName
{
background-color: #4E082C;
}
</style>
border-color css
<style>
span { border-color: #4E082C; }
span { border-color: rgb(78,8,44); }
td.TdClassName
{
border-color: #4E082C;
}
.TagClassName
{
border-color: #4E082C;
}
</style>