Shades of Blackberry #4E1D3E
Tints of Blackberry #4E1D3E
RGB
CMYK
RGB Variations
Color information
#4E1D3E (or 0x4E1D3E) is known color: Blackberry. HEX triplet: 4E, 1D and 3E. RGB value is (78,29,62). Sum of RGB (Red+Green+Blue) = 78+29+62=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D3E is #B1E2C1. Grayscale: #2F2F2F. Windows color (decimal): -11657922 or 4070734. OLE color: 4070734.
HSL color Cylindrical-coordinate representation of color #4E1D3E: hue angle of 319.59º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E1D3E is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 62 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.69 |
| HSL | 319.59º | 0.46% | 0.21% | - |
| HSV(B) | 319.59º | 0.63% | 0.31% | - |
| XYZ | 4.45 | 2.85 | 4.87 | - |
| YUV | 47.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 62 | 0 | 0.63 | 0.21 | 0.69 | 319.59 | 0.46 | 0.21 |
| Hex | 4E | 1D | 3E | 0 | 3F | 15 | 45 | 140 | 2E | 15 |
| Octal | 116 | 35 | 76 | 0 | 77 | 25 | 105 | 500 | 56 | 25 |
| Binary | 1001110 | 11101 | 111110 | 0 | 111111 | 10101 | 1000101 | 101000000 | 101110 | 10101 |
Color Harmonies of #4E1D3E
Complementary color
Monochromatic Colors of #4E1D3E
Black with #4E1D3E
Text Example
Text Example
White with #4E1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D3E; }
p { color: rgb(78,29,62); }
H1.HeaderClassName
{
color: #4E1D3E;
}
.AnyTagClassName
{
color: #4E1D3E;
}
</style>
background-color css
<style>
a { background-color: #4E1D3E; }
a { background-color: rgb(78,29,62); }
div.DivClassName
{
background-color: #4E1D3E;
}
.BgClassName
{
background-color: #4E1D3E;
}
</style>
border-color css
<style>
span { border-color: #4E1D3E; }
span { border-color: rgb(78,29,62); }
td.TdClassName
{
border-color: #4E1D3E;
}
.TagClassName
{
border-color: #4E1D3E;
}
</style>