Shades of Melanzane #2C1325
Tints of Melanzane #2C1325
RGB
CMYK
RGB Variations
Color information
#2C1325 (or 0x2C1325) is known color: Melanzane. HEX triplet: 2C, 13 and 25. RGB value is (44,19,37). Sum of RGB (Red+Green+Blue) = 44+19+37=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1325 is #D3ECDA. Grayscale: #1C1C1C. Windows color (decimal): -13888731 or 2429740. OLE color: 2429740.
HSL color Cylindrical-coordinate representation of color #2C1325: hue angle of 316.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C1325 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 19 | 37 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.83 |
| HSL | 316.8º | 0.4% | 0.12% | - |
| HSV(B) | 316.8º | 0.57% | 0.17% | - |
| XYZ | 1.61 | 1.13 | 1.88 | - |
| YUV | 28.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 37 | 0 | 0.57 | 0.16 | 0.83 | 316.8 | 0.4 | 0.12 |
| Hex | 2C | 13 | 25 | 0 | 39 | 10 | 53 | 13D | 28 | C |
| Octal | 54 | 23 | 45 | 0 | 71 | 20 | 123 | 475 | 50 | 14 |
| Binary | 101100 | 10011 | 100101 | 0 | 111001 | 10000 | 1010011 | 100111101 | 101000 | 1100 |
Color Harmonies of #2C1325
Complementary color
Monochromatic Colors of #2C1325
Black with #2C1325
Text Example
Text Example
White with #2C1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1325; }
p { color: rgb(44,19,37); }
H1.HeaderClassName
{
color: #2C1325;
}
.AnyTagClassName
{
color: #2C1325;
}
</style>
background-color css
<style>
a { background-color: #2C1325; }
a { background-color: rgb(44,19,37); }
div.DivClassName
{
background-color: #2C1325;
}
.BgClassName
{
background-color: #2C1325;
}
</style>
border-color css
<style>
span { border-color: #2C1325; }
span { border-color: rgb(44,19,37); }
td.TdClassName
{
border-color: #2C1325;
}
.TagClassName
{
border-color: #2C1325;
}
</style>