Shades of Blackberry #4E1331
Tints of Blackberry #4E1331
RGB
CMYK
RGB Variations
Color information
#4E1331 (or 0x4E1331) is known color: Blackberry. HEX triplet: 4E, 13 and 31. RGB value is (78,19,49). Sum of RGB (Red+Green+Blue) = 78+19+49=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1331 is #B1ECCE. Grayscale: #282828. Windows color (decimal): -11660495 or 3216206. OLE color: 3216206.
HSL color Cylindrical-coordinate representation of color #4E1331: hue angle of 329.49º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1331 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 49 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.69 |
| HSL | 329.49º | 0.61% | 0.19% | - |
| HSV(B) | 329.49º | 0.76% | 0.31% | - |
| XYZ | 3.93 | 2.31 | 3.14 | - |
| YUV | 40.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 49 | 0 | 0.76 | 0.37 | 0.69 | 329.49 | 0.61 | 0.19 |
| Hex | 4E | 13 | 31 | 0 | 4C | 25 | 45 | 149 | 3D | 13 |
| Octal | 116 | 23 | 61 | 0 | 114 | 45 | 105 | 511 | 75 | 23 |
| Binary | 1001110 | 10011 | 110001 | 0 | 1001100 | 100101 | 1000101 | 101001001 | 111101 | 10011 |
Color Harmonies of #4E1331
Complementary color
Monochromatic Colors of #4E1331
Black with #4E1331
Text Example
Text Example
White with #4E1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1331; }
p { color: rgb(78,19,49); }
H1.HeaderClassName
{
color: #4E1331;
}
.AnyTagClassName
{
color: #4E1331;
}
</style>
background-color css
<style>
a { background-color: #4E1331; }
a { background-color: rgb(78,19,49); }
div.DivClassName
{
background-color: #4E1331;
}
.BgClassName
{
background-color: #4E1331;
}
</style>
border-color css
<style>
span { border-color: #4E1331; }
span { border-color: rgb(78,19,49); }
td.TdClassName
{
border-color: #4E1331;
}
.TagClassName
{
border-color: #4E1331;
}
</style>