Shades of Blackberry #4D2039
Tints of Blackberry #4D2039
RGB
CMYK
RGB Variations
Color information
#4D2039 (or 0x4D2039) is known color: Blackberry. HEX triplet: 4D, 20 and 39. RGB value is (77,32,57). Sum of RGB (Red+Green+Blue) = 77+32+57=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2039 is #B2DFC6. Grayscale: #303030. Windows color (decimal): -11722695 or 3743821. OLE color: 3743821.
HSL color Cylindrical-coordinate representation of color #4D2039: hue angle of 326.67º 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 #4D2039 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 57 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.70 |
| HSL | 326.67º | 0.41% | 0.21% | - |
| HSV(B) | 326.67º | 0.58% | 0.3% | - |
| XYZ | 4.32 | 2.91 | 4.2 | - |
| YUV | 48.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 57 | 0 | 0.58 | 0.26 | 0.70 | 326.67 | 0.41 | 0.21 |
| Hex | 4D | 20 | 39 | 0 | 3A | 1A | 46 | 147 | 29 | 15 |
| Octal | 115 | 40 | 71 | 0 | 72 | 32 | 106 | 507 | 51 | 25 |
| Binary | 1001101 | 100000 | 111001 | 0 | 111010 | 11010 | 1000110 | 101000111 | 101001 | 10101 |
Color Harmonies of #4D2039
Complementary color
Monochromatic Colors of #4D2039
Black with #4D2039
Text Example
Text Example
White with #4D2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2039; }
p { color: rgb(77,32,57); }
H1.HeaderClassName
{
color: #4D2039;
}
.AnyTagClassName
{
color: #4D2039;
}
</style>
background-color css
<style>
a { background-color: #4D2039; }
a { background-color: rgb(77,32,57); }
div.DivClassName
{
background-color: #4D2039;
}
.BgClassName
{
background-color: #4D2039;
}
</style>
border-color css
<style>
span { border-color: #4D2039; }
span { border-color: rgb(77,32,57); }
td.TdClassName
{
border-color: #4D2039;
}
.TagClassName
{
border-color: #4D2039;
}
</style>