Shades of Blackberry #4E162F
Tints of Blackberry #4E162F
RGB
CMYK
RGB Variations
Color information
#4E162F (or 0x4E162F) is known color: Blackberry. HEX triplet: 4E, 16 and 2F. RGB value is (78,22,47). Sum of RGB (Red+Green+Blue) = 78+22+47=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E162F is #B1E9D0. Grayscale: #292929. Windows color (decimal): -11659729 or 3085902. OLE color: 3085902.
HSL color Cylindrical-coordinate representation of color #4E162F: hue angle of 333.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 #4E162F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 47 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.69 |
| HSL | 333.21º | 0.56% | 0.2% | - |
| HSV(B) | 333.21º | 0.72% | 0.31% | - |
| XYZ | 3.94 | 2.4 | 2.94 | - |
| YUV | 41.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 47 | 0 | 0.72 | 0.40 | 0.69 | 333.21 | 0.56 | 0.2 |
| Hex | 4E | 16 | 2F | 0 | 48 | 28 | 45 | 14D | 38 | 14 |
| Octal | 116 | 26 | 57 | 0 | 110 | 50 | 105 | 515 | 70 | 24 |
| Binary | 1001110 | 10110 | 101111 | 0 | 1001000 | 101000 | 1000101 | 101001101 | 111000 | 10100 |
Color Harmonies of #4E162F
Complementary color
Monochromatic Colors of #4E162F
Black with #4E162F
Text Example
Text Example
White with #4E162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E162F; }
p { color: rgb(78,22,47); }
H1.HeaderClassName
{
color: #4E162F;
}
.AnyTagClassName
{
color: #4E162F;
}
</style>
background-color css
<style>
a { background-color: #4E162F; }
a { background-color: rgb(78,22,47); }
div.DivClassName
{
background-color: #4E162F;
}
.BgClassName
{
background-color: #4E162F;
}
</style>
border-color css
<style>
span { border-color: #4E162F; }
span { border-color: rgb(78,22,47); }
td.TdClassName
{
border-color: #4E162F;
}
.TagClassName
{
border-color: #4E162F;
}
</style>