Shades of Blackberry #4E1740
Tints of Blackberry #4E1740
RGB
CMYK
RGB Variations
Color information
#4E1740 (or 0x4E1740) is known color: Blackberry. HEX triplet: 4E, 17 and 40. RGB value is (78,23,64). Sum of RGB (Red+Green+Blue) = 78+23+64=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1740 is #B1E8BF. Grayscale: #2C2C2C. Windows color (decimal): -11659456 or 4200270. OLE color: 4200270.
HSL color Cylindrical-coordinate representation of color #4E1740: hue angle of 315.27º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E1740 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 64 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.69 |
| HSL | 315.27º | 0.54% | 0.2% | - |
| HSV(B) | 315.27º | 0.71% | 0.31% | - |
| XYZ | 4.37 | 2.6 | 5.12 | - |
| YUV | 44.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 64 | 0 | 0.71 | 0.18 | 0.69 | 315.27 | 0.54 | 0.2 |
| Hex | 4E | 17 | 40 | 0 | 47 | 12 | 45 | 13B | 36 | 14 |
| Octal | 116 | 27 | 100 | 0 | 107 | 22 | 105 | 473 | 66 | 24 |
| Binary | 1001110 | 10111 | 1000000 | 0 | 1000111 | 10010 | 1000101 | 100111011 | 110110 | 10100 |
Color Harmonies of #4E1740
Complementary color
Monochromatic Colors of #4E1740
Black with #4E1740
Text Example
Text Example
White with #4E1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1740; }
p { color: rgb(78,23,64); }
H1.HeaderClassName
{
color: #4E1740;
}
.AnyTagClassName
{
color: #4E1740;
}
</style>
background-color css
<style>
a { background-color: #4E1740; }
a { background-color: rgb(78,23,64); }
div.DivClassName
{
background-color: #4E1740;
}
.BgClassName
{
background-color: #4E1740;
}
</style>
border-color css
<style>
span { border-color: #4E1740; }
span { border-color: rgb(78,23,64); }
td.TdClassName
{
border-color: #4E1740;
}
.TagClassName
{
border-color: #4E1740;
}
</style>