Shades of Black #100C0C
Tints of Black #100C0C
RGB
CMYK
RGB Variations
Color information
#100C0C (or 0x100C0C) is known color: Black. HEX triplet: 10, 0C and 0C. RGB value is (16,12,12). Sum of RGB (Red+Green+Blue) = 16+12+12=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C0C is #EFF3F3. Grayscale: #0D0D0D. Windows color (decimal): -15725556 or 789520. OLE color: 789520.
HSL color Cylindrical-coordinate representation of color #100C0C: hue angle of 0º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #100C0C is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 12 | 12 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.94 |
| HSL | 0º | 0.14% | 0.05% | - |
| HSV(B) | 0º | 0.25% | 0.06% | - |
| XYZ | 0.41 | 0.4 | 0.4 | - |
| YUV | 13.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 12 | 0 | 0.25 | 0.25 | 0.94 | 0 | 0.14 | 0.05 |
| Hex | 10 | C | C | 0 | 19 | 19 | 5E | 0 | E | 5 |
| Octal | 20 | 14 | 14 | 0 | 31 | 31 | 136 | 0 | 16 | 5 |
| Binary | 10000 | 1100 | 1100 | 0 | 11001 | 11001 | 1011110 | 0 | 1110 | 101 |
Color Harmonies of #100C0C
Complementary color
Monochromatic Colors of #100C0C
Black with #100C0C
Text Example
Text Example
White with #100C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C0C; }
p { color: rgb(16,12,12); }
H1.HeaderClassName
{
color: #100C0C;
}
.AnyTagClassName
{
color: #100C0C;
}
</style>
background-color css
<style>
a { background-color: #100C0C; }
a { background-color: rgb(16,12,12); }
div.DivClassName
{
background-color: #100C0C;
}
.BgClassName
{
background-color: #100C0C;
}
</style>
border-color css
<style>
span { border-color: #100C0C; }
span { border-color: rgb(16,12,12); }
td.TdClassName
{
border-color: #100C0C;
}
.TagClassName
{
border-color: #100C0C;
}
</style>