Shades of Blackberry #4E152B
Tints of Blackberry #4E152B
RGB
CMYK
RGB Variations
Color information
#4E152B (or 0x4E152B) is known color: Blackberry. HEX triplet: 4E, 15 and 2B. RGB value is (78,21,43). Sum of RGB (Red+Green+Blue) = 78+21+43=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E152B is #B1EAD4. Grayscale: #282828. Windows color (decimal): -11659989 or 2823502. OLE color: 2823502.
HSL color Cylindrical-coordinate representation of color #4E152B: hue angle of 336.84º 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 #4E152B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 43 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.69 |
| HSL | 336.84º | 0.58% | 0.19% | - |
| HSV(B) | 336.84º | 0.73% | 0.31% | - |
| XYZ | 3.85 | 2.33 | 2.53 | - |
| YUV | 40.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 43 | 0 | 0.73 | 0.45 | 0.69 | 336.84 | 0.58 | 0.19 |
| Hex | 4E | 15 | 2B | 0 | 49 | 2D | 45 | 151 | 3A | 13 |
| Octal | 116 | 25 | 53 | 0 | 111 | 55 | 105 | 521 | 72 | 23 |
| Binary | 1001110 | 10101 | 101011 | 0 | 1001001 | 101101 | 1000101 | 101010001 | 111010 | 10011 |
Color Harmonies of #4E152B
Complementary color
Monochromatic Colors of #4E152B
Black with #4E152B
Text Example
Text Example
White with #4E152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E152B; }
p { color: rgb(78,21,43); }
H1.HeaderClassName
{
color: #4E152B;
}
.AnyTagClassName
{
color: #4E152B;
}
</style>
background-color css
<style>
a { background-color: #4E152B; }
a { background-color: rgb(78,21,43); }
div.DivClassName
{
background-color: #4E152B;
}
.BgClassName
{
background-color: #4E152B;
}
</style>
border-color css
<style>
span { border-color: #4E152B; }
span { border-color: rgb(78,21,43); }
td.TdClassName
{
border-color: #4E152B;
}
.TagClassName
{
border-color: #4E152B;
}
</style>