Shades of Blackberry #4D0733
Tints of Blackberry #4D0733
RGB
CMYK
RGB Variations
Color information
#4D0733 (or 0x4D0733) is known color: Blackberry. HEX triplet: 4D, 07 and 33. RGB value is (77,7,51). Sum of RGB (Red+Green+Blue) = 77+7+51=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0733 is #B2F8CC. Grayscale: #202020. Windows color (decimal): -11729101 or 3344205. OLE color: 3344205.
HSL color Cylindrical-coordinate representation of color #4D0733: hue angle of 322.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0733 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 51 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.70 |
| HSL | 322.29º | 0.83% | 0.16% | - |
| HSV(B) | 322.29º | 0.91% | 0.3% | - |
| XYZ | 3.73 | 1.97 | 3.32 | - |
| YUV | 32.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 51 | 0 | 0.91 | 0.34 | 0.70 | 322.29 | 0.83 | 0.16 |
| Hex | 4D | 7 | 33 | 0 | 5B | 22 | 46 | 142 | 53 | 10 |
| Octal | 115 | 7 | 63 | 0 | 133 | 42 | 106 | 502 | 123 | 20 |
| Binary | 1001101 | 111 | 110011 | 0 | 1011011 | 100010 | 1000110 | 101000010 | 1010011 | 10000 |
Color Harmonies of #4D0733
Complementary color
Monochromatic Colors of #4D0733
Black with #4D0733
Text Example
Text Example
White with #4D0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0733; }
p { color: rgb(77,7,51); }
H1.HeaderClassName
{
color: #4D0733;
}
.AnyTagClassName
{
color: #4D0733;
}
</style>
background-color css
<style>
a { background-color: #4D0733; }
a { background-color: rgb(77,7,51); }
div.DivClassName
{
background-color: #4D0733;
}
.BgClassName
{
background-color: #4D0733;
}
</style>
border-color css
<style>
span { border-color: #4D0733; }
span { border-color: rgb(77,7,51); }
td.TdClassName
{
border-color: #4D0733;
}
.TagClassName
{
border-color: #4D0733;
}
</style>