Shades of Blackberry #4E152D
Tints of Blackberry #4E152D
RGB
CMYK
RGB Variations
Color information
#4E152D (or 0x4E152D) is known color: Blackberry. HEX triplet: 4E, 15 and 2D. RGB value is (78,21,45). Sum of RGB (Red+Green+Blue) = 78+21+45=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E152D is #B1EAD2. Grayscale: #282828. Windows color (decimal): -11659987 or 2954574. OLE color: 2954574.
HSL color Cylindrical-coordinate representation of color #4E152D: hue angle of 334.74º 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 #4E152D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 45 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.69 |
| HSL | 334.74º | 0.58% | 0.19% | - |
| HSV(B) | 334.74º | 0.73% | 0.31% | - |
| XYZ | 3.88 | 2.35 | 2.73 | - |
| YUV | 40.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 45 | 0 | 0.73 | 0.42 | 0.69 | 334.74 | 0.58 | 0.19 |
| Hex | 4E | 15 | 2D | 0 | 49 | 2A | 45 | 14F | 3A | 13 |
| Octal | 116 | 25 | 55 | 0 | 111 | 52 | 105 | 517 | 72 | 23 |
| Binary | 1001110 | 10101 | 101101 | 0 | 1001001 | 101010 | 1000101 | 101001111 | 111010 | 10011 |
Color Harmonies of #4E152D
Complementary color
Monochromatic Colors of #4E152D
Black with #4E152D
Text Example
Text Example
White with #4E152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E152D; }
p { color: rgb(78,21,45); }
H1.HeaderClassName
{
color: #4E152D;
}
.AnyTagClassName
{
color: #4E152D;
}
</style>
background-color css
<style>
a { background-color: #4E152D; }
a { background-color: rgb(78,21,45); }
div.DivClassName
{
background-color: #4E152D;
}
.BgClassName
{
background-color: #4E152D;
}
</style>
border-color css
<style>
span { border-color: #4E152D; }
span { border-color: rgb(78,21,45); }
td.TdClassName
{
border-color: #4E152D;
}
.TagClassName
{
border-color: #4E152D;
}
</style>