Shades of Blackberry #4E0733
Tints of Blackberry #4E0733
RGB
CMYK
RGB Variations
Color information
#4E0733 (or 0x4E0733) is known color: Blackberry. HEX triplet: 4E, 07 and 33. RGB value is (78,7,51). Sum of RGB (Red+Green+Blue) = 78+7+51=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0733 is #B1F8CC. Grayscale: #212121. Windows color (decimal): -11663565 or 3344206. OLE color: 3344206.
HSL color Cylindrical-coordinate representation of color #4E0733: hue angle of 322.82º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0733 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 51 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.69 |
| HSL | 322.82º | 0.84% | 0.17% | - |
| HSV(B) | 322.82º | 0.91% | 0.31% | - |
| XYZ | 3.82 | 2.01 | 3.32 | - |
| YUV | 33.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 51 | 0 | 0.91 | 0.35 | 0.69 | 322.82 | 0.84 | 0.17 |
| Hex | 4E | 7 | 33 | 0 | 5B | 23 | 45 | 143 | 54 | 11 |
| Octal | 116 | 7 | 63 | 0 | 133 | 43 | 105 | 503 | 124 | 21 |
| Binary | 1001110 | 111 | 110011 | 0 | 1011011 | 100011 | 1000101 | 101000011 | 1010100 | 10001 |
Color Harmonies of #4E0733
Complementary color
Monochromatic Colors of #4E0733
Black with #4E0733
Text Example
Text Example
White with #4E0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0733; }
p { color: rgb(78,7,51); }
H1.HeaderClassName
{
color: #4E0733;
}
.AnyTagClassName
{
color: #4E0733;
}
</style>
background-color css
<style>
a { background-color: #4E0733; }
a { background-color: rgb(78,7,51); }
div.DivClassName
{
background-color: #4E0733;
}
.BgClassName
{
background-color: #4E0733;
}
</style>
border-color css
<style>
span { border-color: #4E0733; }
span { border-color: rgb(78,7,51); }
td.TdClassName
{
border-color: #4E0733;
}
.TagClassName
{
border-color: #4E0733;
}
</style>