Shades of Blackberry #4E203A
Tints of Blackberry #4E203A
RGB
CMYK
RGB Variations
Color information
#4E203A (or 0x4E203A) is known color: Blackberry. HEX triplet: 4E, 20 and 3A. RGB value is (78,32,58). Sum of RGB (Red+Green+Blue) = 78+32+58=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E203A is #B1DFC5. Grayscale: #303030. Windows color (decimal): -11657158 or 3809358. OLE color: 3809358.
HSL color Cylindrical-coordinate representation of color #4E203A: hue angle of 326.09º 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 #4E203A is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 58 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.69 |
| HSL | 326.09º | 0.42% | 0.22% | - |
| HSV(B) | 326.09º | 0.59% | 0.31% | - |
| XYZ | 4.42 | 2.96 | 4.34 | - |
| YUV | 48.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 58 | 0 | 0.59 | 0.26 | 0.69 | 326.09 | 0.42 | 0.22 |
| Hex | 4E | 20 | 3A | 0 | 3B | 1A | 45 | 146 | 2A | 16 |
| Octal | 116 | 40 | 72 | 0 | 73 | 32 | 105 | 506 | 52 | 26 |
| Binary | 1001110 | 100000 | 111010 | 0 | 111011 | 11010 | 1000101 | 101000110 | 101010 | 10110 |
Color Harmonies of #4E203A
Complementary color
Monochromatic Colors of #4E203A
Black with #4E203A
Text Example
Text Example
White with #4E203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E203A; }
p { color: rgb(78,32,58); }
H1.HeaderClassName
{
color: #4E203A;
}
.AnyTagClassName
{
color: #4E203A;
}
</style>
background-color css
<style>
a { background-color: #4E203A; }
a { background-color: rgb(78,32,58); }
div.DivClassName
{
background-color: #4E203A;
}
.BgClassName
{
background-color: #4E203A;
}
</style>
border-color css
<style>
span { border-color: #4E203A; }
span { border-color: rgb(78,32,58); }
td.TdClassName
{
border-color: #4E203A;
}
.TagClassName
{
border-color: #4E203A;
}
</style>