Shades of Black #100C09
Tints of Black #100C09
RGB
CMYK
RGB Variations
Color information
#100C09 (or 0x100C09) is known color: Black. HEX triplet: 10, 0C and 09. RGB value is (16,12,9). Sum of RGB (Red+Green+Blue) = 16+12+9=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #100C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C09 is #EFF3F6. Grayscale: #0C0C0C. Windows color (decimal): -15725559 or 592912. OLE color: 592912.
HSL color Cylindrical-coordinate representation of color #100C09: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #100C09 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 12 | 9 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.94 |
| HSL | 25.71º | 0.28% | 0.05% | - |
| HSV(B) | 25.71º | 0.44% | 0.06% | - |
| XYZ | 0.39 | 0.39 | 0.31 | - |
| YUV | 12.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 9 | 0 | 0.25 | 0.44 | 0.94 | 25.71 | 0.28 | 0.05 |
| Hex | 10 | C | 9 | 0 | 19 | 2C | 5E | 1A | 1C | 5 |
| Octal | 20 | 14 | 11 | 0 | 31 | 54 | 136 | 32 | 34 | 5 |
| Binary | 10000 | 1100 | 1001 | 0 | 11001 | 101100 | 1011110 | 11010 | 11100 | 101 |
Color Harmonies of #100C09
Complementary color
Monochromatic Colors of #100C09
Black with #100C09
Text Example
Text Example
White with #100C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C09; }
p { color: rgb(16,12,9); }
H1.HeaderClassName
{
color: #100C09;
}
.AnyTagClassName
{
color: #100C09;
}
</style>
background-color css
<style>
a { background-color: #100C09; }
a { background-color: rgb(16,12,9); }
div.DivClassName
{
background-color: #100C09;
}
.BgClassName
{
background-color: #100C09;
}
</style>
border-color css
<style>
span { border-color: #100C09; }
span { border-color: rgb(16,12,9); }
td.TdClassName
{
border-color: #100C09;
}
.TagClassName
{
border-color: #100C09;
}
</style>