Shades of Blackberry #4E0D2F
Tints of Blackberry #4E0D2F
RGB
CMYK
RGB Variations
Color information
#4E0D2F (or 0x4E0D2F) is known color: Blackberry. HEX triplet: 4E, 0D and 2F. RGB value is (78,13,47). Sum of RGB (Red+Green+Blue) = 78+13+47=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D2F is #B1F2D0. Grayscale: #242424. Windows color (decimal): -11662033 or 3083598. OLE color: 3083598.
HSL color Cylindrical-coordinate representation of color #4E0D2F: hue angle of 328.62º 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 #4E0D2F is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 47 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.69 |
| HSL | 328.62º | 0.71% | 0.18% | - |
| HSV(B) | 328.62º | 0.83% | 0.31% | - |
| XYZ | 3.8 | 2.11 | 2.9 | - |
| YUV | 36.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 47 | 0 | 0.83 | 0.40 | 0.69 | 328.62 | 0.71 | 0.18 |
| Hex | 4E | D | 2F | 0 | 53 | 28 | 45 | 149 | 47 | 12 |
| Octal | 116 | 15 | 57 | 0 | 123 | 50 | 105 | 511 | 107 | 22 |
| Binary | 1001110 | 1101 | 101111 | 0 | 1010011 | 101000 | 1000101 | 101001001 | 1000111 | 10010 |
Color Harmonies of #4E0D2F
Complementary color
Monochromatic Colors of #4E0D2F
Black with #4E0D2F
Text Example
Text Example
White with #4E0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D2F; }
p { color: rgb(78,13,47); }
H1.HeaderClassName
{
color: #4E0D2F;
}
.AnyTagClassName
{
color: #4E0D2F;
}
</style>
background-color css
<style>
a { background-color: #4E0D2F; }
a { background-color: rgb(78,13,47); }
div.DivClassName
{
background-color: #4E0D2F;
}
.BgClassName
{
background-color: #4E0D2F;
}
</style>
border-color css
<style>
span { border-color: #4E0D2F; }
span { border-color: rgb(78,13,47); }
td.TdClassName
{
border-color: #4E0D2F;
}
.TagClassName
{
border-color: #4E0D2F;
}
</style>