Shades of Blackberry #4E1838
Tints of Blackberry #4E1838
RGB
CMYK
RGB Variations
Color information
#4E1838 (or 0x4E1838) is known color: Blackberry. HEX triplet: 4E, 18 and 38. RGB value is (78,24,56). Sum of RGB (Red+Green+Blue) = 78+24+56=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1838 is #B1E7C7. Grayscale: #2B2B2B. Windows color (decimal): -11659208 or 3676238. OLE color: 3676238.
HSL color Cylindrical-coordinate representation of color #4E1838: hue angle of 324.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1838 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 56 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.69 |
| HSL | 324.44º | 0.53% | 0.2% | - |
| HSV(B) | 324.44º | 0.69% | 0.31% | - |
| XYZ | 4.18 | 2.56 | 4.01 | - |
| YUV | 43.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 56 | 0 | 0.69 | 0.28 | 0.69 | 324.44 | 0.53 | 0.2 |
| Hex | 4E | 18 | 38 | 0 | 45 | 1C | 45 | 144 | 35 | 14 |
| Octal | 116 | 30 | 70 | 0 | 105 | 34 | 105 | 504 | 65 | 24 |
| Binary | 1001110 | 11000 | 111000 | 0 | 1000101 | 11100 | 1000101 | 101000100 | 110101 | 10100 |
Color Harmonies of #4E1838
Complementary color
Monochromatic Colors of #4E1838
Black with #4E1838
Text Example
Text Example
White with #4E1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1838; }
p { color: rgb(78,24,56); }
H1.HeaderClassName
{
color: #4E1838;
}
.AnyTagClassName
{
color: #4E1838;
}
</style>
background-color css
<style>
a { background-color: #4E1838; }
a { background-color: rgb(78,24,56); }
div.DivClassName
{
background-color: #4E1838;
}
.BgClassName
{
background-color: #4E1838;
}
</style>
border-color css
<style>
span { border-color: #4E1838; }
span { border-color: rgb(78,24,56); }
td.TdClassName
{
border-color: #4E1838;
}
.TagClassName
{
border-color: #4E1838;
}
</style>