Shades of Blackberry #4E123E
Tints of Blackberry #4E123E
RGB
CMYK
RGB Variations
Color information
#4E123E (or 0x4E123E) is known color: Blackberry. HEX triplet: 4E, 12 and 3E. RGB value is (78,18,62). Sum of RGB (Red+Green+Blue) = 78+18+62=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E123E is #B1EDC1. Grayscale: #282828. Windows color (decimal): -11660738 or 4067918. OLE color: 4067918.
HSL color Cylindrical-coordinate representation of color #4E123E: hue angle of 316º 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 #4E123E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 62 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.69 |
| HSL | 316º | 0.63% | 0.19% | - |
| HSV(B) | 316º | 0.77% | 0.31% | - |
| XYZ | 4.23 | 2.4 | 4.8 | - |
| YUV | 40.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 62 | 0 | 0.77 | 0.21 | 0.69 | 316 | 0.63 | 0.19 |
| Hex | 4E | 12 | 3E | 0 | 4D | 15 | 45 | 13C | 3E | 13 |
| Octal | 116 | 22 | 76 | 0 | 115 | 25 | 105 | 474 | 76 | 23 |
| Binary | 1001110 | 10010 | 111110 | 0 | 1001101 | 10101 | 1000101 | 100111100 | 111110 | 10011 |
Color Harmonies of #4E123E
Complementary color
Monochromatic Colors of #4E123E
Black with #4E123E
Text Example
Text Example
White with #4E123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E123E; }
p { color: rgb(78,18,62); }
H1.HeaderClassName
{
color: #4E123E;
}
.AnyTagClassName
{
color: #4E123E;
}
</style>
background-color css
<style>
a { background-color: #4E123E; }
a { background-color: rgb(78,18,62); }
div.DivClassName
{
background-color: #4E123E;
}
.BgClassName
{
background-color: #4E123E;
}
</style>
border-color css
<style>
span { border-color: #4E123E; }
span { border-color: rgb(78,18,62); }
td.TdClassName
{
border-color: #4E123E;
}
.TagClassName
{
border-color: #4E123E;
}
</style>