Shades of Blackberry #4D203B
Tints of Blackberry #4D203B
RGB
CMYK
RGB Variations
Color information
#4D203B (or 0x4D203B) is known color: Blackberry. HEX triplet: 4D, 20 and 3B. RGB value is (77,32,59). Sum of RGB (Red+Green+Blue) = 77+32+59=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D203B is #B2DFC4. Grayscale: #303030. Windows color (decimal): -11722693 or 3874893. OLE color: 3874893.
HSL color Cylindrical-coordinate representation of color #4D203B: hue angle of 324º 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 #4D203B is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 59 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.70 |
| HSL | 324º | 0.41% | 0.21% | - |
| HSV(B) | 324º | 0.58% | 0.3% | - |
| XYZ | 4.37 | 2.93 | 4.47 | - |
| YUV | 48.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 59 | 0 | 0.58 | 0.23 | 0.70 | 324 | 0.41 | 0.21 |
| Hex | 4D | 20 | 3B | 0 | 3A | 17 | 46 | 144 | 29 | 15 |
| Octal | 115 | 40 | 73 | 0 | 72 | 27 | 106 | 504 | 51 | 25 |
| Binary | 1001101 | 100000 | 111011 | 0 | 111010 | 10111 | 1000110 | 101000100 | 101001 | 10101 |
Color Harmonies of #4D203B
Complementary color
Monochromatic Colors of #4D203B
Black with #4D203B
Text Example
Text Example
White with #4D203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D203B; }
p { color: rgb(77,32,59); }
H1.HeaderClassName
{
color: #4D203B;
}
.AnyTagClassName
{
color: #4D203B;
}
</style>
background-color css
<style>
a { background-color: #4D203B; }
a { background-color: rgb(77,32,59); }
div.DivClassName
{
background-color: #4D203B;
}
.BgClassName
{
background-color: #4D203B;
}
</style>
border-color css
<style>
span { border-color: #4D203B; }
span { border-color: rgb(77,32,59); }
td.TdClassName
{
border-color: #4D203B;
}
.TagClassName
{
border-color: #4D203B;
}
</style>