Shades of Blackberry #4E122D
Tints of Blackberry #4E122D
RGB
CMYK
RGB Variations
Color information
#4E122D (or 0x4E122D) is known color: Blackberry. HEX triplet: 4E, 12 and 2D. RGB value is (78,18,45). Sum of RGB (Red+Green+Blue) = 78+18+45=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E122D is #B1EDD2. Grayscale: #262626. Windows color (decimal): -11660755 or 2953806. OLE color: 2953806.
HSL color Cylindrical-coordinate representation of color #4E122D: hue angle of 333º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E122D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 45 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.69 |
| HSL | 333º | 0.63% | 0.19% | - |
| HSV(B) | 333º | 0.77% | 0.31% | - |
| XYZ | 3.83 | 2.24 | 2.71 | - |
| YUV | 39.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 45 | 0 | 0.77 | 0.42 | 0.69 | 333 | 0.63 | 0.19 |
| Hex | 4E | 12 | 2D | 0 | 4D | 2A | 45 | 14D | 3E | 13 |
| Octal | 116 | 22 | 55 | 0 | 115 | 52 | 105 | 515 | 76 | 23 |
| Binary | 1001110 | 10010 | 101101 | 0 | 1001101 | 101010 | 1000101 | 101001101 | 111110 | 10011 |
Color Harmonies of #4E122D
Complementary color
Monochromatic Colors of #4E122D
Black with #4E122D
Text Example
Text Example
White with #4E122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E122D; }
p { color: rgb(78,18,45); }
H1.HeaderClassName
{
color: #4E122D;
}
.AnyTagClassName
{
color: #4E122D;
}
</style>
background-color css
<style>
a { background-color: #4E122D; }
a { background-color: rgb(78,18,45); }
div.DivClassName
{
background-color: #4E122D;
}
.BgClassName
{
background-color: #4E122D;
}
</style>
border-color css
<style>
span { border-color: #4E122D; }
span { border-color: rgb(78,18,45); }
td.TdClassName
{
border-color: #4E122D;
}
.TagClassName
{
border-color: #4E122D;
}
</style>