Shades of Blackberry #4D113A
Tints of Blackberry #4D113A
RGB
CMYK
RGB Variations
Color information
#4D113A (or 0x4D113A) is known color: Blackberry. HEX triplet: 4D, 11 and 3A. RGB value is (77,17,58). Sum of RGB (Red+Green+Blue) = 77+17+58=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D113A is #B2EEC5. Grayscale: #272727. Windows color (decimal): -11726534 or 3805517. OLE color: 3805517.
HSL color Cylindrical-coordinate representation of color #4D113A: hue angle of 319º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D113A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 58 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.70 |
| HSL | 319º | 0.64% | 0.18% | - |
| HSV(B) | 319º | 0.78% | 0.3% | - |
| XYZ | 4.02 | 2.28 | 4.23 | - |
| YUV | 39.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 58 | 0 | 0.78 | 0.25 | 0.70 | 319 | 0.64 | 0.18 |
| Hex | 4D | 11 | 3A | 0 | 4E | 19 | 46 | 13F | 40 | 12 |
| Octal | 115 | 21 | 72 | 0 | 116 | 31 | 106 | 477 | 100 | 22 |
| Binary | 1001101 | 10001 | 111010 | 0 | 1001110 | 11001 | 1000110 | 100111111 | 1000000 | 10010 |
Color Harmonies of #4D113A
Complementary color
Monochromatic Colors of #4D113A
Black with #4D113A
Text Example
Text Example
White with #4D113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D113A; }
p { color: rgb(77,17,58); }
H1.HeaderClassName
{
color: #4D113A;
}
.AnyTagClassName
{
color: #4D113A;
}
</style>
background-color css
<style>
a { background-color: #4D113A; }
a { background-color: rgb(77,17,58); }
div.DivClassName
{
background-color: #4D113A;
}
.BgClassName
{
background-color: #4D113A;
}
</style>
border-color css
<style>
span { border-color: #4D113A; }
span { border-color: rgb(77,17,58); }
td.TdClassName
{
border-color: #4D113A;
}
.TagClassName
{
border-color: #4D113A;
}
</style>