Shades of Blackberry #4E0932
Tints of Blackberry #4E0932
RGB
CMYK
RGB Variations
Color information
#4E0932 (or 0x4E0932) is known color: Blackberry. HEX triplet: 4E, 09 and 32. RGB value is (78,9,50). Sum of RGB (Red+Green+Blue) = 78+9+50=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0932 is #B1F6CD. Grayscale: #222222. Windows color (decimal): -11663054 or 3279182. OLE color: 3279182.
HSL color Cylindrical-coordinate representation of color #4E0932: hue angle of 324.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0932 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 50 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.69 |
| HSL | 324.35º | 0.79% | 0.17% | - |
| HSV(B) | 324.35º | 0.88% | 0.31% | - |
| XYZ | 3.82 | 2.05 | 3.21 | - |
| YUV | 34.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 50 | 0 | 0.88 | 0.36 | 0.69 | 324.35 | 0.79 | 0.17 |
| Hex | 4E | 9 | 32 | 0 | 58 | 24 | 45 | 144 | 4F | 11 |
| Octal | 116 | 11 | 62 | 0 | 130 | 44 | 105 | 504 | 117 | 21 |
| Binary | 1001110 | 1001 | 110010 | 0 | 1011000 | 100100 | 1000101 | 101000100 | 1001111 | 10001 |
Color Harmonies of #4E0932
Complementary color
Monochromatic Colors of #4E0932
Black with #4E0932
Text Example
Text Example
White with #4E0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0932; }
p { color: rgb(78,9,50); }
H1.HeaderClassName
{
color: #4E0932;
}
.AnyTagClassName
{
color: #4E0932;
}
</style>
background-color css
<style>
a { background-color: #4E0932; }
a { background-color: rgb(78,9,50); }
div.DivClassName
{
background-color: #4E0932;
}
.BgClassName
{
background-color: #4E0932;
}
</style>
border-color css
<style>
span { border-color: #4E0932; }
span { border-color: rgb(78,9,50); }
td.TdClassName
{
border-color: #4E0932;
}
.TagClassName
{
border-color: #4E0932;
}
</style>