Shades of Melanzane #12040D
Tints of Melanzane #12040D
RGB
CMYK
RGB Variations
Color information
#12040D (or 0x12040D) is known color: Melanzane. HEX triplet: 12, 04 and 0D. RGB value is (18,4,13). Sum of RGB (Red+Green+Blue) = 18+4+13=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040D is #EDFBF2. Grayscale: #090909. Windows color (decimal): -15596531 or 853010. OLE color: 853010.
HSL color Cylindrical-coordinate representation of color #12040D: hue angle of 321.43º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12040D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 13 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.93 |
| HSL | 321.43º | 0.64% | 0.04% | - |
| HSV(B) | 321.43º | 0.78% | 0.07% | - |
| XYZ | 0.37 | 0.24 | 0.41 | - |
| YUV | 9.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 13 | 0 | 0.78 | 0.28 | 0.93 | 321.43 | 0.64 | 0.04 |
| Hex | 12 | 4 | D | 0 | 4E | 1C | 5D | 141 | 40 | 4 |
| Octal | 22 | 4 | 15 | 0 | 116 | 34 | 135 | 501 | 100 | 4 |
| Binary | 10010 | 100 | 1101 | 0 | 1001110 | 11100 | 1011101 | 101000001 | 1000000 | 100 |
Color Harmonies of #12040D
Complementary color
Monochromatic Colors of #12040D
Black with #12040D
Text Example
Text Example
White with #12040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12040D; }
p { color: rgb(18,4,13); }
H1.HeaderClassName
{
color: #12040D;
}
.AnyTagClassName
{
color: #12040D;
}
</style>
background-color css
<style>
a { background-color: #12040D; }
a { background-color: rgb(18,4,13); }
div.DivClassName
{
background-color: #12040D;
}
.BgClassName
{
background-color: #12040D;
}
</style>
border-color css
<style>
span { border-color: #12040D; }
span { border-color: rgb(18,4,13); }
td.TdClassName
{
border-color: #12040D;
}
.TagClassName
{
border-color: #12040D;
}
</style>