Shades of Blackberry #4D1537
Tints of Blackberry #4D1537
RGB
CMYK
RGB Variations
Color information
#4D1537 (or 0x4D1537) is known color: Blackberry. HEX triplet: 4D, 15 and 37. RGB value is (77,21,55). Sum of RGB (Red+Green+Blue) = 77+21+55=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1537 is #B2EAC8. Grayscale: #292929. Windows color (decimal): -11725513 or 3609933. OLE color: 3609933.
HSL color Cylindrical-coordinate representation of color #4D1537: hue angle of 323.57º 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 #4D1537 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 55 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.70 |
| HSL | 323.57º | 0.57% | 0.19% | - |
| HSV(B) | 323.57º | 0.73% | 0.3% | - |
| XYZ | 4.02 | 2.39 | 3.86 | - |
| YUV | 41.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 55 | 0 | 0.73 | 0.29 | 0.70 | 323.57 | 0.57 | 0.19 |
| Hex | 4D | 15 | 37 | 0 | 49 | 1D | 46 | 144 | 39 | 13 |
| Octal | 115 | 25 | 67 | 0 | 111 | 35 | 106 | 504 | 71 | 23 |
| Binary | 1001101 | 10101 | 110111 | 0 | 1001001 | 11101 | 1000110 | 101000100 | 111001 | 10011 |
Color Harmonies of #4D1537
Complementary color
Monochromatic Colors of #4D1537
Black with #4D1537
Text Example
Text Example
White with #4D1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1537; }
p { color: rgb(77,21,55); }
H1.HeaderClassName
{
color: #4D1537;
}
.AnyTagClassName
{
color: #4D1537;
}
</style>
background-color css
<style>
a { background-color: #4D1537; }
a { background-color: rgb(77,21,55); }
div.DivClassName
{
background-color: #4D1537;
}
.BgClassName
{
background-color: #4D1537;
}
</style>
border-color css
<style>
span { border-color: #4D1537; }
span { border-color: rgb(77,21,55); }
td.TdClassName
{
border-color: #4D1537;
}
.TagClassName
{
border-color: #4D1537;
}
</style>