Shades of Blackberry #4E082B
Tints of Blackberry #4E082B
RGB
CMYK
RGB Variations
Color information
#4E082B (or 0x4E082B) is known color: Blackberry. HEX triplet: 4E, 08 and 2B. RGB value is (78,8,43). Sum of RGB (Red+Green+Blue) = 78+8+43=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E082B is #B1F7D4. Grayscale: #202020. Windows color (decimal): -11663317 or 2820174. OLE color: 2820174.
HSL color Cylindrical-coordinate representation of color #4E082B: hue angle of 330º 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 #4E082B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 8 | 43 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.69 |
| HSL | 330º | 0.81% | 0.17% | - |
| HSV(B) | 330º | 0.9% | 0.31% | - |
| XYZ | 3.66 | 1.97 | 2.47 | - |
| YUV | 32.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 43 | 0 | 0.90 | 0.45 | 0.69 | 330 | 0.81 | 0.17 |
| Hex | 4E | 8 | 2B | 0 | 5A | 2D | 45 | 14A | 51 | 11 |
| Octal | 116 | 10 | 53 | 0 | 132 | 55 | 105 | 512 | 121 | 21 |
| Binary | 1001110 | 1000 | 101011 | 0 | 1011010 | 101101 | 1000101 | 101001010 | 1010001 | 10001 |
Color Harmonies of #4E082B
Complementary color
Monochromatic Colors of #4E082B
Black with #4E082B
Text Example
Text Example
White with #4E082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E082B; }
p { color: rgb(78,8,43); }
H1.HeaderClassName
{
color: #4E082B;
}
.AnyTagClassName
{
color: #4E082B;
}
</style>
background-color css
<style>
a { background-color: #4E082B; }
a { background-color: rgb(78,8,43); }
div.DivClassName
{
background-color: #4E082B;
}
.BgClassName
{
background-color: #4E082B;
}
</style>
border-color css
<style>
span { border-color: #4E082B; }
span { border-color: rgb(78,8,43); }
td.TdClassName
{
border-color: #4E082B;
}
.TagClassName
{
border-color: #4E082B;
}
</style>