Shades of Blackberry #4E1434
Tints of Blackberry #4E1434
RGB
CMYK
RGB Variations
Color information
#4E1434 (or 0x4E1434) is known color: Blackberry. HEX triplet: 4E, 14 and 34. RGB value is (78,20,52). Sum of RGB (Red+Green+Blue) = 78+20+52=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1434 is #B1EBCB. Grayscale: #282828. Windows color (decimal): -11660236 or 3413070. OLE color: 3413070.
HSL color Cylindrical-coordinate representation of color #4E1434: hue angle of 326.9º 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 #4E1434 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 52 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.69 |
| HSL | 326.9º | 0.59% | 0.19% | - |
| HSV(B) | 326.9º | 0.74% | 0.31% | - |
| XYZ | 4.01 | 2.37 | 3.49 | - |
| YUV | 40.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 52 | 0 | 0.74 | 0.33 | 0.69 | 326.9 | 0.59 | 0.19 |
| Hex | 4E | 14 | 34 | 0 | 4A | 21 | 45 | 147 | 3B | 13 |
| Octal | 116 | 24 | 64 | 0 | 112 | 41 | 105 | 507 | 73 | 23 |
| Binary | 1001110 | 10100 | 110100 | 0 | 1001010 | 100001 | 1000101 | 101000111 | 111011 | 10011 |
Color Harmonies of #4E1434
Complementary color
Monochromatic Colors of #4E1434
Black with #4E1434
Text Example
Text Example
White with #4E1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1434; }
p { color: rgb(78,20,52); }
H1.HeaderClassName
{
color: #4E1434;
}
.AnyTagClassName
{
color: #4E1434;
}
</style>
background-color css
<style>
a { background-color: #4E1434; }
a { background-color: rgb(78,20,52); }
div.DivClassName
{
background-color: #4E1434;
}
.BgClassName
{
background-color: #4E1434;
}
</style>
border-color css
<style>
span { border-color: #4E1434; }
span { border-color: rgb(78,20,52); }
td.TdClassName
{
border-color: #4E1434;
}
.TagClassName
{
border-color: #4E1434;
}
</style>