Shades of Blackberry #4D1439
Tints of Blackberry #4D1439
RGB
CMYK
RGB Variations
Color information
#4D1439 (or 0x4D1439) is known color: Blackberry. HEX triplet: 4D, 14 and 39. RGB value is (77,20,57). Sum of RGB (Red+Green+Blue) = 77+20+57=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1439 is #B2EBC6. Grayscale: #292929. Windows color (decimal): -11725767 or 3740749. OLE color: 3740749.
HSL color Cylindrical-coordinate representation of color #4D1439: hue angle of 321.05º 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 #4D1439 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 57 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.70 |
| HSL | 321.05º | 0.59% | 0.19% | - |
| HSV(B) | 321.05º | 0.74% | 0.3% | - |
| XYZ | 4.05 | 2.37 | 4.12 | - |
| YUV | 41.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 57 | 0 | 0.74 | 0.26 | 0.70 | 321.05 | 0.59 | 0.19 |
| Hex | 4D | 14 | 39 | 0 | 4A | 1A | 46 | 141 | 3B | 13 |
| Octal | 115 | 24 | 71 | 0 | 112 | 32 | 106 | 501 | 73 | 23 |
| Binary | 1001101 | 10100 | 111001 | 0 | 1001010 | 11010 | 1000110 | 101000001 | 111011 | 10011 |
Color Harmonies of #4D1439
Complementary color
Monochromatic Colors of #4D1439
Black with #4D1439
Text Example
Text Example
White with #4D1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1439; }
p { color: rgb(77,20,57); }
H1.HeaderClassName
{
color: #4D1439;
}
.AnyTagClassName
{
color: #4D1439;
}
</style>
background-color css
<style>
a { background-color: #4D1439; }
a { background-color: rgb(77,20,57); }
div.DivClassName
{
background-color: #4D1439;
}
.BgClassName
{
background-color: #4D1439;
}
</style>
border-color css
<style>
span { border-color: #4D1439; }
span { border-color: rgb(77,20,57); }
td.TdClassName
{
border-color: #4D1439;
}
.TagClassName
{
border-color: #4D1439;
}
</style>