Shades of Blackberry #4E0D34
Tints of Blackberry #4E0D34
RGB
CMYK
RGB Variations
Color information
#4E0D34 (or 0x4E0D34) is known color: Blackberry. HEX triplet: 4E, 0D and 34. RGB value is (78,13,52). Sum of RGB (Red+Green+Blue) = 78+13+52=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D34 is #B1F2CB. Grayscale: #242424. Windows color (decimal): -11662028 or 3411278. OLE color: 3411278.
HSL color Cylindrical-coordinate representation of color #4E0D34: hue angle of 324º 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 #4E0D34 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 52 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.69 |
| HSL | 324º | 0.71% | 0.18% | - |
| HSV(B) | 324º | 0.83% | 0.31% | - |
| XYZ | 3.91 | 2.16 | 3.46 | - |
| YUV | 36.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 52 | 0 | 0.83 | 0.33 | 0.69 | 324 | 0.71 | 0.18 |
| Hex | 4E | D | 34 | 0 | 53 | 21 | 45 | 144 | 47 | 12 |
| Octal | 116 | 15 | 64 | 0 | 123 | 41 | 105 | 504 | 107 | 22 |
| Binary | 1001110 | 1101 | 110100 | 0 | 1010011 | 100001 | 1000101 | 101000100 | 1000111 | 10010 |
Color Harmonies of #4E0D34
Complementary color
Monochromatic Colors of #4E0D34
Black with #4E0D34
Text Example
Text Example
White with #4E0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D34; }
p { color: rgb(78,13,52); }
H1.HeaderClassName
{
color: #4E0D34;
}
.AnyTagClassName
{
color: #4E0D34;
}
</style>
background-color css
<style>
a { background-color: #4E0D34; }
a { background-color: rgb(78,13,52); }
div.DivClassName
{
background-color: #4E0D34;
}
.BgClassName
{
background-color: #4E0D34;
}
</style>
border-color css
<style>
span { border-color: #4E0D34; }
span { border-color: rgb(78,13,52); }
td.TdClassName
{
border-color: #4E0D34;
}
.TagClassName
{
border-color: #4E0D34;
}
</style>