Shades of Blackberry #4E203E
Tints of Blackberry #4E203E
RGB
CMYK
RGB Variations
Color information
#4E203E (or 0x4E203E) is known color: Blackberry. HEX triplet: 4E, 20 and 3E. RGB value is (78,32,62). Sum of RGB (Red+Green+Blue) = 78+32+62=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E203E is #B1DFC1. Grayscale: #313131. Windows color (decimal): -11657154 or 4071502. OLE color: 4071502.
HSL color Cylindrical-coordinate representation of color #4E203E: hue angle of 320.87º 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 #4E203E is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 62 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.69 |
| HSL | 320.87º | 0.42% | 0.22% | - |
| HSV(B) | 320.87º | 0.59% | 0.31% | - |
| XYZ | 4.53 | 3 | 4.9 | - |
| YUV | 49.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 62 | 0 | 0.59 | 0.21 | 0.69 | 320.87 | 0.42 | 0.22 |
| Hex | 4E | 20 | 3E | 0 | 3B | 15 | 45 | 141 | 2A | 16 |
| Octal | 116 | 40 | 76 | 0 | 73 | 25 | 105 | 501 | 52 | 26 |
| Binary | 1001110 | 100000 | 111110 | 0 | 111011 | 10101 | 1000101 | 101000001 | 101010 | 10110 |
Color Harmonies of #4E203E
Complementary color
Monochromatic Colors of #4E203E
Black with #4E203E
Text Example
Text Example
White with #4E203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E203E; }
p { color: rgb(78,32,62); }
H1.HeaderClassName
{
color: #4E203E;
}
.AnyTagClassName
{
color: #4E203E;
}
</style>
background-color css
<style>
a { background-color: #4E203E; }
a { background-color: rgb(78,32,62); }
div.DivClassName
{
background-color: #4E203E;
}
.BgClassName
{
background-color: #4E203E;
}
</style>
border-color css
<style>
span { border-color: #4E203E; }
span { border-color: rgb(78,32,62); }
td.TdClassName
{
border-color: #4E203E;
}
.TagClassName
{
border-color: #4E203E;
}
</style>