Shades of Blackberry #4D112D
Tints of Blackberry #4D112D
RGB
CMYK
RGB Variations
Color information
#4D112D (or 0x4D112D) is known color: Blackberry. HEX triplet: 4D, 11 and 2D. RGB value is (77,17,45). Sum of RGB (Red+Green+Blue) = 77+17+45=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112D is #B2EED2. Grayscale: #262626. Windows color (decimal): -11726547 or 2953549. OLE color: 2953549.
HSL color Cylindrical-coordinate representation of color #4D112D: hue angle of 332º 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 #4D112D is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 45 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.70 |
| HSL | 332º | 0.64% | 0.18% | - |
| HSV(B) | 332º | 0.78% | 0.3% | - |
| XYZ | 3.73 | 2.17 | 2.7 | - |
| YUV | 38.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 45 | 0 | 0.78 | 0.42 | 0.70 | 332 | 0.64 | 0.18 |
| Hex | 4D | 11 | 2D | 0 | 4E | 2A | 46 | 14C | 40 | 12 |
| Octal | 115 | 21 | 55 | 0 | 116 | 52 | 106 | 514 | 100 | 22 |
| Binary | 1001101 | 10001 | 101101 | 0 | 1001110 | 101010 | 1000110 | 101001100 | 1000000 | 10010 |
Color Harmonies of #4D112D
Complementary color
Monochromatic Colors of #4D112D
Black with #4D112D
Text Example
Text Example
White with #4D112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D112D; }
p { color: rgb(77,17,45); }
H1.HeaderClassName
{
color: #4D112D;
}
.AnyTagClassName
{
color: #4D112D;
}
</style>
background-color css
<style>
a { background-color: #4D112D; }
a { background-color: rgb(77,17,45); }
div.DivClassName
{
background-color: #4D112D;
}
.BgClassName
{
background-color: #4D112D;
}
</style>
border-color css
<style>
span { border-color: #4D112D; }
span { border-color: rgb(77,17,45); }
td.TdClassName
{
border-color: #4D112D;
}
.TagClassName
{
border-color: #4D112D;
}
</style>