Shades of Blackberry #4E0B3D
Tints of Blackberry #4E0B3D
RGB
CMYK
RGB Variations
Color information
#4E0B3D (or 0x4E0B3D) is known color: Blackberry. HEX triplet: 4E, 0B and 3D. RGB value is (78,11,61). Sum of RGB (Red+Green+Blue) = 78+11+61=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0B3D is #B1F4C2. Grayscale: #242424. Windows color (decimal): -11662531 or 4000590. OLE color: 4000590.
HSL color Cylindrical-coordinate representation of color #4E0B3D: hue angle of 315.22º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0B3D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 11 | 61 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.69 |
| HSL | 315.22º | 0.75% | 0.17% | - |
| HSV(B) | 315.22º | 0.86% | 0.31% | - |
| XYZ | 4.1 | 2.2 | 4.62 | - |
| YUV | 36.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 61 | 0 | 0.86 | 0.22 | 0.69 | 315.22 | 0.75 | 0.17 |
| Hex | 4E | B | 3D | 0 | 56 | 16 | 45 | 13B | 4B | 11 |
| Octal | 116 | 13 | 75 | 0 | 126 | 26 | 105 | 473 | 113 | 21 |
| Binary | 1001110 | 1011 | 111101 | 0 | 1010110 | 10110 | 1000101 | 100111011 | 1001011 | 10001 |
Color Harmonies of #4E0B3D
Complementary color
Monochromatic Colors of #4E0B3D
Black with #4E0B3D
Text Example
Text Example
White with #4E0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B3D; }
p { color: rgb(78,11,61); }
H1.HeaderClassName
{
color: #4E0B3D;
}
.AnyTagClassName
{
color: #4E0B3D;
}
</style>
background-color css
<style>
a { background-color: #4E0B3D; }
a { background-color: rgb(78,11,61); }
div.DivClassName
{
background-color: #4E0B3D;
}
.BgClassName
{
background-color: #4E0B3D;
}
</style>
border-color css
<style>
span { border-color: #4E0B3D; }
span { border-color: rgb(78,11,61); }
td.TdClassName
{
border-color: #4E0B3D;
}
.TagClassName
{
border-color: #4E0B3D;
}
</style>