Shades of Blackberry #4E132D
Tints of Blackberry #4E132D
RGB
CMYK
RGB Variations
Color information
#4E132D (or 0x4E132D) is known color: Blackberry. HEX triplet: 4E, 13 and 2D. RGB value is (78,19,45). Sum of RGB (Red+Green+Blue) = 78+19+45=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E132D is #B1ECD2. Grayscale: #272727. Windows color (decimal): -11660499 or 2954062. OLE color: 2954062.
HSL color Cylindrical-coordinate representation of color #4E132D: hue angle of 333.56º 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 #4E132D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 45 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.69 |
| HSL | 333.56º | 0.61% | 0.19% | - |
| HSV(B) | 333.56º | 0.76% | 0.31% | - |
| XYZ | 3.85 | 2.27 | 2.72 | - |
| YUV | 39.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 45 | 0 | 0.76 | 0.42 | 0.69 | 333.56 | 0.61 | 0.19 |
| Hex | 4E | 13 | 2D | 0 | 4C | 2A | 45 | 14E | 3D | 13 |
| Octal | 116 | 23 | 55 | 0 | 114 | 52 | 105 | 516 | 75 | 23 |
| Binary | 1001110 | 10011 | 101101 | 0 | 1001100 | 101010 | 1000101 | 101001110 | 111101 | 10011 |
Color Harmonies of #4E132D
Complementary color
Monochromatic Colors of #4E132D
Black with #4E132D
Text Example
Text Example
White with #4E132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E132D; }
p { color: rgb(78,19,45); }
H1.HeaderClassName
{
color: #4E132D;
}
.AnyTagClassName
{
color: #4E132D;
}
</style>
background-color css
<style>
a { background-color: #4E132D; }
a { background-color: rgb(78,19,45); }
div.DivClassName
{
background-color: #4E132D;
}
.BgClassName
{
background-color: #4E132D;
}
</style>
border-color css
<style>
span { border-color: #4E132D; }
span { border-color: rgb(78,19,45); }
td.TdClassName
{
border-color: #4E132D;
}
.TagClassName
{
border-color: #4E132D;
}
</style>