Shades of Blackberry #4D0C39
Tints of Blackberry #4D0C39
RGB
CMYK
RGB Variations
Color information
#4D0C39 (or 0x4D0C39) is known color: Blackberry. HEX triplet: 4D, 0C and 39. RGB value is (77,12,57). Sum of RGB (Red+Green+Blue) = 77+12+57=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C39 is #B2F3C6. Grayscale: #242424. Windows color (decimal): -11727815 or 3738701. OLE color: 3738701.
HSL color Cylindrical-coordinate representation of color #4D0C39: hue angle of 318.46º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C39 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 57 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.70 |
| HSL | 318.46º | 0.73% | 0.17% | - |
| HSV(B) | 318.46º | 0.84% | 0.3% | - |
| XYZ | 3.93 | 2.14 | 4.08 | - |
| YUV | 36.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 57 | 0 | 0.84 | 0.26 | 0.70 | 318.46 | 0.73 | 0.17 |
| Hex | 4D | C | 39 | 0 | 54 | 1A | 46 | 13E | 49 | 11 |
| Octal | 115 | 14 | 71 | 0 | 124 | 32 | 106 | 476 | 111 | 21 |
| Binary | 1001101 | 1100 | 111001 | 0 | 1010100 | 11010 | 1000110 | 100111110 | 1001001 | 10001 |
Color Harmonies of #4D0C39
Complementary color
Monochromatic Colors of #4D0C39
Black with #4D0C39
Text Example
Text Example
White with #4D0C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C39; }
p { color: rgb(77,12,57); }
H1.HeaderClassName
{
color: #4D0C39;
}
.AnyTagClassName
{
color: #4D0C39;
}
</style>
background-color css
<style>
a { background-color: #4D0C39; }
a { background-color: rgb(77,12,57); }
div.DivClassName
{
background-color: #4D0C39;
}
.BgClassName
{
background-color: #4D0C39;
}
</style>
border-color css
<style>
span { border-color: #4D0C39; }
span { border-color: rgb(77,12,57); }
td.TdClassName
{
border-color: #4D0C39;
}
.TagClassName
{
border-color: #4D0C39;
}
</style>