Shades of Blackberry #4D1437
Tints of Blackberry #4D1437
RGB
CMYK
RGB Variations
Color information
#4D1437 (or 0x4D1437) is known color: Blackberry. HEX triplet: 4D, 14 and 37. RGB value is (77,20,55). Sum of RGB (Red+Green+Blue) = 77+20+55=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1437 is #B2EBC8. Grayscale: #282828. Windows color (decimal): -11725769 or 3609677. OLE color: 3609677.
HSL color Cylindrical-coordinate representation of color #4D1437: hue angle of 323.16º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1437 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 55 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.70 |
| HSL | 323.16º | 0.59% | 0.19% | - |
| HSV(B) | 323.16º | 0.74% | 0.3% | - |
| XYZ | 4 | 2.35 | 3.86 | - |
| YUV | 41.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 55 | 0 | 0.74 | 0.29 | 0.70 | 323.16 | 0.59 | 0.19 |
| Hex | 4D | 14 | 37 | 0 | 4A | 1D | 46 | 143 | 3B | 13 |
| Octal | 115 | 24 | 67 | 0 | 112 | 35 | 106 | 503 | 73 | 23 |
| Binary | 1001101 | 10100 | 110111 | 0 | 1001010 | 11101 | 1000110 | 101000011 | 111011 | 10011 |
Color Harmonies of #4D1437
Complementary color
Monochromatic Colors of #4D1437
Black with #4D1437
Text Example
Text Example
White with #4D1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1437; }
p { color: rgb(77,20,55); }
H1.HeaderClassName
{
color: #4D1437;
}
.AnyTagClassName
{
color: #4D1437;
}
</style>
background-color css
<style>
a { background-color: #4D1437; }
a { background-color: rgb(77,20,55); }
div.DivClassName
{
background-color: #4D1437;
}
.BgClassName
{
background-color: #4D1437;
}
</style>
border-color css
<style>
span { border-color: #4D1437; }
span { border-color: rgb(77,20,55); }
td.TdClassName
{
border-color: #4D1437;
}
.TagClassName
{
border-color: #4D1437;
}
</style>