Shades of Blackberry #4D0031
Tints of Blackberry #4D0031
RGB
CMYK
RGB Variations
Color information
#4D0031 (or 0x4D0031) is known color: Blackberry. HEX triplet: 4D, 00 and 31. RGB value is (77,0,49). Sum of RGB (Red+Green+Blue) = 77+0+49=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0031 is #B2FFCE. Grayscale: #1C1C1C. Windows color (decimal): -11730895 or 3211341. OLE color: 3211341.
HSL color Cylindrical-coordinate representation of color #4D0031: hue angle of 321.82º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0031 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.36 | 0.70 |
| HSL | 321.82º | 1% | 0.15% | - |
| HSV(B) | 321.82º | 1% | 0.3% | - |
| XYZ | 3.61 | 1.8 | 3.06 | - |
| YUV | 28.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 49 | 0 | 1 | 0.36 | 0.70 | 321.82 | 1 | 0.15 |
| Hex | 4D | 0 | 31 | 0 | 64 | 24 | 46 | 142 | 64 | F |
| Octal | 115 | 0 | 61 | 0 | 144 | 44 | 106 | 502 | 144 | 17 |
| Binary | 1001101 | 0 | 110001 | 0 | 1100100 | 100100 | 1000110 | 101000010 | 1100100 | 1111 |
Color Harmonies of #4D0031
Complementary color
Monochromatic Colors of #4D0031
Black with #4D0031
Text Example
Text Example
White with #4D0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0031; }
p { color: rgb(77,0,49); }
H1.HeaderClassName
{
color: #4D0031;
}
.AnyTagClassName
{
color: #4D0031;
}
</style>
background-color css
<style>
a { background-color: #4D0031; }
a { background-color: rgb(77,0,49); }
div.DivClassName
{
background-color: #4D0031;
}
.BgClassName
{
background-color: #4D0031;
}
</style>
border-color css
<style>
span { border-color: #4D0031; }
span { border-color: rgb(77,0,49); }
td.TdClassName
{
border-color: #4D0031;
}
.TagClassName
{
border-color: #4D0031;
}
</style>