Shades of Blackberry #4D132D
Tints of Blackberry #4D132D
RGB
CMYK
RGB Variations
Color information
#4D132D (or 0x4D132D) is known color: Blackberry. HEX triplet: 4D, 13 and 2D. RGB value is (77,19,45). Sum of RGB (Red+Green+Blue) = 77+19+45=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D132D is #B2ECD2. Grayscale: #272727. Windows color (decimal): -11726035 or 2954061. OLE color: 2954061.
HSL color Cylindrical-coordinate representation of color #4D132D: hue angle of 333.1º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D132D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 45 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.70 |
| HSL | 333.1º | 0.6% | 0.19% | - |
| HSV(B) | 333.1º | 0.75% | 0.3% | - |
| XYZ | 3.77 | 2.23 | 2.72 | - |
| YUV | 39.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 45 | 0 | 0.75 | 0.42 | 0.70 | 333.1 | 0.6 | 0.19 |
| Hex | 4D | 13 | 2D | 0 | 4B | 2A | 46 | 14D | 3C | 13 |
| Octal | 115 | 23 | 55 | 0 | 113 | 52 | 106 | 515 | 74 | 23 |
| Binary | 1001101 | 10011 | 101101 | 0 | 1001011 | 101010 | 1000110 | 101001101 | 111100 | 10011 |
Color Harmonies of #4D132D
Complementary color
Monochromatic Colors of #4D132D
Black with #4D132D
Text Example
Text Example
White with #4D132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D132D; }
p { color: rgb(77,19,45); }
H1.HeaderClassName
{
color: #4D132D;
}
.AnyTagClassName
{
color: #4D132D;
}
</style>
background-color css
<style>
a { background-color: #4D132D; }
a { background-color: rgb(77,19,45); }
div.DivClassName
{
background-color: #4D132D;
}
.BgClassName
{
background-color: #4D132D;
}
</style>
border-color css
<style>
span { border-color: #4D132D; }
span { border-color: rgb(77,19,45); }
td.TdClassName
{
border-color: #4D132D;
}
.TagClassName
{
border-color: #4D132D;
}
</style>