Shades of Melanzane #2A1224
Tints of Melanzane #2A1224
RGB
CMYK
RGB Variations
Color information
#2A1224 (or 0x2A1224) is known color: Melanzane. HEX triplet: 2A, 12 and 24. RGB value is (42,18,36). Sum of RGB (Red+Green+Blue) = 42+18+36=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1224 is #D5EDDB. Grayscale: #1B1B1B. Windows color (decimal): -14020060 or 2363946. OLE color: 2363946.
HSL color Cylindrical-coordinate representation of color #2A1224: hue angle of 315º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A1224 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 18 | 36 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.84 |
| HSL | 315º | 0.4% | 0.12% | - |
| HSV(B) | 315º | 0.57% | 0.16% | - |
| XYZ | 1.49 | 1.05 | 1.79 | - |
| YUV | 27.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 36 | 0 | 0.57 | 0.14 | 0.84 | 315 | 0.4 | 0.12 |
| Hex | 2A | 12 | 24 | 0 | 39 | E | 54 | 13B | 28 | C |
| Octal | 52 | 22 | 44 | 0 | 71 | 16 | 124 | 473 | 50 | 14 |
| Binary | 101010 | 10010 | 100100 | 0 | 111001 | 1110 | 1010100 | 100111011 | 101000 | 1100 |
Color Harmonies of #2A1224
Complementary color
Monochromatic Colors of #2A1224
Black with #2A1224
Text Example
Text Example
White with #2A1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1224; }
p { color: rgb(42,18,36); }
H1.HeaderClassName
{
color: #2A1224;
}
.AnyTagClassName
{
color: #2A1224;
}
</style>
background-color css
<style>
a { background-color: #2A1224; }
a { background-color: rgb(42,18,36); }
div.DivClassName
{
background-color: #2A1224;
}
.BgClassName
{
background-color: #2A1224;
}
</style>
border-color css
<style>
span { border-color: #2A1224; }
span { border-color: rgb(42,18,36); }
td.TdClassName
{
border-color: #2A1224;
}
.TagClassName
{
border-color: #2A1224;
}
</style>