Shades of Blackberry #4E1131
Tints of Blackberry #4E1131
RGB
CMYK
RGB Variations
Color information
#4E1131 (or 0x4E1131) is known color: Blackberry. HEX triplet: 4E, 11 and 31. RGB value is (78,17,49). Sum of RGB (Red+Green+Blue) = 78+17+49=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1131 is #B1EECE. Grayscale: #262626. Windows color (decimal): -11661007 or 3215694. OLE color: 3215694.
HSL color Cylindrical-coordinate representation of color #4E1131: hue angle of 328.52º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1131 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 49 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.69 |
| HSL | 328.52º | 0.64% | 0.19% | - |
| HSV(B) | 328.52º | 0.78% | 0.31% | - |
| XYZ | 3.9 | 2.24 | 3.13 | - |
| YUV | 38.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 49 | 0 | 0.78 | 0.37 | 0.69 | 328.52 | 0.64 | 0.19 |
| Hex | 4E | 11 | 31 | 0 | 4E | 25 | 45 | 149 | 40 | 13 |
| Octal | 116 | 21 | 61 | 0 | 116 | 45 | 105 | 511 | 100 | 23 |
| Binary | 1001110 | 10001 | 110001 | 0 | 1001110 | 100101 | 1000101 | 101001001 | 1000000 | 10011 |
Color Harmonies of #4E1131
Complementary color
Monochromatic Colors of #4E1131
Black with #4E1131
Text Example
Text Example
White with #4E1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1131; }
p { color: rgb(78,17,49); }
H1.HeaderClassName
{
color: #4E1131;
}
.AnyTagClassName
{
color: #4E1131;
}
</style>
background-color css
<style>
a { background-color: #4E1131; }
a { background-color: rgb(78,17,49); }
div.DivClassName
{
background-color: #4E1131;
}
.BgClassName
{
background-color: #4E1131;
}
</style>
border-color css
<style>
span { border-color: #4E1131; }
span { border-color: rgb(78,17,49); }
td.TdClassName
{
border-color: #4E1131;
}
.TagClassName
{
border-color: #4E1131;
}
</style>