Shades of Blackberry #4E1432
Tints of Blackberry #4E1432
RGB
CMYK
RGB Variations
Color information
#4E1432 (or 0x4E1432) is known color: Blackberry. HEX triplet: 4E, 14 and 32. RGB value is (78,20,50). Sum of RGB (Red+Green+Blue) = 78+20+50=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1432 is #B1EBCD. Grayscale: #282828. Windows color (decimal): -11660238 or 3281998. OLE color: 3281998.
HSL color Cylindrical-coordinate representation of color #4E1432: hue angle of 328.97º 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 #4E1432 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 50 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.69 |
| HSL | 328.97º | 0.59% | 0.19% | - |
| HSV(B) | 328.97º | 0.74% | 0.31% | - |
| XYZ | 3.97 | 2.35 | 3.26 | - |
| YUV | 40.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 50 | 0 | 0.74 | 0.36 | 0.69 | 328.97 | 0.59 | 0.19 |
| Hex | 4E | 14 | 32 | 0 | 4A | 24 | 45 | 149 | 3B | 13 |
| Octal | 116 | 24 | 62 | 0 | 112 | 44 | 105 | 511 | 73 | 23 |
| Binary | 1001110 | 10100 | 110010 | 0 | 1001010 | 100100 | 1000101 | 101001001 | 111011 | 10011 |
Color Harmonies of #4E1432
Complementary color
Monochromatic Colors of #4E1432
Black with #4E1432
Text Example
Text Example
White with #4E1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1432; }
p { color: rgb(78,20,50); }
H1.HeaderClassName
{
color: #4E1432;
}
.AnyTagClassName
{
color: #4E1432;
}
</style>
background-color css
<style>
a { background-color: #4E1432; }
a { background-color: rgb(78,20,50); }
div.DivClassName
{
background-color: #4E1432;
}
.BgClassName
{
background-color: #4E1432;
}
</style>
border-color css
<style>
span { border-color: #4E1432; }
span { border-color: rgb(78,20,50); }
td.TdClassName
{
border-color: #4E1432;
}
.TagClassName
{
border-color: #4E1432;
}
</style>