Shades of Blackberry #4E0536
Tints of Blackberry #4E0536
RGB
CMYK
RGB Variations
Color information
#4E0536 (or 0x4E0536) is known color: Blackberry. HEX triplet: 4E, 05 and 36. RGB value is (78,5,54). Sum of RGB (Red+Green+Blue) = 78+5+54=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0536 is #B1FAC9. Grayscale: #202020. Windows color (decimal): -11664074 or 3540302. OLE color: 3540302.
HSL color Cylindrical-coordinate representation of color #4E0536: hue angle of 319.73º 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 #4E0536 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 54 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.69 |
| HSL | 319.73º | 0.88% | 0.16% | - |
| HSV(B) | 319.73º | 0.94% | 0.31% | - |
| XYZ | 3.86 | 1.99 | 3.67 | - |
| YUV | 32.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 54 | 0 | 0.94 | 0.31 | 0.69 | 319.73 | 0.88 | 0.16 |
| Hex | 4E | 5 | 36 | 0 | 5E | 1F | 45 | 140 | 58 | 10 |
| Octal | 116 | 5 | 66 | 0 | 136 | 37 | 105 | 500 | 130 | 20 |
| Binary | 1001110 | 101 | 110110 | 0 | 1011110 | 11111 | 1000101 | 101000000 | 1011000 | 10000 |
Color Harmonies of #4E0536
Complementary color
Monochromatic Colors of #4E0536
Black with #4E0536
Text Example
Text Example
White with #4E0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0536; }
p { color: rgb(78,5,54); }
H1.HeaderClassName
{
color: #4E0536;
}
.AnyTagClassName
{
color: #4E0536;
}
</style>
background-color css
<style>
a { background-color: #4E0536; }
a { background-color: rgb(78,5,54); }
div.DivClassName
{
background-color: #4E0536;
}
.BgClassName
{
background-color: #4E0536;
}
</style>
border-color css
<style>
span { border-color: #4E0536; }
span { border-color: rgb(78,5,54); }
td.TdClassName
{
border-color: #4E0536;
}
.TagClassName
{
border-color: #4E0536;
}
</style>