Shades of Blackberry #4D122B
Tints of Blackberry #4D122B
RGB
CMYK
RGB Variations
Color information
#4D122B (or 0x4D122B) is known color: Blackberry. HEX triplet: 4D, 12 and 2B. RGB value is (77,18,43). Sum of RGB (Red+Green+Blue) = 77+18+43=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D122B is #B2EDD4. Grayscale: #262626. Windows color (decimal): -11726293 or 2822733. OLE color: 2822733.
HSL color Cylindrical-coordinate representation of color #4D122B: hue angle of 334.58º 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 #4D122B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 43 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.70 |
| HSL | 334.58º | 0.62% | 0.19% | - |
| HSV(B) | 334.58º | 0.77% | 0.3% | - |
| XYZ | 3.71 | 2.18 | 2.51 | - |
| YUV | 38.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 43 | 0 | 0.77 | 0.44 | 0.70 | 334.58 | 0.62 | 0.19 |
| Hex | 4D | 12 | 2B | 0 | 4D | 2C | 46 | 14F | 3E | 13 |
| Octal | 115 | 22 | 53 | 0 | 115 | 54 | 106 | 517 | 76 | 23 |
| Binary | 1001101 | 10010 | 101011 | 0 | 1001101 | 101100 | 1000110 | 101001111 | 111110 | 10011 |
Color Harmonies of #4D122B
Complementary color
Monochromatic Colors of #4D122B
Black with #4D122B
Text Example
Text Example
White with #4D122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D122B; }
p { color: rgb(77,18,43); }
H1.HeaderClassName
{
color: #4D122B;
}
.AnyTagClassName
{
color: #4D122B;
}
</style>
background-color css
<style>
a { background-color: #4D122B; }
a { background-color: rgb(77,18,43); }
div.DivClassName
{
background-color: #4D122B;
}
.BgClassName
{
background-color: #4D122B;
}
</style>
border-color css
<style>
span { border-color: #4D122B; }
span { border-color: rgb(77,18,43); }
td.TdClassName
{
border-color: #4D122B;
}
.TagClassName
{
border-color: #4D122B;
}
</style>