Shades of Black #140E0C
Tints of Black #140E0C
RGB
CMYK
RGB Variations
Color information
#140E0C (or 0x140E0C) is known color: Black. HEX triplet: 14, 0E and 0C. RGB value is (20,14,12). Sum of RGB (Red+Green+Blue) = 20+14+12=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E0C is #EBF1F3. Grayscale: #0F0F0F. Windows color (decimal): -15462900 or 790036. OLE color: 790036.
HSL color Cylindrical-coordinate representation of color #140E0C: hue angle of 15º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #140E0C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 14 | 12 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.92 |
| HSL | 15º | 0.25% | 0.06% | - |
| HSV(B) | 15º | 0.4% | 0.08% | - |
| XYZ | 0.51 | 0.49 | 0.42 | - |
| YUV | 15.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 12 | 0 | 0.30 | 0.40 | 0.92 | 15 | 0.25 | 0.06 |
| Hex | 14 | E | C | 0 | 1E | 28 | 5C | F | 19 | 6 |
| Octal | 24 | 16 | 14 | 0 | 36 | 50 | 134 | 17 | 31 | 6 |
| Binary | 10100 | 1110 | 1100 | 0 | 11110 | 101000 | 1011100 | 1111 | 11001 | 110 |
Color Harmonies of #140E0C
Complementary color
Monochromatic Colors of #140E0C
Black with #140E0C
Text Example
Text Example
White with #140E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E0C; }
p { color: rgb(20,14,12); }
H1.HeaderClassName
{
color: #140E0C;
}
.AnyTagClassName
{
color: #140E0C;
}
</style>
background-color css
<style>
a { background-color: #140E0C; }
a { background-color: rgb(20,14,12); }
div.DivClassName
{
background-color: #140E0C;
}
.BgClassName
{
background-color: #140E0C;
}
</style>
border-color css
<style>
span { border-color: #140E0C; }
span { border-color: rgb(20,14,12); }
td.TdClassName
{
border-color: #140E0C;
}
.TagClassName
{
border-color: #140E0C;
}
</style>