Shades of Blackberry #4E012B
Tints of Blackberry #4E012B
RGB
CMYK
RGB Variations
Color information
#4E012B (or 0x4E012B) is known color: Blackberry. HEX triplet: 4E, 01 and 2B. RGB value is (78,1,43). Sum of RGB (Red+Green+Blue) = 78+1+43=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E012B is #B1FED4. Grayscale: #1C1C1C. Windows color (decimal): -11665109 or 2818382. OLE color: 2818382.
HSL color Cylindrical-coordinate representation of color #4E012B: hue angle of 327.27º 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 #4E012B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.69 |
| HSL | 327.27º | 0.97% | 0.15% | - |
| HSV(B) | 327.27º | 0.99% | 0.31% | - |
| XYZ | 3.59 | 1.82 | 2.45 | - |
| YUV | 28.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 43 | 0 | 0.99 | 0.45 | 0.69 | 327.27 | 0.97 | 0.15 |
| Hex | 4E | 1 | 2B | 0 | 63 | 2D | 45 | 147 | 61 | F |
| Octal | 116 | 1 | 53 | 0 | 143 | 55 | 105 | 507 | 141 | 17 |
| Binary | 1001110 | 1 | 101011 | 0 | 1100011 | 101101 | 1000101 | 101000111 | 1100001 | 1111 |
Color Harmonies of #4E012B
Complementary color
Monochromatic Colors of #4E012B
Black with #4E012B
Text Example
Text Example
White with #4E012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E012B; }
p { color: rgb(78,1,43); }
H1.HeaderClassName
{
color: #4E012B;
}
.AnyTagClassName
{
color: #4E012B;
}
</style>
background-color css
<style>
a { background-color: #4E012B; }
a { background-color: rgb(78,1,43); }
div.DivClassName
{
background-color: #4E012B;
}
.BgClassName
{
background-color: #4E012B;
}
</style>
border-color css
<style>
span { border-color: #4E012B; }
span { border-color: rgb(78,1,43); }
td.TdClassName
{
border-color: #4E012B;
}
.TagClassName
{
border-color: #4E012B;
}
</style>