Shades of Blackberry #4D0C40
Tints of Blackberry #4D0C40
RGB
CMYK
RGB Variations
Color information
#4D0C40 (or 0x4D0C40) is known color: Blackberry. HEX triplet: 4D, 0C and 40. RGB value is (77,12,64). Sum of RGB (Red+Green+Blue) = 77+12+64=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C40 is #B2F3BF. Grayscale: #252525. Windows color (decimal): -11727808 or 4197453. OLE color: 4197453.
HSL color Cylindrical-coordinate representation of color #4D0C40: hue angle of 312º 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 #4D0C40 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 64 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.70 |
| HSL | 312º | 0.73% | 0.17% | - |
| HSV(B) | 312º | 0.84% | 0.3% | - |
| XYZ | 4.12 | 2.21 | 5.06 | - |
| YUV | 37.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 64 | 0 | 0.84 | 0.17 | 0.70 | 312 | 0.73 | 0.17 |
| Hex | 4D | C | 40 | 0 | 54 | 11 | 46 | 138 | 49 | 11 |
| Octal | 115 | 14 | 100 | 0 | 124 | 21 | 106 | 470 | 111 | 21 |
| Binary | 1001101 | 1100 | 1000000 | 0 | 1010100 | 10001 | 1000110 | 100111000 | 1001001 | 10001 |
Color Harmonies of #4D0C40
Complementary color
Monochromatic Colors of #4D0C40
Black with #4D0C40
Text Example
Text Example
White with #4D0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C40; }
p { color: rgb(77,12,64); }
H1.HeaderClassName
{
color: #4D0C40;
}
.AnyTagClassName
{
color: #4D0C40;
}
</style>
background-color css
<style>
a { background-color: #4D0C40; }
a { background-color: rgb(77,12,64); }
div.DivClassName
{
background-color: #4D0C40;
}
.BgClassName
{
background-color: #4D0C40;
}
</style>
border-color css
<style>
span { border-color: #4D0C40; }
span { border-color: rgb(77,12,64); }
td.TdClassName
{
border-color: #4D0C40;
}
.TagClassName
{
border-color: #4D0C40;
}
</style>