Shades of Blackberry #4D042A
Tints of Blackberry #4D042A
RGB
CMYK
RGB Variations
Color information
#4D042A (or 0x4D042A) is known color: Blackberry. HEX triplet: 4D, 04 and 2A. RGB value is (77,4,42). Sum of RGB (Red+Green+Blue) = 77+4+42=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D042A is #B2FBD5. Grayscale: #1E1E1E. Windows color (decimal): -11729878 or 2753613. OLE color: 2753613.
HSL color Cylindrical-coordinate representation of color #4D042A: hue angle of 328.77º 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 #4D042A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 42 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.70 |
| HSL | 328.77º | 0.9% | 0.16% | - |
| HSV(B) | 328.77º | 0.95% | 0.3% | - |
| XYZ | 3.52 | 1.83 | 2.36 | - |
| YUV | 30.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 42 | 0 | 0.95 | 0.45 | 0.70 | 328.77 | 0.9 | 0.16 |
| Hex | 4D | 4 | 2A | 0 | 5F | 2D | 46 | 149 | 5A | 10 |
| Octal | 115 | 4 | 52 | 0 | 137 | 55 | 106 | 511 | 132 | 20 |
| Binary | 1001101 | 100 | 101010 | 0 | 1011111 | 101101 | 1000110 | 101001001 | 1011010 | 10000 |
Color Harmonies of #4D042A
Complementary color
Monochromatic Colors of #4D042A
Black with #4D042A
Text Example
Text Example
White with #4D042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D042A; }
p { color: rgb(77,4,42); }
H1.HeaderClassName
{
color: #4D042A;
}
.AnyTagClassName
{
color: #4D042A;
}
</style>
background-color css
<style>
a { background-color: #4D042A; }
a { background-color: rgb(77,4,42); }
div.DivClassName
{
background-color: #4D042A;
}
.BgClassName
{
background-color: #4D042A;
}
</style>
border-color css
<style>
span { border-color: #4D042A; }
span { border-color: rgb(77,4,42); }
td.TdClassName
{
border-color: #4D042A;
}
.TagClassName
{
border-color: #4D042A;
}
</style>