Shades of Blackberry #4E163E
Tints of Blackberry #4E163E
RGB
CMYK
RGB Variations
Color information
#4E163E (or 0x4E163E) is known color: Blackberry. HEX triplet: 4E, 16 and 3E. RGB value is (78,22,62). Sum of RGB (Red+Green+Blue) = 78+22+62=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E163E is #B1E9C1. Grayscale: #2B2B2B. Windows color (decimal): -11659714 or 4068942. OLE color: 4068942.
HSL color Cylindrical-coordinate representation of color #4E163E: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E163E is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 62 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.69 |
| HSL | 317.14º | 0.56% | 0.2% | - |
| HSV(B) | 317.14º | 0.72% | 0.31% | - |
| XYZ | 4.3 | 2.54 | 4.82 | - |
| YUV | 43.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 62 | 0 | 0.72 | 0.21 | 0.69 | 317.14 | 0.56 | 0.2 |
| Hex | 4E | 16 | 3E | 0 | 48 | 15 | 45 | 13D | 38 | 14 |
| Octal | 116 | 26 | 76 | 0 | 110 | 25 | 105 | 475 | 70 | 24 |
| Binary | 1001110 | 10110 | 111110 | 0 | 1001000 | 10101 | 1000101 | 100111101 | 111000 | 10100 |
Color Harmonies of #4E163E
Complementary color
Monochromatic Colors of #4E163E
Black with #4E163E
Text Example
Text Example
White with #4E163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E163E; }
p { color: rgb(78,22,62); }
H1.HeaderClassName
{
color: #4E163E;
}
.AnyTagClassName
{
color: #4E163E;
}
</style>
background-color css
<style>
a { background-color: #4E163E; }
a { background-color: rgb(78,22,62); }
div.DivClassName
{
background-color: #4E163E;
}
.BgClassName
{
background-color: #4E163E;
}
</style>
border-color css
<style>
span { border-color: #4E163E; }
span { border-color: rgb(78,22,62); }
td.TdClassName
{
border-color: #4E163E;
}
.TagClassName
{
border-color: #4E163E;
}
</style>