Shades of Blackberry #4D0537
Tints of Blackberry #4D0537
RGB
CMYK
RGB Variations
Color information
#4D0537 (or 0x4D0537) is known color: Blackberry. HEX triplet: 4D, 05 and 37. RGB value is (77,5,55). Sum of RGB (Red+Green+Blue) = 77+5+55=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0537 is #B2FAC8. Grayscale: #202020. Windows color (decimal): -11729609 or 3605837. OLE color: 3605837.
HSL color Cylindrical-coordinate representation of color #4D0537: hue angle of 318.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0537 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 55 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.70 |
| HSL | 318.33º | 0.88% | 0.16% | - |
| HSV(B) | 318.33º | 0.94% | 0.3% | - |
| XYZ | 3.8 | 1.96 | 3.79 | - |
| YUV | 32.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 55 | 0 | 0.94 | 0.29 | 0.70 | 318.33 | 0.88 | 0.16 |
| Hex | 4D | 5 | 37 | 0 | 5E | 1D | 46 | 13E | 58 | 10 |
| Octal | 115 | 5 | 67 | 0 | 136 | 35 | 106 | 476 | 130 | 20 |
| Binary | 1001101 | 101 | 110111 | 0 | 1011110 | 11101 | 1000110 | 100111110 | 1011000 | 10000 |
Color Harmonies of #4D0537
Complementary color
Monochromatic Colors of #4D0537
Black with #4D0537
Text Example
Text Example
White with #4D0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0537; }
p { color: rgb(77,5,55); }
H1.HeaderClassName
{
color: #4D0537;
}
.AnyTagClassName
{
color: #4D0537;
}
</style>
background-color css
<style>
a { background-color: #4D0537; }
a { background-color: rgb(77,5,55); }
div.DivClassName
{
background-color: #4D0537;
}
.BgClassName
{
background-color: #4D0537;
}
</style>
border-color css
<style>
span { border-color: #4D0537; }
span { border-color: rgb(77,5,55); }
td.TdClassName
{
border-color: #4D0537;
}
.TagClassName
{
border-color: #4D0537;
}
</style>