Shades of Melanzane #12040F
Tints of Melanzane #12040F
RGB
CMYK
RGB Variations
Color information
#12040F (or 0x12040F) is known color: Melanzane. HEX triplet: 12, 04 and 0F. RGB value is (18,4,15). Sum of RGB (Red+Green+Blue) = 18+4+15=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040F is #EDFBF0. Grayscale: #090909. Windows color (decimal): -15596529 or 984082. OLE color: 984082.
HSL color Cylindrical-coordinate representation of color #12040F: hue angle of 312.86º 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 #12040F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 15 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.93 |
| HSL | 312.86º | 0.64% | 0.04% | - |
| HSV(B) | 312.86º | 0.78% | 0.07% | - |
| XYZ | 0.38 | 0.25 | 0.48 | - |
| YUV | 9.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 15 | 0 | 0.78 | 0.17 | 0.93 | 312.86 | 0.64 | 0.04 |
| Hex | 12 | 4 | F | 0 | 4E | 11 | 5D | 139 | 40 | 4 |
| Octal | 22 | 4 | 17 | 0 | 116 | 21 | 135 | 471 | 100 | 4 |
| Binary | 10010 | 100 | 1111 | 0 | 1001110 | 10001 | 1011101 | 100111001 | 1000000 | 100 |
Color Harmonies of #12040F
Complementary color
Monochromatic Colors of #12040F
Black with #12040F
Text Example
Text Example
White with #12040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12040F; }
p { color: rgb(18,4,15); }
H1.HeaderClassName
{
color: #12040F;
}
.AnyTagClassName
{
color: #12040F;
}
</style>
background-color css
<style>
a { background-color: #12040F; }
a { background-color: rgb(18,4,15); }
div.DivClassName
{
background-color: #12040F;
}
.BgClassName
{
background-color: #12040F;
}
</style>
border-color css
<style>
span { border-color: #12040F; }
span { border-color: rgb(18,4,15); }
td.TdClassName
{
border-color: #12040F;
}
.TagClassName
{
border-color: #12040F;
}
</style>