Shades of Blackberry #4E142C
Tints of Blackberry #4E142C
RGB
CMYK
RGB Variations
Color information
#4E142C (or 0x4E142C) is known color: Blackberry. HEX triplet: 4E, 14 and 2C. RGB value is (78,20,44). Sum of RGB (Red+Green+Blue) = 78+20+44=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E142C is #B1EBD3. Grayscale: #282828. Windows color (decimal): -11660244 or 2888782. OLE color: 2888782.
HSL color Cylindrical-coordinate representation of color #4E142C: hue angle of 335.17º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E142C is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 44 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.69 |
| HSL | 335.17º | 0.59% | 0.19% | - |
| HSV(B) | 335.17º | 0.74% | 0.31% | - |
| XYZ | 3.85 | 2.3 | 2.62 | - |
| YUV | 40.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 44 | 0 | 0.74 | 0.44 | 0.69 | 335.17 | 0.59 | 0.19 |
| Hex | 4E | 14 | 2C | 0 | 4A | 2C | 45 | 14F | 3B | 13 |
| Octal | 116 | 24 | 54 | 0 | 112 | 54 | 105 | 517 | 73 | 23 |
| Binary | 1001110 | 10100 | 101100 | 0 | 1001010 | 101100 | 1000101 | 101001111 | 111011 | 10011 |
Color Harmonies of #4E142C
Complementary color
Monochromatic Colors of #4E142C
Black with #4E142C
Text Example
Text Example
White with #4E142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E142C; }
p { color: rgb(78,20,44); }
H1.HeaderClassName
{
color: #4E142C;
}
.AnyTagClassName
{
color: #4E142C;
}
</style>
background-color css
<style>
a { background-color: #4E142C; }
a { background-color: rgb(78,20,44); }
div.DivClassName
{
background-color: #4E142C;
}
.BgClassName
{
background-color: #4E142C;
}
</style>
border-color css
<style>
span { border-color: #4E142C; }
span { border-color: rgb(78,20,44); }
td.TdClassName
{
border-color: #4E142C;
}
.TagClassName
{
border-color: #4E142C;
}
</style>