Shades of Blackberry #4E133D
Tints of Blackberry #4E133D
RGB
CMYK
RGB Variations
Color information
#4E133D (or 0x4E133D) is known color: Blackberry. HEX triplet: 4E, 13 and 3D. RGB value is (78,19,61). Sum of RGB (Red+Green+Blue) = 78+19+61=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E133D is #B1ECC2. Grayscale: #292929. Windows color (decimal): -11660483 or 4002638. OLE color: 4002638.
HSL color Cylindrical-coordinate representation of color #4E133D: hue angle of 317.29º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E133D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 61 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.69 |
| HSL | 317.29º | 0.61% | 0.19% | - |
| HSV(B) | 317.29º | 0.76% | 0.31% | - |
| XYZ | 4.22 | 2.42 | 4.66 | - |
| YUV | 41.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 61 | 0 | 0.76 | 0.22 | 0.69 | 317.29 | 0.61 | 0.19 |
| Hex | 4E | 13 | 3D | 0 | 4C | 16 | 45 | 13D | 3D | 13 |
| Octal | 116 | 23 | 75 | 0 | 114 | 26 | 105 | 475 | 75 | 23 |
| Binary | 1001110 | 10011 | 111101 | 0 | 1001100 | 10110 | 1000101 | 100111101 | 111101 | 10011 |
Color Harmonies of #4E133D
Complementary color
Monochromatic Colors of #4E133D
Black with #4E133D
Text Example
Text Example
White with #4E133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E133D; }
p { color: rgb(78,19,61); }
H1.HeaderClassName
{
color: #4E133D;
}
.AnyTagClassName
{
color: #4E133D;
}
</style>
background-color css
<style>
a { background-color: #4E133D; }
a { background-color: rgb(78,19,61); }
div.DivClassName
{
background-color: #4E133D;
}
.BgClassName
{
background-color: #4E133D;
}
</style>
border-color css
<style>
span { border-color: #4E133D; }
span { border-color: rgb(78,19,61); }
td.TdClassName
{
border-color: #4E133D;
}
.TagClassName
{
border-color: #4E133D;
}
</style>