Shades of Blackberry #4D122E
Tints of Blackberry #4D122E
RGB
CMYK
RGB Variations
Color information
#4D122E (or 0x4D122E) is known color: Blackberry. HEX triplet: 4D, 12 and 2E. RGB value is (77,18,46). Sum of RGB (Red+Green+Blue) = 77+18+46=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D122E is #B2EDD1. Grayscale: #262626. Windows color (decimal): -11726290 or 3019341. OLE color: 3019341.
HSL color Cylindrical-coordinate representation of color #4D122E: hue angle of 331.53º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D122E is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 46 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.70 |
| HSL | 331.53º | 0.62% | 0.19% | - |
| HSV(B) | 331.53º | 0.77% | 0.3% | - |
| XYZ | 3.77 | 2.21 | 2.81 | - |
| YUV | 38.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 46 | 0 | 0.77 | 0.40 | 0.70 | 331.53 | 0.62 | 0.19 |
| Hex | 4D | 12 | 2E | 0 | 4D | 28 | 46 | 14C | 3E | 13 |
| Octal | 115 | 22 | 56 | 0 | 115 | 50 | 106 | 514 | 76 | 23 |
| Binary | 1001101 | 10010 | 101110 | 0 | 1001101 | 101000 | 1000110 | 101001100 | 111110 | 10011 |
Color Harmonies of #4D122E
Complementary color
Monochromatic Colors of #4D122E
Black with #4D122E
Text Example
Text Example
White with #4D122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D122E; }
p { color: rgb(77,18,46); }
H1.HeaderClassName
{
color: #4D122E;
}
.AnyTagClassName
{
color: #4D122E;
}
</style>
background-color css
<style>
a { background-color: #4D122E; }
a { background-color: rgb(77,18,46); }
div.DivClassName
{
background-color: #4D122E;
}
.BgClassName
{
background-color: #4D122E;
}
</style>
border-color css
<style>
span { border-color: #4D122E; }
span { border-color: rgb(77,18,46); }
td.TdClassName
{
border-color: #4D122E;
}
.TagClassName
{
border-color: #4D122E;
}
</style>