Shades of Blackberry #4E1C3D
Tints of Blackberry #4E1C3D
RGB
CMYK
RGB Variations
Color information
#4E1C3D (or 0x4E1C3D) is known color: Blackberry. HEX triplet: 4E, 1C and 3D. RGB value is (78,28,61). Sum of RGB (Red+Green+Blue) = 78+28+61=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C3D is #B1E3C2. Grayscale: #2E2E2E. Windows color (decimal): -11658179 or 4004942. OLE color: 4004942.
HSL color Cylindrical-coordinate representation of color #4E1C3D: hue angle of 320.4º 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 #4E1C3D is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 28 | 61 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.69 |
| HSL | 320.4º | 0.47% | 0.21% | - |
| HSV(B) | 320.4º | 0.64% | 0.31% | - |
| XYZ | 4.4 | 2.79 | 4.72 | - |
| YUV | 46.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 61 | 0 | 0.64 | 0.22 | 0.69 | 320.4 | 0.47 | 0.21 |
| Hex | 4E | 1C | 3D | 0 | 40 | 16 | 45 | 140 | 2F | 15 |
| Octal | 116 | 34 | 75 | 0 | 100 | 26 | 105 | 500 | 57 | 25 |
| Binary | 1001110 | 11100 | 111101 | 0 | 1000000 | 10110 | 1000101 | 101000000 | 101111 | 10101 |
Color Harmonies of #4E1C3D
Complementary color
Monochromatic Colors of #4E1C3D
Black with #4E1C3D
Text Example
Text Example
White with #4E1C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C3D; }
p { color: rgb(78,28,61); }
H1.HeaderClassName
{
color: #4E1C3D;
}
.AnyTagClassName
{
color: #4E1C3D;
}
</style>
background-color css
<style>
a { background-color: #4E1C3D; }
a { background-color: rgb(78,28,61); }
div.DivClassName
{
background-color: #4E1C3D;
}
.BgClassName
{
background-color: #4E1C3D;
}
</style>
border-color css
<style>
span { border-color: #4E1C3D; }
span { border-color: rgb(78,28,61); }
td.TdClassName
{
border-color: #4E1C3D;
}
.TagClassName
{
border-color: #4E1C3D;
}
</style>