Shades of Blackberry #4D203A
Tints of Blackberry #4D203A
RGB
CMYK
RGB Variations
Color information
#4D203A (or 0x4D203A) is known color: Blackberry. HEX triplet: 4D, 20 and 3A. RGB value is (77,32,58). Sum of RGB (Red+Green+Blue) = 77+32+58=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D203A is #B2DFC5. Grayscale: #303030. Windows color (decimal): -11722694 or 3809357. OLE color: 3809357.
HSL color Cylindrical-coordinate representation of color #4D203A: hue angle of 325.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D203A is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 58 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.70 |
| HSL | 325.33º | 0.41% | 0.21% | - |
| HSV(B) | 325.33º | 0.58% | 0.3% | - |
| XYZ | 4.34 | 2.92 | 4.34 | - |
| YUV | 48.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 58 | 0 | 0.58 | 0.25 | 0.70 | 325.33 | 0.41 | 0.21 |
| Hex | 4D | 20 | 3A | 0 | 3A | 19 | 46 | 145 | 29 | 15 |
| Octal | 115 | 40 | 72 | 0 | 72 | 31 | 106 | 505 | 51 | 25 |
| Binary | 1001101 | 100000 | 111010 | 0 | 111010 | 11001 | 1000110 | 101000101 | 101001 | 10101 |
Color Harmonies of #4D203A
Complementary color
Monochromatic Colors of #4D203A
Black with #4D203A
Text Example
Text Example
White with #4D203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D203A; }
p { color: rgb(77,32,58); }
H1.HeaderClassName
{
color: #4D203A;
}
.AnyTagClassName
{
color: #4D203A;
}
</style>
background-color css
<style>
a { background-color: #4D203A; }
a { background-color: rgb(77,32,58); }
div.DivClassName
{
background-color: #4D203A;
}
.BgClassName
{
background-color: #4D203A;
}
</style>
border-color css
<style>
span { border-color: #4D203A; }
span { border-color: rgb(77,32,58); }
td.TdClassName
{
border-color: #4D203A;
}
.TagClassName
{
border-color: #4D203A;
}
</style>