Shades of Blackberry #4E032E
Tints of Blackberry #4E032E
RGB
CMYK
RGB Variations
Color information
#4E032E (or 0x4E032E) is known color: Blackberry. HEX triplet: 4E, 03 and 2E. RGB value is (78,3,46). Sum of RGB (Red+Green+Blue) = 78+3+46=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E032E is #B1FCD1. Grayscale: #1E1E1E. Windows color (decimal): -11664594 or 3015502. OLE color: 3015502.
HSL color Cylindrical-coordinate representation of color #4E032E: hue angle of 325.6º 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 #4E032E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 46 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.69 |
| HSL | 325.6º | 0.93% | 0.16% | - |
| HSV(B) | 325.6º | 0.96% | 0.31% | - |
| XYZ | 3.67 | 1.88 | 2.75 | - |
| YUV | 30.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 46 | 0 | 0.96 | 0.41 | 0.69 | 325.6 | 0.93 | 0.16 |
| Hex | 4E | 3 | 2E | 0 | 60 | 29 | 45 | 146 | 5D | 10 |
| Octal | 116 | 3 | 56 | 0 | 140 | 51 | 105 | 506 | 135 | 20 |
| Binary | 1001110 | 11 | 101110 | 0 | 1100000 | 101001 | 1000101 | 101000110 | 1011101 | 10000 |
Color Harmonies of #4E032E
Complementary color
Monochromatic Colors of #4E032E
Black with #4E032E
Text Example
Text Example
White with #4E032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E032E; }
p { color: rgb(78,3,46); }
H1.HeaderClassName
{
color: #4E032E;
}
.AnyTagClassName
{
color: #4E032E;
}
</style>
background-color css
<style>
a { background-color: #4E032E; }
a { background-color: rgb(78,3,46); }
div.DivClassName
{
background-color: #4E032E;
}
.BgClassName
{
background-color: #4E032E;
}
</style>
border-color css
<style>
span { border-color: #4E032E; }
span { border-color: rgb(78,3,46); }
td.TdClassName
{
border-color: #4E032E;
}
.TagClassName
{
border-color: #4E032E;
}
</style>