Shades of Blackberry #4D0639
Tints of Blackberry #4D0639
RGB
CMYK
RGB Variations
Color information
#4D0639 (or 0x4D0639) is known color: Blackberry. HEX triplet: 4D, 06 and 39. RGB value is (77,6,57). Sum of RGB (Red+Green+Blue) = 77+6+57=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0639 is #B2F9C6. Grayscale: #202020. Windows color (decimal): -11729351 or 3737165. OLE color: 3737165.
HSL color Cylindrical-coordinate representation of color #4D0639: hue angle of 316.9º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0639 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 6 | 57 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.70 |
| HSL | 316.9º | 0.86% | 0.16% | - |
| HSV(B) | 316.9º | 0.92% | 0.3% | - |
| XYZ | 3.86 | 2 | 4.05 | - |
| YUV | 33.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 57 | 0 | 0.92 | 0.26 | 0.70 | 316.9 | 0.86 | 0.16 |
| Hex | 4D | 6 | 39 | 0 | 5C | 1A | 46 | 13D | 56 | 10 |
| Octal | 115 | 6 | 71 | 0 | 134 | 32 | 106 | 475 | 126 | 20 |
| Binary | 1001101 | 110 | 111001 | 0 | 1011100 | 11010 | 1000110 | 100111101 | 1010110 | 10000 |
Color Harmonies of #4D0639
Complementary color
Monochromatic Colors of #4D0639
Black with #4D0639
Text Example
Text Example
White with #4D0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0639; }
p { color: rgb(77,6,57); }
H1.HeaderClassName
{
color: #4D0639;
}
.AnyTagClassName
{
color: #4D0639;
}
</style>
background-color css
<style>
a { background-color: #4D0639; }
a { background-color: rgb(77,6,57); }
div.DivClassName
{
background-color: #4D0639;
}
.BgClassName
{
background-color: #4D0639;
}
</style>
border-color css
<style>
span { border-color: #4D0639; }
span { border-color: rgb(77,6,57); }
td.TdClassName
{
border-color: #4D0639;
}
.TagClassName
{
border-color: #4D0639;
}
</style>