Shades of Blackberry #4D203D
Tints of Blackberry #4D203D
RGB
CMYK
RGB Variations
Color information
#4D203D (or 0x4D203D) is known color: Blackberry. HEX triplet: 4D, 20 and 3D. RGB value is (77,32,61). Sum of RGB (Red+Green+Blue) = 77+32+61=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D203D is #B2DFC2. Grayscale: #303030. Windows color (decimal): -11722691 or 4005965. OLE color: 4005965.
HSL color Cylindrical-coordinate representation of color #4D203D: hue angle of 321.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 #4D203D is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 61 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.70 |
| HSL | 321.33º | 0.41% | 0.21% | - |
| HSV(B) | 321.33º | 0.58% | 0.3% | - |
| XYZ | 4.42 | 2.95 | 4.75 | - |
| YUV | 48.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 61 | 0 | 0.58 | 0.21 | 0.70 | 321.33 | 0.41 | 0.21 |
| Hex | 4D | 20 | 3D | 0 | 3A | 15 | 46 | 141 | 29 | 15 |
| Octal | 115 | 40 | 75 | 0 | 72 | 25 | 106 | 501 | 51 | 25 |
| Binary | 1001101 | 100000 | 111101 | 0 | 111010 | 10101 | 1000110 | 101000001 | 101001 | 10101 |
Color Harmonies of #4D203D
Complementary color
Monochromatic Colors of #4D203D
Black with #4D203D
Text Example
Text Example
White with #4D203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D203D; }
p { color: rgb(77,32,61); }
H1.HeaderClassName
{
color: #4D203D;
}
.AnyTagClassName
{
color: #4D203D;
}
</style>
background-color css
<style>
a { background-color: #4D203D; }
a { background-color: rgb(77,32,61); }
div.DivClassName
{
background-color: #4D203D;
}
.BgClassName
{
background-color: #4D203D;
}
</style>
border-color css
<style>
span { border-color: #4D203D; }
span { border-color: rgb(77,32,61); }
td.TdClassName
{
border-color: #4D203D;
}
.TagClassName
{
border-color: #4D203D;
}
</style>