Shades of Blackberry #4E203D
Tints of Blackberry #4E203D
RGB
CMYK
RGB Variations
Color information
#4E203D (or 0x4E203D) is known color: Blackberry. HEX triplet: 4E, 20 and 3D. RGB value is (78,32,61). Sum of RGB (Red+Green+Blue) = 78+32+61=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E203D is #B1DFC2. Grayscale: #303030. Windows color (decimal): -11657155 or 4005966. OLE color: 4005966.
HSL color Cylindrical-coordinate representation of color #4E203D: hue angle of 322.17º 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 #4E203D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 61 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.69 |
| HSL | 322.17º | 0.42% | 0.22% | - |
| HSV(B) | 322.17º | 0.59% | 0.31% | - |
| XYZ | 4.5 | 2.99 | 4.75 | - |
| YUV | 49.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 61 | 0 | 0.59 | 0.22 | 0.69 | 322.17 | 0.42 | 0.22 |
| Hex | 4E | 20 | 3D | 0 | 3B | 16 | 45 | 142 | 2A | 16 |
| Octal | 116 | 40 | 75 | 0 | 73 | 26 | 105 | 502 | 52 | 26 |
| Binary | 1001110 | 100000 | 111101 | 0 | 111011 | 10110 | 1000101 | 101000010 | 101010 | 10110 |
Color Harmonies of #4E203D
Complementary color
Monochromatic Colors of #4E203D
Black with #4E203D
Text Example
Text Example
White with #4E203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E203D; }
p { color: rgb(78,32,61); }
H1.HeaderClassName
{
color: #4E203D;
}
.AnyTagClassName
{
color: #4E203D;
}
</style>
background-color css
<style>
a { background-color: #4E203D; }
a { background-color: rgb(78,32,61); }
div.DivClassName
{
background-color: #4E203D;
}
.BgClassName
{
background-color: #4E203D;
}
</style>
border-color css
<style>
span { border-color: #4E203D; }
span { border-color: rgb(78,32,61); }
td.TdClassName
{
border-color: #4E203D;
}
.TagClassName
{
border-color: #4E203D;
}
</style>