Shades of Blackberry #4E1636
Tints of Blackberry #4E1636
RGB
CMYK
RGB Variations
Color information
#4E1636 (or 0x4E1636) is known color: Blackberry. HEX triplet: 4E, 16 and 36. RGB value is (78,22,54). Sum of RGB (Red+Green+Blue) = 78+22+54=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1636 is #B1E9C9. Grayscale: #2A2A2A. Windows color (decimal): -11659722 or 3544654. OLE color: 3544654.
HSL color Cylindrical-coordinate representation of color #4E1636: hue angle of 325.71º 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 #4E1636 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 54 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.69 |
| HSL | 325.71º | 0.56% | 0.2% | - |
| HSV(B) | 325.71º | 0.72% | 0.31% | - |
| XYZ | 4.09 | 2.46 | 3.75 | - |
| YUV | 42.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 54 | 0 | 0.72 | 0.31 | 0.69 | 325.71 | 0.56 | 0.2 |
| Hex | 4E | 16 | 36 | 0 | 48 | 1F | 45 | 146 | 38 | 14 |
| Octal | 116 | 26 | 66 | 0 | 110 | 37 | 105 | 506 | 70 | 24 |
| Binary | 1001110 | 10110 | 110110 | 0 | 1001000 | 11111 | 1000101 | 101000110 | 111000 | 10100 |
Color Harmonies of #4E1636
Complementary color
Monochromatic Colors of #4E1636
Black with #4E1636
Text Example
Text Example
White with #4E1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1636; }
p { color: rgb(78,22,54); }
H1.HeaderClassName
{
color: #4E1636;
}
.AnyTagClassName
{
color: #4E1636;
}
</style>
background-color css
<style>
a { background-color: #4E1636; }
a { background-color: rgb(78,22,54); }
div.DivClassName
{
background-color: #4E1636;
}
.BgClassName
{
background-color: #4E1636;
}
</style>
border-color css
<style>
span { border-color: #4E1636; }
span { border-color: rgb(78,22,54); }
td.TdClassName
{
border-color: #4E1636;
}
.TagClassName
{
border-color: #4E1636;
}
</style>