Shades of Blackberry #4E012D
Tints of Blackberry #4E012D
RGB
CMYK
RGB Variations
Color information
#4E012D (or 0x4E012D) is known color: Blackberry. HEX triplet: 4E, 01 and 2D. RGB value is (78,1,45). Sum of RGB (Red+Green+Blue) = 78+1+45=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E012D is #B1FED2. Grayscale: #1C1C1C. Windows color (decimal): -11665107 or 2949454. OLE color: 2949454.
HSL color Cylindrical-coordinate representation of color #4E012D: hue angle of 325.71º 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 #4E012D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.69 |
| HSL | 325.71º | 0.97% | 0.15% | - |
| HSV(B) | 325.71º | 0.99% | 0.31% | - |
| XYZ | 3.63 | 1.83 | 2.64 | - |
| YUV | 29.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 45 | 0 | 0.99 | 0.42 | 0.69 | 325.71 | 0.97 | 0.15 |
| Hex | 4E | 1 | 2D | 0 | 63 | 2A | 45 | 146 | 61 | F |
| Octal | 116 | 1 | 55 | 0 | 143 | 52 | 105 | 506 | 141 | 17 |
| Binary | 1001110 | 1 | 101101 | 0 | 1100011 | 101010 | 1000101 | 101000110 | 1100001 | 1111 |
Color Harmonies of #4E012D
Complementary color
Monochromatic Colors of #4E012D
Black with #4E012D
Text Example
Text Example
White with #4E012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E012D; }
p { color: rgb(78,1,45); }
H1.HeaderClassName
{
color: #4E012D;
}
.AnyTagClassName
{
color: #4E012D;
}
</style>
background-color css
<style>
a { background-color: #4E012D; }
a { background-color: rgb(78,1,45); }
div.DivClassName
{
background-color: #4E012D;
}
.BgClassName
{
background-color: #4E012D;
}
</style>
border-color css
<style>
span { border-color: #4E012D; }
span { border-color: rgb(78,1,45); }
td.TdClassName
{
border-color: #4E012D;
}
.TagClassName
{
border-color: #4E012D;
}
</style>