Shades of Black #100A0A
Tints of Black #100A0A
RGB
CMYK
RGB Variations
Color information
#100A0A (or 0x100A0A) is known color: Black. HEX triplet: 10, 0A and 0A. RGB value is (16,10,10). Sum of RGB (Red+Green+Blue) = 16+10+10=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #100A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A0A is #EFF5F5. Grayscale: #0B0B0B. Windows color (decimal): -15726070 or 657936. OLE color: 657936.
HSL color Cylindrical-coordinate representation of color #100A0A: hue angle of 0º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #100A0A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 10 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.94 |
| HSL | 0º | 0.23% | 0.05% | - |
| HSV(B) | 0º | 0.38% | 0.06% | - |
| XYZ | 0.38 | 0.35 | 0.33 | - |
| YUV | 11.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 10 | 0 | 0.37 | 0.37 | 0.94 | 0 | 0.23 | 0.05 |
| Hex | 10 | A | A | 0 | 25 | 25 | 5E | 0 | 17 | 5 |
| Octal | 20 | 12 | 12 | 0 | 45 | 45 | 136 | 0 | 27 | 5 |
| Binary | 10000 | 1010 | 1010 | 0 | 100101 | 100101 | 1011110 | 0 | 10111 | 101 |
Color Harmonies of #100A0A
Complementary color
Monochromatic Colors of #100A0A
Black with #100A0A
Text Example
Text Example
White with #100A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A0A; }
p { color: rgb(16,10,10); }
H1.HeaderClassName
{
color: #100A0A;
}
.AnyTagClassName
{
color: #100A0A;
}
</style>
background-color css
<style>
a { background-color: #100A0A; }
a { background-color: rgb(16,10,10); }
div.DivClassName
{
background-color: #100A0A;
}
.BgClassName
{
background-color: #100A0A;
}
</style>
border-color css
<style>
span { border-color: #100A0A; }
span { border-color: rgb(16,10,10); }
td.TdClassName
{
border-color: #100A0A;
}
.TagClassName
{
border-color: #100A0A;
}
</style>