Shades of Blackberry #4E1938
Tints of Blackberry #4E1938
RGB
CMYK
RGB Variations
Color information
#4E1938 (or 0x4E1938) is known color: Blackberry. HEX triplet: 4E, 19 and 38. RGB value is (78,25,56). Sum of RGB (Red+Green+Blue) = 78+25+56=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1938 is #B1E6C7. Grayscale: #2C2C2C. Windows color (decimal): -11658952 or 3676494. OLE color: 3676494.
HSL color Cylindrical-coordinate representation of color #4E1938: hue angle of 324.91º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1938 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 56 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.69 |
| HSL | 324.91º | 0.51% | 0.2% | - |
| HSV(B) | 324.91º | 0.68% | 0.31% | - |
| XYZ | 4.2 | 2.6 | 4.02 | - |
| YUV | 44.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 56 | 0 | 0.68 | 0.28 | 0.69 | 324.91 | 0.51 | 0.2 |
| Hex | 4E | 19 | 38 | 0 | 44 | 1C | 45 | 145 | 33 | 14 |
| Octal | 116 | 31 | 70 | 0 | 104 | 34 | 105 | 505 | 63 | 24 |
| Binary | 1001110 | 11001 | 111000 | 0 | 1000100 | 11100 | 1000101 | 101000101 | 110011 | 10100 |
Color Harmonies of #4E1938
Complementary color
Monochromatic Colors of #4E1938
Black with #4E1938
Text Example
Text Example
White with #4E1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1938; }
p { color: rgb(78,25,56); }
H1.HeaderClassName
{
color: #4E1938;
}
.AnyTagClassName
{
color: #4E1938;
}
</style>
background-color css
<style>
a { background-color: #4E1938; }
a { background-color: rgb(78,25,56); }
div.DivClassName
{
background-color: #4E1938;
}
.BgClassName
{
background-color: #4E1938;
}
</style>
border-color css
<style>
span { border-color: #4E1938; }
span { border-color: rgb(78,25,56); }
td.TdClassName
{
border-color: #4E1938;
}
.TagClassName
{
border-color: #4E1938;
}
</style>