Shades of Blackberry #4D012E
Tints of Blackberry #4D012E
RGB
CMYK
RGB Variations
Color information
#4D012E (or 0x4D012E) is known color: Blackberry. HEX triplet: 4D, 01 and 2E. RGB value is (77,1,46). Sum of RGB (Red+Green+Blue) = 77+1+46=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D012E is #B2FED1. Grayscale: #1C1C1C. Windows color (decimal): -11730642 or 3014989. OLE color: 3014989.
HSL color Cylindrical-coordinate representation of color #4D012E: hue angle of 324.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D012E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.70 |
| HSL | 324.47º | 0.97% | 0.15% | - |
| HSV(B) | 324.47º | 0.99% | 0.3% | - |
| XYZ | 3.56 | 1.8 | 2.74 | - |
| YUV | 28.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 46 | 0 | 0.99 | 0.40 | 0.70 | 324.47 | 0.97 | 0.15 |
| Hex | 4D | 1 | 2E | 0 | 63 | 28 | 46 | 144 | 61 | F |
| Octal | 115 | 1 | 56 | 0 | 143 | 50 | 106 | 504 | 141 | 17 |
| Binary | 1001101 | 1 | 101110 | 0 | 1100011 | 101000 | 1000110 | 101000100 | 1100001 | 1111 |
Color Harmonies of #4D012E
Complementary color
Monochromatic Colors of #4D012E
Black with #4D012E
Text Example
Text Example
White with #4D012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D012E; }
p { color: rgb(77,1,46); }
H1.HeaderClassName
{
color: #4D012E;
}
.AnyTagClassName
{
color: #4D012E;
}
</style>
background-color css
<style>
a { background-color: #4D012E; }
a { background-color: rgb(77,1,46); }
div.DivClassName
{
background-color: #4D012E;
}
.BgClassName
{
background-color: #4D012E;
}
</style>
border-color css
<style>
span { border-color: #4D012E; }
span { border-color: rgb(77,1,46); }
td.TdClassName
{
border-color: #4D012E;
}
.TagClassName
{
border-color: #4D012E;
}
</style>