Shades of Blackberry #4E1E3C
Tints of Blackberry #4E1E3C
RGB
CMYK
RGB Variations
Color information
#4E1E3C (or 0x4E1E3C) is known color: Blackberry. HEX triplet: 4E, 1E and 3C. RGB value is (78,30,60). Sum of RGB (Red+Green+Blue) = 78+30+60=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E3C is #B1E1C3. Grayscale: #2F2F2F. Windows color (decimal): -11657668 or 3939918. OLE color: 3939918.
HSL color Cylindrical-coordinate representation of color #4E1E3C: hue angle of 322.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E1E3C is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 60 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.69 |
| HSL | 322.5º | 0.44% | 0.21% | - |
| HSV(B) | 322.5º | 0.62% | 0.31% | - |
| XYZ | 4.42 | 2.87 | 4.6 | - |
| YUV | 47.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 60 | 0 | 0.62 | 0.23 | 0.69 | 322.5 | 0.44 | 0.21 |
| Hex | 4E | 1E | 3C | 0 | 3E | 17 | 45 | 142 | 2C | 15 |
| Octal | 116 | 36 | 74 | 0 | 76 | 27 | 105 | 502 | 54 | 25 |
| Binary | 1001110 | 11110 | 111100 | 0 | 111110 | 10111 | 1000101 | 101000010 | 101100 | 10101 |
Color Harmonies of #4E1E3C
Complementary color
Monochromatic Colors of #4E1E3C
Black with #4E1E3C
Text Example
Text Example
White with #4E1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E3C; }
p { color: rgb(78,30,60); }
H1.HeaderClassName
{
color: #4E1E3C;
}
.AnyTagClassName
{
color: #4E1E3C;
}
</style>
background-color css
<style>
a { background-color: #4E1E3C; }
a { background-color: rgb(78,30,60); }
div.DivClassName
{
background-color: #4E1E3C;
}
.BgClassName
{
background-color: #4E1E3C;
}
</style>
border-color css
<style>
span { border-color: #4E1E3C; }
span { border-color: rgb(78,30,60); }
td.TdClassName
{
border-color: #4E1E3C;
}
.TagClassName
{
border-color: #4E1E3C;
}
</style>