Shades of Blackberry #4D1F39
Tints of Blackberry #4D1F39
RGB
CMYK
RGB Variations
Color information
#4D1F39 (or 0x4D1F39) is known color: Blackberry. HEX triplet: 4D, 1F and 39. RGB value is (77,31,57). Sum of RGB (Red+Green+Blue) = 77+31+57=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F39 is #B2E0C6. Grayscale: #2F2F2F. Windows color (decimal): -11722951 or 3743565. OLE color: 3743565.
HSL color Cylindrical-coordinate representation of color #4D1F39: hue angle of 326.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D1F39 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 31 | 57 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.70 |
| HSL | 326.09º | 0.43% | 0.21% | - |
| HSV(B) | 326.09º | 0.6% | 0.3% | - |
| XYZ | 4.29 | 2.85 | 4.2 | - |
| YUV | 47.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 57 | 0 | 0.60 | 0.26 | 0.70 | 326.09 | 0.43 | 0.21 |
| Hex | 4D | 1F | 39 | 0 | 3C | 1A | 46 | 146 | 2B | 15 |
| Octal | 115 | 37 | 71 | 0 | 74 | 32 | 106 | 506 | 53 | 25 |
| Binary | 1001101 | 11111 | 111001 | 0 | 111100 | 11010 | 1000110 | 101000110 | 101011 | 10101 |
Color Harmonies of #4D1F39
Complementary color
Monochromatic Colors of #4D1F39
Black with #4D1F39
Text Example
Text Example
White with #4D1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F39; }
p { color: rgb(77,31,57); }
H1.HeaderClassName
{
color: #4D1F39;
}
.AnyTagClassName
{
color: #4D1F39;
}
</style>
background-color css
<style>
a { background-color: #4D1F39; }
a { background-color: rgb(77,31,57); }
div.DivClassName
{
background-color: #4D1F39;
}
.BgClassName
{
background-color: #4D1F39;
}
</style>
border-color css
<style>
span { border-color: #4D1F39; }
span { border-color: rgb(77,31,57); }
td.TdClassName
{
border-color: #4D1F39;
}
.TagClassName
{
border-color: #4D1F39;
}
</style>