Shades of Blackberry #4E052B
Tints of Blackberry #4E052B
RGB
CMYK
RGB Variations
Color information
#4E052B (or 0x4E052B) is known color: Blackberry. HEX triplet: 4E, 05 and 2B. RGB value is (78,5,43). Sum of RGB (Red+Green+Blue) = 78+5+43=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E052B is #B1FAD4. Grayscale: #1F1F1F. Windows color (decimal): -11664085 or 2819406. OLE color: 2819406.
HSL color Cylindrical-coordinate representation of color #4E052B: hue angle of 328.77º 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 #4E052B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 43 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.69 |
| HSL | 328.77º | 0.88% | 0.16% | - |
| HSV(B) | 328.77º | 0.94% | 0.31% | - |
| XYZ | 3.63 | 1.9 | 2.46 | - |
| YUV | 31.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 43 | 0 | 0.94 | 0.45 | 0.69 | 328.77 | 0.88 | 0.16 |
| Hex | 4E | 5 | 2B | 0 | 5E | 2D | 45 | 149 | 58 | 10 |
| Octal | 116 | 5 | 53 | 0 | 136 | 55 | 105 | 511 | 130 | 20 |
| Binary | 1001110 | 101 | 101011 | 0 | 1011110 | 101101 | 1000101 | 101001001 | 1011000 | 10000 |
Color Harmonies of #4E052B
Complementary color
Monochromatic Colors of #4E052B
Black with #4E052B
Text Example
Text Example
White with #4E052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E052B; }
p { color: rgb(78,5,43); }
H1.HeaderClassName
{
color: #4E052B;
}
.AnyTagClassName
{
color: #4E052B;
}
</style>
background-color css
<style>
a { background-color: #4E052B; }
a { background-color: rgb(78,5,43); }
div.DivClassName
{
background-color: #4E052B;
}
.BgClassName
{
background-color: #4E052B;
}
</style>
border-color css
<style>
span { border-color: #4E052B; }
span { border-color: rgb(78,5,43); }
td.TdClassName
{
border-color: #4E052B;
}
.TagClassName
{
border-color: #4E052B;
}
</style>