Shades of Blackberry #4D1536
Tints of Blackberry #4D1536
RGB
CMYK
RGB Variations
Color information
#4D1536 (or 0x4D1536) is known color: Blackberry. HEX triplet: 4D, 15 and 36. RGB value is (77,21,54). Sum of RGB (Red+Green+Blue) = 77+21+54=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1536 is #B2EAC9. Grayscale: #292929. Windows color (decimal): -11725514 or 3544397. OLE color: 3544397.
HSL color Cylindrical-coordinate representation of color #4D1536: hue angle of 324.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1536 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 54 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.70 |
| HSL | 324.64º | 0.57% | 0.19% | - |
| HSV(B) | 324.64º | 0.73% | 0.3% | - |
| XYZ | 3.99 | 2.38 | 3.74 | - |
| YUV | 41.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 54 | 0 | 0.73 | 0.30 | 0.70 | 324.64 | 0.57 | 0.19 |
| Hex | 4D | 15 | 36 | 0 | 49 | 1E | 46 | 145 | 39 | 13 |
| Octal | 115 | 25 | 66 | 0 | 111 | 36 | 106 | 505 | 71 | 23 |
| Binary | 1001101 | 10101 | 110110 | 0 | 1001001 | 11110 | 1000110 | 101000101 | 111001 | 10011 |
Color Harmonies of #4D1536
Complementary color
Monochromatic Colors of #4D1536
Black with #4D1536
Text Example
Text Example
White with #4D1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1536; }
p { color: rgb(77,21,54); }
H1.HeaderClassName
{
color: #4D1536;
}
.AnyTagClassName
{
color: #4D1536;
}
</style>
background-color css
<style>
a { background-color: #4D1536; }
a { background-color: rgb(77,21,54); }
div.DivClassName
{
background-color: #4D1536;
}
.BgClassName
{
background-color: #4D1536;
}
</style>
border-color css
<style>
span { border-color: #4D1536; }
span { border-color: rgb(77,21,54); }
td.TdClassName
{
border-color: #4D1536;
}
.TagClassName
{
border-color: #4D1536;
}
</style>