Shades of Blackberry #4E112A
Tints of Blackberry #4E112A
RGB
CMYK
RGB Variations
Color information
#4E112A (or 0x4E112A) is known color: Blackberry. HEX triplet: 4E, 11 and 2A. RGB value is (78,17,42). Sum of RGB (Red+Green+Blue) = 78+17+42=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E112A is #B1EED5. Grayscale: #262626. Windows color (decimal): -11661014 or 2756942. OLE color: 2756942.
HSL color Cylindrical-coordinate representation of color #4E112A: hue angle of 335.41º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E112A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 42 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.69 |
| HSL | 335.41º | 0.64% | 0.19% | - |
| HSV(B) | 335.41º | 0.78% | 0.31% | - |
| XYZ | 3.76 | 2.19 | 2.41 | - |
| YUV | 38.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 42 | 0 | 0.78 | 0.46 | 0.69 | 335.41 | 0.64 | 0.19 |
| Hex | 4E | 11 | 2A | 0 | 4E | 2E | 45 | 14F | 40 | 13 |
| Octal | 116 | 21 | 52 | 0 | 116 | 56 | 105 | 517 | 100 | 23 |
| Binary | 1001110 | 10001 | 101010 | 0 | 1001110 | 101110 | 1000101 | 101001111 | 1000000 | 10011 |
Color Harmonies of #4E112A
Complementary color
Monochromatic Colors of #4E112A
Black with #4E112A
Text Example
Text Example
White with #4E112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E112A; }
p { color: rgb(78,17,42); }
H1.HeaderClassName
{
color: #4E112A;
}
.AnyTagClassName
{
color: #4E112A;
}
</style>
background-color css
<style>
a { background-color: #4E112A; }
a { background-color: rgb(78,17,42); }
div.DivClassName
{
background-color: #4E112A;
}
.BgClassName
{
background-color: #4E112A;
}
</style>
border-color css
<style>
span { border-color: #4E112A; }
span { border-color: rgb(78,17,42); }
td.TdClassName
{
border-color: #4E112A;
}
.TagClassName
{
border-color: #4E112A;
}
</style>