Shades of Blackberry #4E0D2D
Tints of Blackberry #4E0D2D
RGB
CMYK
RGB Variations
Color information
#4E0D2D (or 0x4E0D2D) is known color: Blackberry. HEX triplet: 4E, 0D and 2D. RGB value is (78,13,45). Sum of RGB (Red+Green+Blue) = 78+13+45=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D2D is #B1F2D2. Grayscale: #242424. Windows color (decimal): -11662035 or 2952526. OLE color: 2952526.
HSL color Cylindrical-coordinate representation of color #4E0D2D: hue angle of 330.46º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D2D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 45 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.69 |
| HSL | 330.46º | 0.71% | 0.18% | - |
| HSV(B) | 330.46º | 0.83% | 0.31% | - |
| XYZ | 3.76 | 2.1 | 2.69 | - |
| YUV | 36.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 45 | 0 | 0.83 | 0.42 | 0.69 | 330.46 | 0.71 | 0.18 |
| Hex | 4E | D | 2D | 0 | 53 | 2A | 45 | 14A | 47 | 12 |
| Octal | 116 | 15 | 55 | 0 | 123 | 52 | 105 | 512 | 107 | 22 |
| Binary | 1001110 | 1101 | 101101 | 0 | 1010011 | 101010 | 1000101 | 101001010 | 1000111 | 10010 |
Color Harmonies of #4E0D2D
Complementary color
Monochromatic Colors of #4E0D2D
Black with #4E0D2D
Text Example
Text Example
White with #4E0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D2D; }
p { color: rgb(78,13,45); }
H1.HeaderClassName
{
color: #4E0D2D;
}
.AnyTagClassName
{
color: #4E0D2D;
}
</style>
background-color css
<style>
a { background-color: #4E0D2D; }
a { background-color: rgb(78,13,45); }
div.DivClassName
{
background-color: #4E0D2D;
}
.BgClassName
{
background-color: #4E0D2D;
}
</style>
border-color css
<style>
span { border-color: #4E0D2D; }
span { border-color: rgb(78,13,45); }
td.TdClassName
{
border-color: #4E0D2D;
}
.TagClassName
{
border-color: #4E0D2D;
}
</style>