Shades of Blackberry #4D1E37
Tints of Blackberry #4D1E37
RGB
CMYK
RGB Variations
Color information
#4D1E37 (or 0x4D1E37) is known color: Blackberry. HEX triplet: 4D, 1E and 37. RGB value is (77,30,55). Sum of RGB (Red+Green+Blue) = 77+30+55=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E37 is #B2E1C8. Grayscale: #2E2E2E. Windows color (decimal): -11723209 or 3612237. OLE color: 3612237.
HSL color Cylindrical-coordinate representation of color #4D1E37: hue angle of 328.09º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E37 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 55 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.70 |
| HSL | 328.09º | 0.44% | 0.21% | - |
| HSV(B) | 328.09º | 0.61% | 0.3% | - |
| XYZ | 4.21 | 2.78 | 3.93 | - |
| YUV | 46.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 55 | 0 | 0.61 | 0.29 | 0.70 | 328.09 | 0.44 | 0.21 |
| Hex | 4D | 1E | 37 | 0 | 3D | 1D | 46 | 148 | 2C | 15 |
| Octal | 115 | 36 | 67 | 0 | 75 | 35 | 106 | 510 | 54 | 25 |
| Binary | 1001101 | 11110 | 110111 | 0 | 111101 | 11101 | 1000110 | 101001000 | 101100 | 10101 |
Color Harmonies of #4D1E37
Complementary color
Monochromatic Colors of #4D1E37
Black with #4D1E37
Text Example
Text Example
White with #4D1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E37; }
p { color: rgb(77,30,55); }
H1.HeaderClassName
{
color: #4D1E37;
}
.AnyTagClassName
{
color: #4D1E37;
}
</style>
background-color css
<style>
a { background-color: #4D1E37; }
a { background-color: rgb(77,30,55); }
div.DivClassName
{
background-color: #4D1E37;
}
.BgClassName
{
background-color: #4D1E37;
}
</style>
border-color css
<style>
span { border-color: #4D1E37; }
span { border-color: rgb(77,30,55); }
td.TdClassName
{
border-color: #4D1E37;
}
.TagClassName
{
border-color: #4D1E37;
}
</style>