Shades of Blackberry #4E1C3B
Tints of Blackberry #4E1C3B
RGB
CMYK
RGB Variations
Color information
#4E1C3B (or 0x4E1C3B) is known color: Blackberry. HEX triplet: 4E, 1C and 3B. RGB value is (78,28,59). Sum of RGB (Red+Green+Blue) = 78+28+59=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C3B is #B1E3C4. Grayscale: #2E2E2E. Windows color (decimal): -11658181 or 3873870. OLE color: 3873870.
HSL color Cylindrical-coordinate representation of color #4E1C3B: hue angle of 322.8º 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 #4E1C3B is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 28 | 59 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.69 |
| HSL | 322.8º | 0.47% | 0.21% | - |
| HSV(B) | 322.8º | 0.64% | 0.31% | - |
| XYZ | 4.35 | 2.77 | 4.44 | - |
| YUV | 46.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 59 | 0 | 0.64 | 0.24 | 0.69 | 322.8 | 0.47 | 0.21 |
| Hex | 4E | 1C | 3B | 0 | 40 | 18 | 45 | 143 | 2F | 15 |
| Octal | 116 | 34 | 73 | 0 | 100 | 30 | 105 | 503 | 57 | 25 |
| Binary | 1001110 | 11100 | 111011 | 0 | 1000000 | 11000 | 1000101 | 101000011 | 101111 | 10101 |
Color Harmonies of #4E1C3B
Complementary color
Monochromatic Colors of #4E1C3B
Black with #4E1C3B
Text Example
Text Example
White with #4E1C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C3B; }
p { color: rgb(78,28,59); }
H1.HeaderClassName
{
color: #4E1C3B;
}
.AnyTagClassName
{
color: #4E1C3B;
}
</style>
background-color css
<style>
a { background-color: #4E1C3B; }
a { background-color: rgb(78,28,59); }
div.DivClassName
{
background-color: #4E1C3B;
}
.BgClassName
{
background-color: #4E1C3B;
}
</style>
border-color css
<style>
span { border-color: #4E1C3B; }
span { border-color: rgb(78,28,59); }
td.TdClassName
{
border-color: #4E1C3B;
}
.TagClassName
{
border-color: #4E1C3B;
}
</style>