Shades of Blackberry #4D1A37
Tints of Blackberry #4D1A37
RGB
CMYK
RGB Variations
Color information
#4D1A37 (or 0x4D1A37) is known color: Blackberry. HEX triplet: 4D, 1A and 37. RGB value is (77,26,55). Sum of RGB (Red+Green+Blue) = 77+26+55=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A37 is #B2E5C8. Grayscale: #2C2C2C. Windows color (decimal): -11724233 or 3611213. OLE color: 3611213.
HSL color Cylindrical-coordinate representation of color #4D1A37: hue angle of 325.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A37 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 55 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.70 |
| HSL | 325.88º | 0.5% | 0.2% | - |
| HSV(B) | 325.88º | 0.66% | 0.3% | - |
| XYZ | 4.12 | 2.59 | 3.9 | - |
| YUV | 44.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 55 | 0 | 0.66 | 0.29 | 0.70 | 325.88 | 0.5 | 0.2 |
| Hex | 4D | 1A | 37 | 0 | 42 | 1D | 46 | 146 | 32 | 14 |
| Octal | 115 | 32 | 67 | 0 | 102 | 35 | 106 | 506 | 62 | 24 |
| Binary | 1001101 | 11010 | 110111 | 0 | 1000010 | 11101 | 1000110 | 101000110 | 110010 | 10100 |
Color Harmonies of #4D1A37
Complementary color
Monochromatic Colors of #4D1A37
Black with #4D1A37
Text Example
Text Example
White with #4D1A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A37; }
p { color: rgb(77,26,55); }
H1.HeaderClassName
{
color: #4D1A37;
}
.AnyTagClassName
{
color: #4D1A37;
}
</style>
background-color css
<style>
a { background-color: #4D1A37; }
a { background-color: rgb(77,26,55); }
div.DivClassName
{
background-color: #4D1A37;
}
.BgClassName
{
background-color: #4D1A37;
}
</style>
border-color css
<style>
span { border-color: #4D1A37; }
span { border-color: rgb(77,26,55); }
td.TdClassName
{
border-color: #4D1A37;
}
.TagClassName
{
border-color: #4D1A37;
}
</style>