Shades of Blackberry #4E1C3F
Tints of Blackberry #4E1C3F
RGB
CMYK
RGB Variations
Color information
#4E1C3F (or 0x4E1C3F) is known color: Blackberry. HEX triplet: 4E, 1C and 3F. RGB value is (78,28,63). Sum of RGB (Red+Green+Blue) = 78+28+63=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C3F is #B1E3C0. Grayscale: #2E2E2E. Windows color (decimal): -11658177 or 4136014. OLE color: 4136014.
HSL color Cylindrical-coordinate representation of color #4E1C3F: hue angle of 318º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E1C3F is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 28 | 63 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.69 |
| HSL | 318º | 0.47% | 0.21% | - |
| HSV(B) | 318º | 0.64% | 0.31% | - |
| XYZ | 4.45 | 2.81 | 5.01 | - |
| YUV | 46.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 63 | 0 | 0.64 | 0.19 | 0.69 | 318 | 0.47 | 0.21 |
| Hex | 4E | 1C | 3F | 0 | 40 | 13 | 45 | 13E | 2F | 15 |
| Octal | 116 | 34 | 77 | 0 | 100 | 23 | 105 | 476 | 57 | 25 |
| Binary | 1001110 | 11100 | 111111 | 0 | 1000000 | 10011 | 1000101 | 100111110 | 101111 | 10101 |
Color Harmonies of #4E1C3F
Complementary color
Monochromatic Colors of #4E1C3F
Black with #4E1C3F
Text Example
Text Example
White with #4E1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C3F; }
p { color: rgb(78,28,63); }
H1.HeaderClassName
{
color: #4E1C3F;
}
.AnyTagClassName
{
color: #4E1C3F;
}
</style>
background-color css
<style>
a { background-color: #4E1C3F; }
a { background-color: rgb(78,28,63); }
div.DivClassName
{
background-color: #4E1C3F;
}
.BgClassName
{
background-color: #4E1C3F;
}
</style>
border-color css
<style>
span { border-color: #4E1C3F; }
span { border-color: rgb(78,28,63); }
td.TdClassName
{
border-color: #4E1C3F;
}
.TagClassName
{
border-color: #4E1C3F;
}
</style>