Shades of Blackberry #4E012F
Tints of Blackberry #4E012F
RGB
CMYK
RGB Variations
Color information
#4E012F (or 0x4E012F) is known color: Blackberry. HEX triplet: 4E, 01 and 2F. RGB value is (78,1,47). Sum of RGB (Red+Green+Blue) = 78+1+47=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E012F is #B1FED0. Grayscale: #1D1D1D. Windows color (decimal): -11665105 or 3080526. OLE color: 3080526.
HSL color Cylindrical-coordinate representation of color #4E012F: hue angle of 324.16º 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 #4E012F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.69 |
| HSL | 324.16º | 0.97% | 0.15% | - |
| HSV(B) | 324.16º | 0.99% | 0.31% | - |
| XYZ | 3.67 | 1.85 | 2.85 | - |
| YUV | 29.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 47 | 0 | 0.99 | 0.40 | 0.69 | 324.16 | 0.97 | 0.15 |
| Hex | 4E | 1 | 2F | 0 | 63 | 28 | 45 | 144 | 61 | F |
| Octal | 116 | 1 | 57 | 0 | 143 | 50 | 105 | 504 | 141 | 17 |
| Binary | 1001110 | 1 | 101111 | 0 | 1100011 | 101000 | 1000101 | 101000100 | 1100001 | 1111 |
Color Harmonies of #4E012F
Complementary color
Monochromatic Colors of #4E012F
Black with #4E012F
Text Example
Text Example
White with #4E012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E012F; }
p { color: rgb(78,1,47); }
H1.HeaderClassName
{
color: #4E012F;
}
.AnyTagClassName
{
color: #4E012F;
}
</style>
background-color css
<style>
a { background-color: #4E012F; }
a { background-color: rgb(78,1,47); }
div.DivClassName
{
background-color: #4E012F;
}
.BgClassName
{
background-color: #4E012F;
}
</style>
border-color css
<style>
span { border-color: #4E012F; }
span { border-color: rgb(78,1,47); }
td.TdClassName
{
border-color: #4E012F;
}
.TagClassName
{
border-color: #4E012F;
}
</style>