Shades of Blackberry #4E0127
Tints of Blackberry #4E0127
RGB
CMYK
RGB Variations
Color information
#4E0127 (or 0x4E0127) is known color: Blackberry. HEX triplet: 4E, 01 and 27. RGB value is (78,1,39). Sum of RGB (Red+Green+Blue) = 78+1+39=118 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.10% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0127 is #B1FED8. Grayscale: #1C1C1C. Windows color (decimal): -11665113 or 2556238. OLE color: 2556238.
HSL color Cylindrical-coordinate representation of color #4E0127: hue angle of 330.39º 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 #4E0127 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.69 |
| HSL | 330.39º | 0.97% | 0.15% | - |
| HSV(B) | 330.39º | 0.99% | 0.31% | - |
| XYZ | 3.52 | 1.79 | 2.08 | - |
| YUV | 28.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 39 | 0 | 0.99 | 0.50 | 0.69 | 330.39 | 0.97 | 0.15 |
| Hex | 4E | 1 | 27 | 0 | 63 | 32 | 45 | 14A | 61 | F |
| Octal | 116 | 1 | 47 | 0 | 143 | 62 | 105 | 512 | 141 | 17 |
| Binary | 1001110 | 1 | 100111 | 0 | 1100011 | 110010 | 1000101 | 101001010 | 1100001 | 1111 |
Color Harmonies of #4E0127
Complementary color
Monochromatic Colors of #4E0127
Black with #4E0127
Text Example
Text Example
White with #4E0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0127; }
p { color: rgb(78,1,39); }
H1.HeaderClassName
{
color: #4E0127;
}
.AnyTagClassName
{
color: #4E0127;
}
</style>
background-color css
<style>
a { background-color: #4E0127; }
a { background-color: rgb(78,1,39); }
div.DivClassName
{
background-color: #4E0127;
}
.BgClassName
{
background-color: #4E0127;
}
</style>
border-color css
<style>
span { border-color: #4E0127; }
span { border-color: rgb(78,1,39); }
td.TdClassName
{
border-color: #4E0127;
}
.TagClassName
{
border-color: #4E0127;
}
</style>