Shades of Blackberry #4D0E35
Tints of Blackberry #4D0E35
RGB
CMYK
RGB Variations
Color information
#4D0E35 (or 0x4D0E35) is known color: Blackberry. HEX triplet: 4D, 0E and 35. RGB value is (77,14,53). Sum of RGB (Red+Green+Blue) = 77+14+53=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E35 is #B2F1CA. Grayscale: #252525. Windows color (decimal): -11727307 or 3477069. OLE color: 3477069.
HSL color Cylindrical-coordinate representation of color #4D0E35: hue angle of 322.86º 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 #4D0E35 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 53 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.70 |
| HSL | 322.86º | 0.69% | 0.18% | - |
| HSV(B) | 322.86º | 0.82% | 0.3% | - |
| XYZ | 3.86 | 2.15 | 3.58 | - |
| YUV | 37.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 53 | 0 | 0.82 | 0.31 | 0.70 | 322.86 | 0.69 | 0.18 |
| Hex | 4D | E | 35 | 0 | 52 | 1F | 46 | 143 | 45 | 12 |
| Octal | 115 | 16 | 65 | 0 | 122 | 37 | 106 | 503 | 105 | 22 |
| Binary | 1001101 | 1110 | 110101 | 0 | 1010010 | 11111 | 1000110 | 101000011 | 1000101 | 10010 |
Color Harmonies of #4D0E35
Complementary color
Monochromatic Colors of #4D0E35
Black with #4D0E35
Text Example
Text Example
White with #4D0E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E35; }
p { color: rgb(77,14,53); }
H1.HeaderClassName
{
color: #4D0E35;
}
.AnyTagClassName
{
color: #4D0E35;
}
</style>
background-color css
<style>
a { background-color: #4D0E35; }
a { background-color: rgb(77,14,53); }
div.DivClassName
{
background-color: #4D0E35;
}
.BgClassName
{
background-color: #4D0E35;
}
</style>
border-color css
<style>
span { border-color: #4D0E35; }
span { border-color: rgb(77,14,53); }
td.TdClassName
{
border-color: #4D0E35;
}
.TagClassName
{
border-color: #4D0E35;
}
</style>