Shades of Blackberry #4D012A
Tints of Blackberry #4D012A
RGB
CMYK
RGB Variations
Color information
#4D012A (or 0x4D012A) is known color: Blackberry. HEX triplet: 4D, 01 and 2A. RGB value is (77,1,42). Sum of RGB (Red+Green+Blue) = 77+1+42=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D012A is #B2FED5. Grayscale: #1C1C1C. Windows color (decimal): -11730646 or 2752845. OLE color: 2752845.
HSL color Cylindrical-coordinate representation of color #4D012A: hue angle of 327.63º 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 #4D012A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.70 |
| HSL | 327.63º | 0.97% | 0.15% | - |
| HSV(B) | 327.63º | 0.99% | 0.3% | - |
| XYZ | 3.49 | 1.77 | 2.35 | - |
| YUV | 28.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 42 | 0 | 0.99 | 0.45 | 0.70 | 327.63 | 0.97 | 0.15 |
| Hex | 4D | 1 | 2A | 0 | 63 | 2D | 46 | 148 | 61 | F |
| Octal | 115 | 1 | 52 | 0 | 143 | 55 | 106 | 510 | 141 | 17 |
| Binary | 1001101 | 1 | 101010 | 0 | 1100011 | 101101 | 1000110 | 101001000 | 1100001 | 1111 |
Color Harmonies of #4D012A
Complementary color
Monochromatic Colors of #4D012A
Black with #4D012A
Text Example
Text Example
White with #4D012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D012A; }
p { color: rgb(77,1,42); }
H1.HeaderClassName
{
color: #4D012A;
}
.AnyTagClassName
{
color: #4D012A;
}
</style>
background-color css
<style>
a { background-color: #4D012A; }
a { background-color: rgb(77,1,42); }
div.DivClassName
{
background-color: #4D012A;
}
.BgClassName
{
background-color: #4D012A;
}
</style>
border-color css
<style>
span { border-color: #4D012A; }
span { border-color: rgb(77,1,42); }
td.TdClassName
{
border-color: #4D012A;
}
.TagClassName
{
border-color: #4D012A;
}
</style>