Shades of Black #100E0E
Tints of Black #100E0E
RGB
CMYK
RGB Variations
Color information
#100E0E (or 0x100E0E) is known color: Black. HEX triplet: 10, 0E and 0E. RGB value is (16,14,14). Sum of RGB (Red+Green+Blue) = 16+14+14=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 16 - color contains mainly: red. Hex color #100E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E0E is #EFF1F1. Grayscale: #0E0E0E. Windows color (decimal): -15725042 or 921104. OLE color: 921104.
HSL color Cylindrical-coordinate representation of color #100E0E: hue angle of 0º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #100E0E is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 14 | 14 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.94 |
| HSL | 0º | 0.07% | 0.06% | - |
| HSV(B) | 0º | 0.13% | 0.06% | - |
| XYZ | 0.45 | 0.46 | 0.48 | - |
| YUV | 14.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 14 | 0 | 0.13 | 0.13 | 0.94 | 0 | 0.07 | 0.06 |
| Hex | 10 | E | E | 0 | D | D | 5E | 0 | 7 | 6 |
| Octal | 20 | 16 | 16 | 0 | 15 | 15 | 136 | 0 | 7 | 6 |
| Binary | 10000 | 1110 | 1110 | 0 | 1101 | 1101 | 1011110 | 0 | 111 | 110 |
Color Harmonies of #100E0E
Complementary color
Monochromatic Colors of #100E0E
Black with #100E0E
Text Example
Text Example
White with #100E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E0E; }
p { color: rgb(16,14,14); }
H1.HeaderClassName
{
color: #100E0E;
}
.AnyTagClassName
{
color: #100E0E;
}
</style>
background-color css
<style>
a { background-color: #100E0E; }
a { background-color: rgb(16,14,14); }
div.DivClassName
{
background-color: #100E0E;
}
.BgClassName
{
background-color: #100E0E;
}
</style>
border-color css
<style>
span { border-color: #100E0E; }
span { border-color: rgb(16,14,14); }
td.TdClassName
{
border-color: #100E0E;
}
.TagClassName
{
border-color: #100E0E;
}
</style>