Shades of Blackberry #4E1936
Tints of Blackberry #4E1936
RGB
CMYK
RGB Variations
Color information
#4E1936 (or 0x4E1936) is known color: Blackberry. HEX triplet: 4E, 19 and 36. RGB value is (78,25,54). Sum of RGB (Red+Green+Blue) = 78+25+54=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1936 is #B1E6C9. Grayscale: #2C2C2C. Windows color (decimal): -11658954 or 3545422. OLE color: 3545422.
HSL color Cylindrical-coordinate representation of color #4E1936: hue angle of 327.17º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1936 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 54 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.69 |
| HSL | 327.17º | 0.51% | 0.2% | - |
| HSV(B) | 327.17º | 0.68% | 0.31% | - |
| XYZ | 4.16 | 2.58 | 3.77 | - |
| YUV | 44.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 54 | 0 | 0.68 | 0.31 | 0.69 | 327.17 | 0.51 | 0.2 |
| Hex | 4E | 19 | 36 | 0 | 44 | 1F | 45 | 147 | 33 | 14 |
| Octal | 116 | 31 | 66 | 0 | 104 | 37 | 105 | 507 | 63 | 24 |
| Binary | 1001110 | 11001 | 110110 | 0 | 1000100 | 11111 | 1000101 | 101000111 | 110011 | 10100 |
Color Harmonies of #4E1936
Complementary color
Monochromatic Colors of #4E1936
Black with #4E1936
Text Example
Text Example
White with #4E1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1936; }
p { color: rgb(78,25,54); }
H1.HeaderClassName
{
color: #4E1936;
}
.AnyTagClassName
{
color: #4E1936;
}
</style>
background-color css
<style>
a { background-color: #4E1936; }
a { background-color: rgb(78,25,54); }
div.DivClassName
{
background-color: #4E1936;
}
.BgClassName
{
background-color: #4E1936;
}
</style>
border-color css
<style>
span { border-color: #4E1936; }
span { border-color: rgb(78,25,54); }
td.TdClassName
{
border-color: #4E1936;
}
.TagClassName
{
border-color: #4E1936;
}
</style>