Shades of Blackberry #4E203B
Tints of Blackberry #4E203B
RGB
CMYK
RGB Variations
Color information
#4E203B (or 0x4E203B) is known color: Blackberry. HEX triplet: 4E, 20 and 3B. RGB value is (78,32,59). Sum of RGB (Red+Green+Blue) = 78+32+59=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E203B is #B1DFC4. Grayscale: #303030. Windows color (decimal): -11657157 or 3874894. OLE color: 3874894.
HSL color Cylindrical-coordinate representation of color #4E203B: hue angle of 324.78º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E203B is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 59 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.69 |
| HSL | 324.78º | 0.42% | 0.22% | - |
| HSV(B) | 324.78º | 0.59% | 0.31% | - |
| XYZ | 4.45 | 2.97 | 4.48 | - |
| YUV | 48.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 59 | 0 | 0.59 | 0.24 | 0.69 | 324.78 | 0.42 | 0.22 |
| Hex | 4E | 20 | 3B | 0 | 3B | 18 | 45 | 145 | 2A | 16 |
| Octal | 116 | 40 | 73 | 0 | 73 | 30 | 105 | 505 | 52 | 26 |
| Binary | 1001110 | 100000 | 111011 | 0 | 111011 | 11000 | 1000101 | 101000101 | 101010 | 10110 |
Color Harmonies of #4E203B
Complementary color
Monochromatic Colors of #4E203B
Black with #4E203B
Text Example
Text Example
White with #4E203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E203B; }
p { color: rgb(78,32,59); }
H1.HeaderClassName
{
color: #4E203B;
}
.AnyTagClassName
{
color: #4E203B;
}
</style>
background-color css
<style>
a { background-color: #4E203B; }
a { background-color: rgb(78,32,59); }
div.DivClassName
{
background-color: #4E203B;
}
.BgClassName
{
background-color: #4E203B;
}
</style>
border-color css
<style>
span { border-color: #4E203B; }
span { border-color: rgb(78,32,59); }
td.TdClassName
{
border-color: #4E203B;
}
.TagClassName
{
border-color: #4E203B;
}
</style>