Shades of Blackberry #4E1431
Tints of Blackberry #4E1431
RGB
CMYK
RGB Variations
Color information
#4E1431 (or 0x4E1431) is known color: Blackberry. HEX triplet: 4E, 14 and 31. RGB value is (78,20,49). Sum of RGB (Red+Green+Blue) = 78+20+49=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1431 is #B1EBCE. Grayscale: #282828. Windows color (decimal): -11660239 or 3216462. OLE color: 3216462.
HSL color Cylindrical-coordinate representation of color #4E1431: hue angle of 330º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E1431 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 49 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.69 |
| HSL | 330º | 0.59% | 0.19% | - |
| HSV(B) | 330º | 0.74% | 0.31% | - |
| XYZ | 3.95 | 2.34 | 3.15 | - |
| YUV | 40.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 49 | 0 | 0.74 | 0.37 | 0.69 | 330 | 0.59 | 0.19 |
| Hex | 4E | 14 | 31 | 0 | 4A | 25 | 45 | 14A | 3B | 13 |
| Octal | 116 | 24 | 61 | 0 | 112 | 45 | 105 | 512 | 73 | 23 |
| Binary | 1001110 | 10100 | 110001 | 0 | 1001010 | 100101 | 1000101 | 101001010 | 111011 | 10011 |
Color Harmonies of #4E1431
Complementary color
Monochromatic Colors of #4E1431
Black with #4E1431
Text Example
Text Example
White with #4E1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1431; }
p { color: rgb(78,20,49); }
H1.HeaderClassName
{
color: #4E1431;
}
.AnyTagClassName
{
color: #4E1431;
}
</style>
background-color css
<style>
a { background-color: #4E1431; }
a { background-color: rgb(78,20,49); }
div.DivClassName
{
background-color: #4E1431;
}
.BgClassName
{
background-color: #4E1431;
}
</style>
border-color css
<style>
span { border-color: #4E1431; }
span { border-color: rgb(78,20,49); }
td.TdClassName
{
border-color: #4E1431;
}
.TagClassName
{
border-color: #4E1431;
}
</style>