Shades of Blackberry #4D042E
Tints of Blackberry #4D042E
RGB
CMYK
RGB Variations
Color information
#4D042E (or 0x4D042E) is known color: Blackberry. HEX triplet: 4D, 04 and 2E. RGB value is (77,4,46). Sum of RGB (Red+Green+Blue) = 77+4+46=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D042E is #B2FBD1. Grayscale: #1E1E1E. Windows color (decimal): -11729874 or 3015757. OLE color: 3015757.
HSL color Cylindrical-coordinate representation of color #4D042E: hue angle of 325.48º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D042E is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 46 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.70 |
| HSL | 325.48º | 0.9% | 0.16% | - |
| HSV(B) | 325.48º | 0.95% | 0.3% | - |
| XYZ | 3.6 | 1.86 | 2.75 | - |
| YUV | 30.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 46 | 0 | 0.95 | 0.40 | 0.70 | 325.48 | 0.9 | 0.16 |
| Hex | 4D | 4 | 2E | 0 | 5F | 28 | 46 | 145 | 5A | 10 |
| Octal | 115 | 4 | 56 | 0 | 137 | 50 | 106 | 505 | 132 | 20 |
| Binary | 1001101 | 100 | 101110 | 0 | 1011111 | 101000 | 1000110 | 101000101 | 1011010 | 10000 |
Color Harmonies of #4D042E
Complementary color
Monochromatic Colors of #4D042E
Black with #4D042E
Text Example
Text Example
White with #4D042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D042E; }
p { color: rgb(77,4,46); }
H1.HeaderClassName
{
color: #4D042E;
}
.AnyTagClassName
{
color: #4D042E;
}
</style>
background-color css
<style>
a { background-color: #4D042E; }
a { background-color: rgb(77,4,46); }
div.DivClassName
{
background-color: #4D042E;
}
.BgClassName
{
background-color: #4D042E;
}
</style>
border-color css
<style>
span { border-color: #4D042E; }
span { border-color: rgb(77,4,46); }
td.TdClassName
{
border-color: #4D042E;
}
.TagClassName
{
border-color: #4D042E;
}
</style>