Shades of Blackberry #4D0C29
Tints of Blackberry #4D0C29
RGB
CMYK
RGB Variations
Color information
#4D0C29 (or 0x4D0C29) is known color: Blackberry. HEX triplet: 4D, 0C and 29. RGB value is (77,12,41). Sum of RGB (Red+Green+Blue) = 77+12+41=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C29 is #B2F3D6. Grayscale: #222222. Windows color (decimal): -11727831 or 2690125. OLE color: 2690125.
HSL color Cylindrical-coordinate representation of color #4D0C29: hue angle of 333.23º 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 #4D0C29 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 41 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.70 |
| HSL | 333.23º | 0.73% | 0.17% | - |
| HSV(B) | 333.23º | 0.84% | 0.3% | - |
| XYZ | 3.59 | 2 | 2.29 | - |
| YUV | 34.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 41 | 0 | 0.84 | 0.47 | 0.70 | 333.23 | 0.73 | 0.17 |
| Hex | 4D | C | 29 | 0 | 54 | 2F | 46 | 14D | 49 | 11 |
| Octal | 115 | 14 | 51 | 0 | 124 | 57 | 106 | 515 | 111 | 21 |
| Binary | 1001101 | 1100 | 101001 | 0 | 1010100 | 101111 | 1000110 | 101001101 | 1001001 | 10001 |
Color Harmonies of #4D0C29
Complementary color
Monochromatic Colors of #4D0C29
Black with #4D0C29
Text Example
Text Example
White with #4D0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C29; }
p { color: rgb(77,12,41); }
H1.HeaderClassName
{
color: #4D0C29;
}
.AnyTagClassName
{
color: #4D0C29;
}
</style>
background-color css
<style>
a { background-color: #4D0C29; }
a { background-color: rgb(77,12,41); }
div.DivClassName
{
background-color: #4D0C29;
}
.BgClassName
{
background-color: #4D0C29;
}
</style>
border-color css
<style>
span { border-color: #4D0C29; }
span { border-color: rgb(77,12,41); }
td.TdClassName
{
border-color: #4D0C29;
}
.TagClassName
{
border-color: #4D0C29;
}
</style>