Shades of Blackberry #4E152C
Tints of Blackberry #4E152C
RGB
CMYK
RGB Variations
Color information
#4E152C (or 0x4E152C) is known color: Blackberry. HEX triplet: 4E, 15 and 2C. RGB value is (78,21,44). Sum of RGB (Red+Green+Blue) = 78+21+44=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E152C is #B1EAD3. Grayscale: #282828. Windows color (decimal): -11659988 or 2889038. OLE color: 2889038.
HSL color Cylindrical-coordinate representation of color #4E152C: hue angle of 335.79º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E152C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 44 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.69 |
| HSL | 335.79º | 0.58% | 0.19% | - |
| HSV(B) | 335.79º | 0.73% | 0.31% | - |
| XYZ | 3.86 | 2.34 | 2.63 | - |
| YUV | 40.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 44 | 0 | 0.73 | 0.44 | 0.69 | 335.79 | 0.58 | 0.19 |
| Hex | 4E | 15 | 2C | 0 | 49 | 2C | 45 | 150 | 3A | 13 |
| Octal | 116 | 25 | 54 | 0 | 111 | 54 | 105 | 520 | 72 | 23 |
| Binary | 1001110 | 10101 | 101100 | 0 | 1001001 | 101100 | 1000101 | 101010000 | 111010 | 10011 |
Color Harmonies of #4E152C
Complementary color
Monochromatic Colors of #4E152C
Black with #4E152C
Text Example
Text Example
White with #4E152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E152C; }
p { color: rgb(78,21,44); }
H1.HeaderClassName
{
color: #4E152C;
}
.AnyTagClassName
{
color: #4E152C;
}
</style>
background-color css
<style>
a { background-color: #4E152C; }
a { background-color: rgb(78,21,44); }
div.DivClassName
{
background-color: #4E152C;
}
.BgClassName
{
background-color: #4E152C;
}
</style>
border-color css
<style>
span { border-color: #4E152C; }
span { border-color: rgb(78,21,44); }
td.TdClassName
{
border-color: #4E152C;
}
.TagClassName
{
border-color: #4E152C;
}
</style>