Shades of Blackberry #4D0029
Tints of Blackberry #4D0029
RGB
CMYK
RGB Variations
Color information
#4D0029 (or 0x4D0029) is known color: Blackberry. HEX triplet: 4D, 00 and 29. RGB value is (77,0,41). Sum of RGB (Red+Green+Blue) = 77+0+41=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0029 is #B2FFD6. Grayscale: #1B1B1B. Windows color (decimal): -11730903 or 2687053. OLE color: 2687053.
HSL color Cylindrical-coordinate representation of color #4D0029: hue angle of 328.05º 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 #4D0029 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.47 | 0.70 |
| HSL | 328.05º | 1% | 0.15% | - |
| HSV(B) | 328.05º | 1% | 0.3% | - |
| XYZ | 3.46 | 1.74 | 2.25 | - |
| YUV | 27.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 41 | 0 | 1 | 0.47 | 0.70 | 328.05 | 1 | 0.15 |
| Hex | 4D | 0 | 29 | 0 | 64 | 2F | 46 | 148 | 64 | F |
| Octal | 115 | 0 | 51 | 0 | 144 | 57 | 106 | 510 | 144 | 17 |
| Binary | 1001101 | 0 | 101001 | 0 | 1100100 | 101111 | 1000110 | 101001000 | 1100100 | 1111 |
Color Harmonies of #4D0029
Complementary color
Monochromatic Colors of #4D0029
Black with #4D0029
Text Example
Text Example
White with #4D0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0029; }
p { color: rgb(77,0,41); }
H1.HeaderClassName
{
color: #4D0029;
}
.AnyTagClassName
{
color: #4D0029;
}
</style>
background-color css
<style>
a { background-color: #4D0029; }
a { background-color: rgb(77,0,41); }
div.DivClassName
{
background-color: #4D0029;
}
.BgClassName
{
background-color: #4D0029;
}
</style>
border-color css
<style>
span { border-color: #4D0029; }
span { border-color: rgb(77,0,41); }
td.TdClassName
{
border-color: #4D0029;
}
.TagClassName
{
border-color: #4D0029;
}
</style>