Shades of Blackberry #4E0124
Tints of Blackberry #4E0124
RGB
CMYK
RGB Variations
Color information
#4E0124 (or 0x4E0124) is known color: Blackberry. HEX triplet: 4E, 01 and 24. RGB value is (78,1,36). Sum of RGB (Red+Green+Blue) = 78+1+36=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0124 is #B1FEDB. Grayscale: #1B1B1B. Windows color (decimal): -11665116 or 2359630. OLE color: 2359630.
HSL color Cylindrical-coordinate representation of color #4E0124: hue angle of 332.73º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0124 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.69 |
| HSL | 332.73º | 0.97% | 0.15% | - |
| HSV(B) | 332.73º | 0.99% | 0.31% | - |
| XYZ | 3.47 | 1.77 | 1.83 | - |
| YUV | 28.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 36 | 0 | 0.99 | 0.54 | 0.69 | 332.73 | 0.97 | 0.15 |
| Hex | 4E | 1 | 24 | 0 | 63 | 36 | 45 | 14D | 61 | F |
| Octal | 116 | 1 | 44 | 0 | 143 | 66 | 105 | 515 | 141 | 17 |
| Binary | 1001110 | 1 | 100100 | 0 | 1100011 | 110110 | 1000101 | 101001101 | 1100001 | 1111 |
Color Harmonies of #4E0124
Complementary color
Monochromatic Colors of #4E0124
Black with #4E0124
Text Example
Text Example
White with #4E0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0124; }
p { color: rgb(78,1,36); }
H1.HeaderClassName
{
color: #4E0124;
}
.AnyTagClassName
{
color: #4E0124;
}
</style>
background-color css
<style>
a { background-color: #4E0124; }
a { background-color: rgb(78,1,36); }
div.DivClassName
{
background-color: #4E0124;
}
.BgClassName
{
background-color: #4E0124;
}
</style>
border-color css
<style>
span { border-color: #4E0124; }
span { border-color: rgb(78,1,36); }
td.TdClassName
{
border-color: #4E0124;
}
.TagClassName
{
border-color: #4E0124;
}
</style>