Shades of Blackberry #4E0F37
Tints of Blackberry #4E0F37
RGB
CMYK
RGB Variations
Color information
#4E0F37 (or 0x4E0F37) is known color: Blackberry. HEX triplet: 4E, 0F and 37. RGB value is (78,15,55). Sum of RGB (Red+Green+Blue) = 78+15+55=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F37 is #B1F0C8. Grayscale: #262626. Windows color (decimal): -11661513 or 3608398. OLE color: 3608398.
HSL color Cylindrical-coordinate representation of color #4E0F37: hue angle of 321.9º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F37 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 55 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.69 |
| HSL | 321.9º | 0.68% | 0.18% | - |
| HSV(B) | 321.9º | 0.81% | 0.31% | - |
| XYZ | 4 | 2.24 | 3.84 | - |
| YUV | 38.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 55 | 0 | 0.81 | 0.29 | 0.69 | 321.9 | 0.68 | 0.18 |
| Hex | 4E | F | 37 | 0 | 51 | 1D | 45 | 142 | 44 | 12 |
| Octal | 116 | 17 | 67 | 0 | 121 | 35 | 105 | 502 | 104 | 22 |
| Binary | 1001110 | 1111 | 110111 | 0 | 1010001 | 11101 | 1000101 | 101000010 | 1000100 | 10010 |
Color Harmonies of #4E0F37
Complementary color
Monochromatic Colors of #4E0F37
Black with #4E0F37
Text Example
Text Example
White with #4E0F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F37; }
p { color: rgb(78,15,55); }
H1.HeaderClassName
{
color: #4E0F37;
}
.AnyTagClassName
{
color: #4E0F37;
}
</style>
background-color css
<style>
a { background-color: #4E0F37; }
a { background-color: rgb(78,15,55); }
div.DivClassName
{
background-color: #4E0F37;
}
.BgClassName
{
background-color: #4E0F37;
}
</style>
border-color css
<style>
span { border-color: #4E0F37; }
span { border-color: rgb(78,15,55); }
td.TdClassName
{
border-color: #4E0F37;
}
.TagClassName
{
border-color: #4E0F37;
}
</style>