Shades of Blackberry #4E1338
Tints of Blackberry #4E1338
RGB
CMYK
RGB Variations
Color information
#4E1338 (or 0x4E1338) is known color: Blackberry. HEX triplet: 4E, 13 and 38. RGB value is (78,19,56). Sum of RGB (Red+Green+Blue) = 78+19+56=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1338 is #B1ECC7. Grayscale: #282828. Windows color (decimal): -11660488 or 3674958. OLE color: 3674958.
HSL color Cylindrical-coordinate representation of color #4E1338: hue angle of 322.37º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1338 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 56 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.69 |
| HSL | 322.37º | 0.61% | 0.19% | - |
| HSV(B) | 322.37º | 0.76% | 0.31% | - |
| XYZ | 4.09 | 2.37 | 3.98 | - |
| YUV | 40.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 56 | 0 | 0.76 | 0.28 | 0.69 | 322.37 | 0.61 | 0.19 |
| Hex | 4E | 13 | 38 | 0 | 4C | 1C | 45 | 142 | 3D | 13 |
| Octal | 116 | 23 | 70 | 0 | 114 | 34 | 105 | 502 | 75 | 23 |
| Binary | 1001110 | 10011 | 111000 | 0 | 1001100 | 11100 | 1000101 | 101000010 | 111101 | 10011 |
Color Harmonies of #4E1338
Complementary color
Monochromatic Colors of #4E1338
Black with #4E1338
Text Example
Text Example
White with #4E1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1338; }
p { color: rgb(78,19,56); }
H1.HeaderClassName
{
color: #4E1338;
}
.AnyTagClassName
{
color: #4E1338;
}
</style>
background-color css
<style>
a { background-color: #4E1338; }
a { background-color: rgb(78,19,56); }
div.DivClassName
{
background-color: #4E1338;
}
.BgClassName
{
background-color: #4E1338;
}
</style>
border-color css
<style>
span { border-color: #4E1338; }
span { border-color: rgb(78,19,56); }
td.TdClassName
{
border-color: #4E1338;
}
.TagClassName
{
border-color: #4E1338;
}
</style>