Shades of Blackberry #4E0632
Tints of Blackberry #4E0632
RGB
CMYK
RGB Variations
Color information
#4E0632 (or 0x4E0632) is known color: Blackberry. HEX triplet: 4E, 06 and 32. RGB value is (78,6,50). Sum of RGB (Red+Green+Blue) = 78+6+50=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0632 is #B1F9CD. Grayscale: #202020. Windows color (decimal): -11663822 or 3278414. OLE color: 3278414.
HSL color Cylindrical-coordinate representation of color #4E0632: hue angle of 323.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0632 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 6 | 50 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.69 |
| HSL | 323.33º | 0.86% | 0.16% | - |
| HSV(B) | 323.33º | 0.92% | 0.31% | - |
| XYZ | 3.78 | 1.98 | 3.2 | - |
| YUV | 32.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 50 | 0 | 0.92 | 0.36 | 0.69 | 323.33 | 0.86 | 0.16 |
| Hex | 4E | 6 | 32 | 0 | 5C | 24 | 45 | 143 | 56 | 10 |
| Octal | 116 | 6 | 62 | 0 | 134 | 44 | 105 | 503 | 126 | 20 |
| Binary | 1001110 | 110 | 110010 | 0 | 1011100 | 100100 | 1000101 | 101000011 | 1010110 | 10000 |
Color Harmonies of #4E0632
Complementary color
Monochromatic Colors of #4E0632
Black with #4E0632
Text Example
Text Example
White with #4E0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0632; }
p { color: rgb(78,6,50); }
H1.HeaderClassName
{
color: #4E0632;
}
.AnyTagClassName
{
color: #4E0632;
}
</style>
background-color css
<style>
a { background-color: #4E0632; }
a { background-color: rgb(78,6,50); }
div.DivClassName
{
background-color: #4E0632;
}
.BgClassName
{
background-color: #4E0632;
}
</style>
border-color css
<style>
span { border-color: #4E0632; }
span { border-color: rgb(78,6,50); }
td.TdClassName
{
border-color: #4E0632;
}
.TagClassName
{
border-color: #4E0632;
}
</style>