Shades of Blackberry #4E0120
Tints of Blackberry #4E0120
RGB
CMYK
RGB Variations
Color information
#4E0120 (or 0x4E0120) is known color: Blackberry. HEX triplet: 4E, 01 and 20. RGB value is (78,1,32). Sum of RGB (Red+Green+Blue) = 78+1+32=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0120 is #B1FEDF. Grayscale: #1B1B1B. Windows color (decimal): -11665120 or 2097486. OLE color: 2097486.
HSL color Cylindrical-coordinate representation of color #4E0120: hue angle of 335.84º 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 #4E0120 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.69 |
| HSL | 335.84º | 0.97% | 0.15% | - |
| HSV(B) | 335.84º | 0.99% | 0.31% | - |
| XYZ | 3.41 | 1.75 | 1.52 | - |
| YUV | 27.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 32 | 0 | 0.99 | 0.59 | 0.69 | 335.84 | 0.97 | 0.15 |
| Hex | 4E | 1 | 20 | 0 | 63 | 3B | 45 | 150 | 61 | F |
| Octal | 116 | 1 | 40 | 0 | 143 | 73 | 105 | 520 | 141 | 17 |
| Binary | 1001110 | 1 | 100000 | 0 | 1100011 | 111011 | 1000101 | 101010000 | 1100001 | 1111 |
Color Harmonies of #4E0120
Complementary color
Monochromatic Colors of #4E0120
Black with #4E0120
Text Example
Text Example
White with #4E0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0120; }
p { color: rgb(78,1,32); }
H1.HeaderClassName
{
color: #4E0120;
}
.AnyTagClassName
{
color: #4E0120;
}
</style>
background-color css
<style>
a { background-color: #4E0120; }
a { background-color: rgb(78,1,32); }
div.DivClassName
{
background-color: #4E0120;
}
.BgClassName
{
background-color: #4E0120;
}
</style>
border-color css
<style>
span { border-color: #4E0120; }
span { border-color: rgb(78,1,32); }
td.TdClassName
{
border-color: #4E0120;
}
.TagClassName
{
border-color: #4E0120;
}
</style>