Shades of Black #100A07
Tints of Black #100A07
RGB
CMYK
RGB Variations
Color information
#100A07 (or 0x100A07) is known color: Black. HEX triplet: 10, 0A and 07. RGB value is (16,10,7). Sum of RGB (Red+Green+Blue) = 16+10+7=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A07 is #EFF5F8. Grayscale: #0B0B0B. Windows color (decimal): -15726073 or 461328. OLE color: 461328.
HSL color Cylindrical-coordinate representation of color #100A07: hue angle of 20º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #100A07 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 7 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.94 |
| HSL | 20º | 0.39% | 0.05% | - |
| HSV(B) | 20º | 0.56% | 0.06% | - |
| XYZ | 0.36 | 0.34 | 0.25 | - |
| YUV | 11.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 7 | 0 | 0.37 | 0.56 | 0.94 | 20 | 0.39 | 0.05 |
| Hex | 10 | A | 7 | 0 | 25 | 38 | 5E | 14 | 27 | 5 |
| Octal | 20 | 12 | 7 | 0 | 45 | 70 | 136 | 24 | 47 | 5 |
| Binary | 10000 | 1010 | 111 | 0 | 100101 | 111000 | 1011110 | 10100 | 100111 | 101 |
Color Harmonies of #100A07
Complementary color
Monochromatic Colors of #100A07
Black with #100A07
Text Example
Text Example
White with #100A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A07; }
p { color: rgb(16,10,7); }
H1.HeaderClassName
{
color: #100A07;
}
.AnyTagClassName
{
color: #100A07;
}
</style>
background-color css
<style>
a { background-color: #100A07; }
a { background-color: rgb(16,10,7); }
div.DivClassName
{
background-color: #100A07;
}
.BgClassName
{
background-color: #100A07;
}
</style>
border-color css
<style>
span { border-color: #100A07; }
span { border-color: rgb(16,10,7); }
td.TdClassName
{
border-color: #100A07;
}
.TagClassName
{
border-color: #100A07;
}
</style>