Shades of Melanzane #140912
Tints of Melanzane #140912
RGB
CMYK
RGB Variations
Color information
#140912 (or 0x140912) is known color: Melanzane. HEX triplet: 14, 09 and 12. RGB value is (20,9,18). Sum of RGB (Red+Green+Blue) = 20+9+18=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140912 is #EBF6ED. Grayscale: #0D0D0D. Windows color (decimal): -15464174 or 1181972. OLE color: 1181972.
HSL color Cylindrical-coordinate representation of color #140912: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140912 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 9 | 18 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.92 |
| HSL | 310.91º | 0.38% | 0.06% | - |
| HSV(B) | 310.91º | 0.55% | 0.08% | - |
| XYZ | 0.5 | 0.39 | 0.62 | - |
| YUV | 13.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 18 | 0 | 0.55 | 0.10 | 0.92 | 310.91 | 0.38 | 0.06 |
| Hex | 14 | 9 | 12 | 0 | 37 | A | 5C | 137 | 26 | 6 |
| Octal | 24 | 11 | 22 | 0 | 67 | 12 | 134 | 467 | 46 | 6 |
| Binary | 10100 | 1001 | 10010 | 0 | 110111 | 1010 | 1011100 | 100110111 | 100110 | 110 |
Color Harmonies of #140912
Complementary color
Monochromatic Colors of #140912
Black with #140912
Text Example
Text Example
White with #140912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140912; }
p { color: rgb(20,9,18); }
H1.HeaderClassName
{
color: #140912;
}
.AnyTagClassName
{
color: #140912;
}
</style>
background-color css
<style>
a { background-color: #140912; }
a { background-color: rgb(20,9,18); }
div.DivClassName
{
background-color: #140912;
}
.BgClassName
{
background-color: #140912;
}
</style>
border-color css
<style>
span { border-color: #140912; }
span { border-color: rgb(20,9,18); }
td.TdClassName
{
border-color: #140912;
}
.TagClassName
{
border-color: #140912;
}
</style>