Shades of Black #140E0E
Tints of Black #140E0E
RGB
CMYK
RGB Variations
Color information
#140E0E (or 0x140E0E) is known color: Black. HEX triplet: 14, 0E and 0E. RGB value is (20,14,14). Sum of RGB (Red+Green+Blue) = 20+14+14=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #140E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E0E is #EBF1F1. Grayscale: #0F0F0F. Windows color (decimal): -15462898 or 921108. OLE color: 921108.
HSL color Cylindrical-coordinate representation of color #140E0E: hue angle of 0º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #140E0E is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 14 | 14 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.92 |
| HSL | 0º | 0.18% | 0.07% | - |
| HSV(B) | 0º | 0.3% | 0.08% | - |
| XYZ | 0.52 | 0.49 | 0.48 | - |
| YUV | 15.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 14 | 0 | 0.30 | 0.30 | 0.92 | 0 | 0.18 | 0.07 |
| Hex | 14 | E | E | 0 | 1E | 1E | 5C | 0 | 12 | 7 |
| Octal | 24 | 16 | 16 | 0 | 36 | 36 | 134 | 0 | 22 | 7 |
| Binary | 10100 | 1110 | 1110 | 0 | 11110 | 11110 | 1011100 | 0 | 10010 | 111 |
Color Harmonies of #140E0E
Complementary color
Monochromatic Colors of #140E0E
Black with #140E0E
Text Example
Text Example
White with #140E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E0E; }
p { color: rgb(20,14,14); }
H1.HeaderClassName
{
color: #140E0E;
}
.AnyTagClassName
{
color: #140E0E;
}
</style>
background-color css
<style>
a { background-color: #140E0E; }
a { background-color: rgb(20,14,14); }
div.DivClassName
{
background-color: #140E0E;
}
.BgClassName
{
background-color: #140E0E;
}
</style>
border-color css
<style>
span { border-color: #140E0E; }
span { border-color: rgb(20,14,14); }
td.TdClassName
{
border-color: #140E0E;
}
.TagClassName
{
border-color: #140E0E;
}
</style>