Shades of Blackberry #4D122D
Tints of Blackberry #4D122D
RGB
CMYK
RGB Variations
Color information
#4D122D (or 0x4D122D) is known color: Blackberry. HEX triplet: 4D, 12 and 2D. RGB value is (77,18,45). Sum of RGB (Red+Green+Blue) = 77+18+45=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D122D is #B2EDD2. Grayscale: #262626. Windows color (decimal): -11726291 or 2953805. OLE color: 2953805.
HSL color Cylindrical-coordinate representation of color #4D122D: hue angle of 332.54º 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 #4D122D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 45 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.70 |
| HSL | 332.54º | 0.62% | 0.19% | - |
| HSV(B) | 332.54º | 0.77% | 0.3% | - |
| XYZ | 3.75 | 2.2 | 2.71 | - |
| YUV | 38.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 45 | 0 | 0.77 | 0.42 | 0.70 | 332.54 | 0.62 | 0.19 |
| Hex | 4D | 12 | 2D | 0 | 4D | 2A | 46 | 14D | 3E | 13 |
| Octal | 115 | 22 | 55 | 0 | 115 | 52 | 106 | 515 | 76 | 23 |
| Binary | 1001101 | 10010 | 101101 | 0 | 1001101 | 101010 | 1000110 | 101001101 | 111110 | 10011 |
Color Harmonies of #4D122D
Complementary color
Monochromatic Colors of #4D122D
Black with #4D122D
Text Example
Text Example
White with #4D122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D122D; }
p { color: rgb(77,18,45); }
H1.HeaderClassName
{
color: #4D122D;
}
.AnyTagClassName
{
color: #4D122D;
}
</style>
background-color css
<style>
a { background-color: #4D122D; }
a { background-color: rgb(77,18,45); }
div.DivClassName
{
background-color: #4D122D;
}
.BgClassName
{
background-color: #4D122D;
}
</style>
border-color css
<style>
span { border-color: #4D122D; }
span { border-color: rgb(77,18,45); }
td.TdClassName
{
border-color: #4D122D;
}
.TagClassName
{
border-color: #4D122D;
}
</style>