Shades of Blackberry #4E032C
Tints of Blackberry #4E032C
RGB
CMYK
RGB Variations
Color information
#4E032C (or 0x4E032C) is known color: Blackberry. HEX triplet: 4E, 03 and 2C. RGB value is (78,3,44). Sum of RGB (Red+Green+Blue) = 78+3+44=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E032C is #B1FCD3. Grayscale: #1E1E1E. Windows color (decimal): -11664596 or 2884430. OLE color: 2884430.
HSL color Cylindrical-coordinate representation of color #4E032C: hue angle of 327.2º 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 #4E032C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 44 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.69 |
| HSL | 327.2º | 0.93% | 0.16% | - |
| HSV(B) | 327.2º | 0.96% | 0.31% | - |
| XYZ | 3.63 | 1.87 | 2.55 | - |
| YUV | 30.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 44 | 0 | 0.96 | 0.44 | 0.69 | 327.2 | 0.93 | 0.16 |
| Hex | 4E | 3 | 2C | 0 | 60 | 2C | 45 | 147 | 5D | 10 |
| Octal | 116 | 3 | 54 | 0 | 140 | 54 | 105 | 507 | 135 | 20 |
| Binary | 1001110 | 11 | 101100 | 0 | 1100000 | 101100 | 1000101 | 101000111 | 1011101 | 10000 |
Color Harmonies of #4E032C
Complementary color
Monochromatic Colors of #4E032C
Black with #4E032C
Text Example
Text Example
White with #4E032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E032C; }
p { color: rgb(78,3,44); }
H1.HeaderClassName
{
color: #4E032C;
}
.AnyTagClassName
{
color: #4E032C;
}
</style>
background-color css
<style>
a { background-color: #4E032C; }
a { background-color: rgb(78,3,44); }
div.DivClassName
{
background-color: #4E032C;
}
.BgClassName
{
background-color: #4E032C;
}
</style>
border-color css
<style>
span { border-color: #4E032C; }
span { border-color: rgb(78,3,44); }
td.TdClassName
{
border-color: #4E032C;
}
.TagClassName
{
border-color: #4E032C;
}
</style>