Shades of Blackberry #4E163D
Tints of Blackberry #4E163D
RGB
CMYK
RGB Variations
Color information
#4E163D (or 0x4E163D) is known color: Blackberry. HEX triplet: 4E, 16 and 3D. RGB value is (78,22,61). Sum of RGB (Red+Green+Blue) = 78+22+61=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E163D is #B1E9C2. Grayscale: #2B2B2B. Windows color (decimal): -11659715 or 4003406. OLE color: 4003406.
HSL color Cylindrical-coordinate representation of color #4E163D: hue angle of 318.21º 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 #4E163D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 61 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.69 |
| HSL | 318.21º | 0.56% | 0.2% | - |
| HSV(B) | 318.21º | 0.72% | 0.31% | - |
| XYZ | 4.27 | 2.53 | 4.68 | - |
| YUV | 43.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 61 | 0 | 0.72 | 0.22 | 0.69 | 318.21 | 0.56 | 0.2 |
| Hex | 4E | 16 | 3D | 0 | 48 | 16 | 45 | 13E | 38 | 14 |
| Octal | 116 | 26 | 75 | 0 | 110 | 26 | 105 | 476 | 70 | 24 |
| Binary | 1001110 | 10110 | 111101 | 0 | 1001000 | 10110 | 1000101 | 100111110 | 111000 | 10100 |
Color Harmonies of #4E163D
Complementary color
Monochromatic Colors of #4E163D
Black with #4E163D
Text Example
Text Example
White with #4E163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E163D; }
p { color: rgb(78,22,61); }
H1.HeaderClassName
{
color: #4E163D;
}
.AnyTagClassName
{
color: #4E163D;
}
</style>
background-color css
<style>
a { background-color: #4E163D; }
a { background-color: rgb(78,22,61); }
div.DivClassName
{
background-color: #4E163D;
}
.BgClassName
{
background-color: #4E163D;
}
</style>
border-color css
<style>
span { border-color: #4E163D; }
span { border-color: rgb(78,22,61); }
td.TdClassName
{
border-color: #4E163D;
}
.TagClassName
{
border-color: #4E163D;
}
</style>