Shades of Blackberry #4E132A
Tints of Blackberry #4E132A
RGB
CMYK
RGB Variations
Color information
#4E132A (or 0x4E132A) is known color: Blackberry. HEX triplet: 4E, 13 and 2A. RGB value is (78,19,42). Sum of RGB (Red+Green+Blue) = 78+19+42=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E132A is #B1ECD5. Grayscale: #272727. Windows color (decimal): -11660502 or 2757454. OLE color: 2757454.
HSL color Cylindrical-coordinate representation of color #4E132A: hue angle of 336.61º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E132A is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 42 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.69 |
| HSL | 336.61º | 0.61% | 0.19% | - |
| HSV(B) | 336.61º | 0.76% | 0.31% | - |
| XYZ | 3.79 | 2.25 | 2.43 | - |
| YUV | 39.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 42 | 0 | 0.76 | 0.46 | 0.69 | 336.61 | 0.61 | 0.19 |
| Hex | 4E | 13 | 2A | 0 | 4C | 2E | 45 | 151 | 3D | 13 |
| Octal | 116 | 23 | 52 | 0 | 114 | 56 | 105 | 521 | 75 | 23 |
| Binary | 1001110 | 10011 | 101010 | 0 | 1001100 | 101110 | 1000101 | 101010001 | 111101 | 10011 |
Color Harmonies of #4E132A
Complementary color
Monochromatic Colors of #4E132A
Black with #4E132A
Text Example
Text Example
White with #4E132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E132A; }
p { color: rgb(78,19,42); }
H1.HeaderClassName
{
color: #4E132A;
}
.AnyTagClassName
{
color: #4E132A;
}
</style>
background-color css
<style>
a { background-color: #4E132A; }
a { background-color: rgb(78,19,42); }
div.DivClassName
{
background-color: #4E132A;
}
.BgClassName
{
background-color: #4E132A;
}
</style>
border-color css
<style>
span { border-color: #4E132A; }
span { border-color: rgb(78,19,42); }
td.TdClassName
{
border-color: #4E132A;
}
.TagClassName
{
border-color: #4E132A;
}
</style>