Shades of Melanzane #2C242A
Tints of Melanzane #2C242A
RGB
CMYK
RGB Variations
Color information
#2C242A (or 0x2C242A) is known color: Melanzane. HEX triplet: 2C, 24 and 2A. RGB value is (44,36,42). Sum of RGB (Red+Green+Blue) = 44+36+42=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 44 - color contains mainly: red. Hex color #2C242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C242A is #D3DBD5. Grayscale: #272727. Windows color (decimal): -13884374 or 2761772. OLE color: 2761772.
HSL color Cylindrical-coordinate representation of color #2C242A: hue angle of 315º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2C242A is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 36 | 42 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.83 |
| HSL | 315º | 0.1% | 0.16% | - |
| HSV(B) | 315º | 0.18% | 0.17% | - |
| XYZ | 2.09 | 1.96 | 2.46 | - |
| YUV | 39.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 42 | 0 | 0.18 | 0.05 | 0.83 | 315 | 0.1 | 0.16 |
| Hex | 2C | 24 | 2A | 0 | 12 | 5 | 53 | 13B | A | 10 |
| Octal | 54 | 44 | 52 | 0 | 22 | 5 | 123 | 473 | 12 | 20 |
| Binary | 101100 | 100100 | 101010 | 0 | 10010 | 101 | 1010011 | 100111011 | 1010 | 10000 |
Color Harmonies of #2C242A
Complementary color
Monochromatic Colors of #2C242A
Black with #2C242A
Text Example
Text Example
White with #2C242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C242A; }
p { color: rgb(44,36,42); }
H1.HeaderClassName
{
color: #2C242A;
}
.AnyTagClassName
{
color: #2C242A;
}
</style>
background-color css
<style>
a { background-color: #2C242A; }
a { background-color: rgb(44,36,42); }
div.DivClassName
{
background-color: #2C242A;
}
.BgClassName
{
background-color: #2C242A;
}
</style>
border-color css
<style>
span { border-color: #2C242A; }
span { border-color: rgb(44,36,42); }
td.TdClassName
{
border-color: #2C242A;
}
.TagClassName
{
border-color: #2C242A;
}
</style>