Shades of Melanzane #2A2629
Tints of Melanzane #2A2629
RGB
CMYK
RGB Variations
Color information
#2A2629 (or 0x2A2629) is known color: Melanzane. HEX triplet: 2A, 26 and 29. RGB value is (42,38,41). Sum of RGB (Red+Green+Blue) = 42+38+41=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2629 is #D5D9D6. Grayscale: #272727. Windows color (decimal): -14014935 or 2696746. OLE color: 2696746.
HSL color Cylindrical-coordinate representation of color #2A2629: hue angle of 315º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2A2629 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 38 | 41 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.84 |
| HSL | 315º | 0.05% | 0.16% | - |
| HSV(B) | 315º | 0.1% | 0.16% | - |
| XYZ | 2.05 | 2.04 | 2.38 | - |
| YUV | 39.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 41 | 0 | 0.10 | 0.02 | 0.84 | 315 | 0.05 | 0.16 |
| Hex | 2A | 26 | 29 | 0 | A | 2 | 54 | 13B | 5 | 10 |
| Octal | 52 | 46 | 51 | 0 | 12 | 2 | 124 | 473 | 5 | 20 |
| Binary | 101010 | 100110 | 101001 | 0 | 1010 | 10 | 1010100 | 100111011 | 101 | 10000 |
Color Harmonies of #2A2629
Complementary color
Monochromatic Colors of #2A2629
Black with #2A2629
Text Example
Text Example
White with #2A2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2629; }
p { color: rgb(42,38,41); }
H1.HeaderClassName
{
color: #2A2629;
}
.AnyTagClassName
{
color: #2A2629;
}
</style>
background-color css
<style>
a { background-color: #2A2629; }
a { background-color: rgb(42,38,41); }
div.DivClassName
{
background-color: #2A2629;
}
.BgClassName
{
background-color: #2A2629;
}
</style>
border-color css
<style>
span { border-color: #2A2629; }
span { border-color: rgb(42,38,41); }
td.TdClassName
{
border-color: #2A2629;
}
.TagClassName
{
border-color: #2A2629;
}
</style>