Shades of Blackberry #4D1431
Tints of Blackberry #4D1431
RGB
CMYK
RGB Variations
Color information
#4D1431 (or 0x4D1431) is known color: Blackberry. HEX triplet: 4D, 14 and 31. RGB value is (77,20,49). Sum of RGB (Red+Green+Blue) = 77+20+49=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1431 is #B2EBCE. Grayscale: #282828. Windows color (decimal): -11725775 or 3216461. OLE color: 3216461.
HSL color Cylindrical-coordinate representation of color #4D1431: hue angle of 329.47º 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 #4D1431 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 49 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.70 |
| HSL | 329.47º | 0.59% | 0.19% | - |
| HSV(B) | 329.47º | 0.74% | 0.3% | - |
| XYZ | 3.87 | 2.3 | 3.15 | - |
| YUV | 40.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 49 | 0 | 0.74 | 0.36 | 0.70 | 329.47 | 0.59 | 0.19 |
| Hex | 4D | 14 | 31 | 0 | 4A | 24 | 46 | 149 | 3B | 13 |
| Octal | 115 | 24 | 61 | 0 | 112 | 44 | 106 | 511 | 73 | 23 |
| Binary | 1001101 | 10100 | 110001 | 0 | 1001010 | 100100 | 1000110 | 101001001 | 111011 | 10011 |
Color Harmonies of #4D1431
Complementary color
Monochromatic Colors of #4D1431
Black with #4D1431
Text Example
Text Example
White with #4D1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1431; }
p { color: rgb(77,20,49); }
H1.HeaderClassName
{
color: #4D1431;
}
.AnyTagClassName
{
color: #4D1431;
}
</style>
background-color css
<style>
a { background-color: #4D1431; }
a { background-color: rgb(77,20,49); }
div.DivClassName
{
background-color: #4D1431;
}
.BgClassName
{
background-color: #4D1431;
}
</style>
border-color css
<style>
span { border-color: #4D1431; }
span { border-color: rgb(77,20,49); }
td.TdClassName
{
border-color: #4D1431;
}
.TagClassName
{
border-color: #4D1431;
}
</style>