Shades of Blackberry #4D1936
Tints of Blackberry #4D1936
RGB
CMYK
RGB Variations
Color information
#4D1936 (or 0x4D1936) is known color: Blackberry. HEX triplet: 4D, 19 and 36. RGB value is (77,25,54). Sum of RGB (Red+Green+Blue) = 77+25+54=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1936 is #B2E6C9. Grayscale: #2B2B2B. Windows color (decimal): -11724490 or 3545421. OLE color: 3545421.
HSL color Cylindrical-coordinate representation of color #4D1936: hue angle of 326.54º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1936 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 54 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.70 |
| HSL | 326.54º | 0.51% | 0.2% | - |
| HSV(B) | 326.54º | 0.68% | 0.3% | - |
| XYZ | 4.07 | 2.54 | 3.77 | - |
| YUV | 43.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 54 | 0 | 0.68 | 0.30 | 0.70 | 326.54 | 0.51 | 0.2 |
| Hex | 4D | 19 | 36 | 0 | 44 | 1E | 46 | 147 | 33 | 14 |
| Octal | 115 | 31 | 66 | 0 | 104 | 36 | 106 | 507 | 63 | 24 |
| Binary | 1001101 | 11001 | 110110 | 0 | 1000100 | 11110 | 1000110 | 101000111 | 110011 | 10100 |
Color Harmonies of #4D1936
Complementary color
Monochromatic Colors of #4D1936
Black with #4D1936
Text Example
Text Example
White with #4D1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1936; }
p { color: rgb(77,25,54); }
H1.HeaderClassName
{
color: #4D1936;
}
.AnyTagClassName
{
color: #4D1936;
}
</style>
background-color css
<style>
a { background-color: #4D1936; }
a { background-color: rgb(77,25,54); }
div.DivClassName
{
background-color: #4D1936;
}
.BgClassName
{
background-color: #4D1936;
}
</style>
border-color css
<style>
span { border-color: #4D1936; }
span { border-color: rgb(77,25,54); }
td.TdClassName
{
border-color: #4D1936;
}
.TagClassName
{
border-color: #4D1936;
}
</style>