Shades of Blackberry #4D0E29
Tints of Blackberry #4D0E29
RGB
CMYK
RGB Variations
Color information
#4D0E29 (or 0x4D0E29) is known color: Blackberry. HEX triplet: 4D, 0E and 29. RGB value is (77,14,41). Sum of RGB (Red+Green+Blue) = 77+14+41=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E29 is #B2F1D6. Grayscale: #232323. Windows color (decimal): -11727319 or 2690637. OLE color: 2690637.
HSL color Cylindrical-coordinate representation of color #4D0E29: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D0E29 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 41 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.70 |
| HSL | 334.29º | 0.69% | 0.18% | - |
| HSV(B) | 334.29º | 0.82% | 0.3% | - |
| XYZ | 3.62 | 2.05 | 2.3 | - |
| YUV | 35.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 41 | 0 | 0.82 | 0.47 | 0.70 | 334.29 | 0.69 | 0.18 |
| Hex | 4D | E | 29 | 0 | 52 | 2F | 46 | 14E | 45 | 12 |
| Octal | 115 | 16 | 51 | 0 | 122 | 57 | 106 | 516 | 105 | 22 |
| Binary | 1001101 | 1110 | 101001 | 0 | 1010010 | 101111 | 1000110 | 101001110 | 1000101 | 10010 |
Color Harmonies of #4D0E29
Complementary color
Monochromatic Colors of #4D0E29
Black with #4D0E29
Text Example
Text Example
White with #4D0E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E29; }
p { color: rgb(77,14,41); }
H1.HeaderClassName
{
color: #4D0E29;
}
.AnyTagClassName
{
color: #4D0E29;
}
</style>
background-color css
<style>
a { background-color: #4D0E29; }
a { background-color: rgb(77,14,41); }
div.DivClassName
{
background-color: #4D0E29;
}
.BgClassName
{
background-color: #4D0E29;
}
</style>
border-color css
<style>
span { border-color: #4D0E29; }
span { border-color: rgb(77,14,41); }
td.TdClassName
{
border-color: #4D0E29;
}
.TagClassName
{
border-color: #4D0E29;
}
</style>