Shades of Blackberry #4D052E
Tints of Blackberry #4D052E
RGB
CMYK
RGB Variations
Color information
#4D052E (or 0x4D052E) is known color: Blackberry. HEX triplet: 4D, 05 and 2E. RGB value is (77,5,46). Sum of RGB (Red+Green+Blue) = 77+5+46=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D052E is #B2FAD1. Grayscale: #1F1F1F. Windows color (decimal): -11729618 or 3016013. OLE color: 3016013.
HSL color Cylindrical-coordinate representation of color #4D052E: hue angle of 325.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D052E is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 46 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.70 |
| HSL | 325.83º | 0.88% | 0.16% | - |
| HSV(B) | 325.83º | 0.94% | 0.3% | - |
| XYZ | 3.61 | 1.88 | 2.76 | - |
| YUV | 31.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 46 | 0 | 0.94 | 0.40 | 0.70 | 325.83 | 0.88 | 0.16 |
| Hex | 4D | 5 | 2E | 0 | 5E | 28 | 46 | 146 | 58 | 10 |
| Octal | 115 | 5 | 56 | 0 | 136 | 50 | 106 | 506 | 130 | 20 |
| Binary | 1001101 | 101 | 101110 | 0 | 1011110 | 101000 | 1000110 | 101000110 | 1011000 | 10000 |
Color Harmonies of #4D052E
Complementary color
Monochromatic Colors of #4D052E
Black with #4D052E
Text Example
Text Example
White with #4D052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D052E; }
p { color: rgb(77,5,46); }
H1.HeaderClassName
{
color: #4D052E;
}
.AnyTagClassName
{
color: #4D052E;
}
</style>
background-color css
<style>
a { background-color: #4D052E; }
a { background-color: rgb(77,5,46); }
div.DivClassName
{
background-color: #4D052E;
}
.BgClassName
{
background-color: #4D052E;
}
</style>
border-color css
<style>
span { border-color: #4D052E; }
span { border-color: rgb(77,5,46); }
td.TdClassName
{
border-color: #4D052E;
}
.TagClassName
{
border-color: #4D052E;
}
</style>