Shades of Blackberry #4E052D
Tints of Blackberry #4E052D
RGB
CMYK
RGB Variations
Color information
#4E052D (or 0x4E052D) is known color: Blackberry. HEX triplet: 4E, 05 and 2D. RGB value is (78,5,45). Sum of RGB (Red+Green+Blue) = 78+5+45=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E052D is #B1FAD2. Grayscale: #1F1F1F. Windows color (decimal): -11664083 or 2950478. OLE color: 2950478.
HSL color Cylindrical-coordinate representation of color #4E052D: hue angle of 327.12º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E052D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 45 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.69 |
| HSL | 327.12º | 0.88% | 0.16% | - |
| HSV(B) | 327.12º | 0.94% | 0.31% | - |
| XYZ | 3.67 | 1.92 | 2.66 | - |
| YUV | 31.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 45 | 0 | 0.94 | 0.42 | 0.69 | 327.12 | 0.88 | 0.16 |
| Hex | 4E | 5 | 2D | 0 | 5E | 2A | 45 | 147 | 58 | 10 |
| Octal | 116 | 5 | 55 | 0 | 136 | 52 | 105 | 507 | 130 | 20 |
| Binary | 1001110 | 101 | 101101 | 0 | 1011110 | 101010 | 1000101 | 101000111 | 1011000 | 10000 |
Color Harmonies of #4E052D
Complementary color
Monochromatic Colors of #4E052D
Black with #4E052D
Text Example
Text Example
White with #4E052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E052D; }
p { color: rgb(78,5,45); }
H1.HeaderClassName
{
color: #4E052D;
}
.AnyTagClassName
{
color: #4E052D;
}
</style>
background-color css
<style>
a { background-color: #4E052D; }
a { background-color: rgb(78,5,45); }
div.DivClassName
{
background-color: #4E052D;
}
.BgClassName
{
background-color: #4E052D;
}
</style>
border-color css
<style>
span { border-color: #4E052D; }
span { border-color: rgb(78,5,45); }
td.TdClassName
{
border-color: #4E052D;
}
.TagClassName
{
border-color: #4E052D;
}
</style>