Shades of Blackberry #4E032B
Tints of Blackberry #4E032B
RGB
CMYK
RGB Variations
Color information
#4E032B (or 0x4E032B) is known color: Blackberry. HEX triplet: 4E, 03 and 2B. RGB value is (78,3,43). Sum of RGB (Red+Green+Blue) = 78+3+43=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E032B is #B1FCD4. Grayscale: #1D1D1D. Windows color (decimal): -11664597 or 2818894. OLE color: 2818894.
HSL color Cylindrical-coordinate representation of color #4E032B: hue angle of 328º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E032B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 43 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.69 |
| HSL | 328º | 0.93% | 0.16% | - |
| HSV(B) | 328º | 0.96% | 0.31% | - |
| XYZ | 3.61 | 1.86 | 2.45 | - |
| YUV | 29.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 43 | 0 | 0.96 | 0.45 | 0.69 | 328 | 0.93 | 0.16 |
| Hex | 4E | 3 | 2B | 0 | 60 | 2D | 45 | 148 | 5D | 10 |
| Octal | 116 | 3 | 53 | 0 | 140 | 55 | 105 | 510 | 135 | 20 |
| Binary | 1001110 | 11 | 101011 | 0 | 1100000 | 101101 | 1000101 | 101001000 | 1011101 | 10000 |
Color Harmonies of #4E032B
Complementary color
Monochromatic Colors of #4E032B
Black with #4E032B
Text Example
Text Example
White with #4E032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E032B; }
p { color: rgb(78,3,43); }
H1.HeaderClassName
{
color: #4E032B;
}
.AnyTagClassName
{
color: #4E032B;
}
</style>
background-color css
<style>
a { background-color: #4E032B; }
a { background-color: rgb(78,3,43); }
div.DivClassName
{
background-color: #4E032B;
}
.BgClassName
{
background-color: #4E032B;
}
</style>
border-color css
<style>
span { border-color: #4E032B; }
span { border-color: rgb(78,3,43); }
td.TdClassName
{
border-color: #4E032B;
}
.TagClassName
{
border-color: #4E032B;
}
</style>