Shades of Melanzane #2A2428
Tints of Melanzane #2A2428
RGB
CMYK
RGB Variations
Color information
#2A2428 (or 0x2A2428) is known color: Melanzane. HEX triplet: 2A, 24 and 28. RGB value is (42,36,40). Sum of RGB (Red+Green+Blue) = 42+36+40=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2428 is #D5DBD7. Grayscale: #262626. Windows color (decimal): -14015448 or 2630698. OLE color: 2630698.
HSL color Cylindrical-coordinate representation of color #2A2428: hue angle of 320º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A2428 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 36 | 40 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.84 |
| HSL | 320º | 0.08% | 0.15% | - |
| HSV(B) | 320º | 0.14% | 0.16% | - |
| XYZ | 1.97 | 1.91 | 2.27 | - |
| YUV | 38.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 40 | 0 | 0.14 | 0.05 | 0.84 | 320 | 0.08 | 0.15 |
| Hex | 2A | 24 | 28 | 0 | E | 5 | 54 | 140 | 8 | F |
| Octal | 52 | 44 | 50 | 0 | 16 | 5 | 124 | 500 | 10 | 17 |
| Binary | 101010 | 100100 | 101000 | 0 | 1110 | 101 | 1010100 | 101000000 | 1000 | 1111 |
Color Harmonies of #2A2428
Complementary color
Monochromatic Colors of #2A2428
Black with #2A2428
Text Example
Text Example
White with #2A2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2428; }
p { color: rgb(42,36,40); }
H1.HeaderClassName
{
color: #2A2428;
}
.AnyTagClassName
{
color: #2A2428;
}
</style>
background-color css
<style>
a { background-color: #2A2428; }
a { background-color: rgb(42,36,40); }
div.DivClassName
{
background-color: #2A2428;
}
.BgClassName
{
background-color: #2A2428;
}
</style>
border-color css
<style>
span { border-color: #2A2428; }
span { border-color: rgb(42,36,40); }
td.TdClassName
{
border-color: #2A2428;
}
.TagClassName
{
border-color: #2A2428;
}
</style>