Shades of Black #100807
Tints of Black #100807
RGB
CMYK
RGB Variations
Color information
#100807 (or 0x100807) is known color: Black. HEX triplet: 10, 08 and 07. RGB value is (16,8,7). Sum of RGB (Red+Green+Blue) = 16+8+7=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100807 is #EFF7F8. Grayscale: #0A0A0A. Windows color (decimal): -15726585 or 460816. OLE color: 460816.
HSL color Cylindrical-coordinate representation of color #100807: hue angle of 6.67º 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 #100807 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 8 | 7 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.94 |
| HSL | 6.67º | 0.39% | 0.05% | - |
| HSV(B) | 6.67º | 0.56% | 0.06% | - |
| XYZ | 0.34 | 0.3 | 0.24 | - |
| YUV | 10.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 7 | 0 | 0.50 | 0.56 | 0.94 | 6.67 | 0.39 | 0.05 |
| Hex | 10 | 8 | 7 | 0 | 32 | 38 | 5E | 7 | 27 | 5 |
| Octal | 20 | 10 | 7 | 0 | 62 | 70 | 136 | 7 | 47 | 5 |
| Binary | 10000 | 1000 | 111 | 0 | 110010 | 111000 | 1011110 | 111 | 100111 | 101 |
Color Harmonies of #100807
Complementary color
Monochromatic Colors of #100807
Black with #100807
Text Example
Text Example
White with #100807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100807; }
p { color: rgb(16,8,7); }
H1.HeaderClassName
{
color: #100807;
}
.AnyTagClassName
{
color: #100807;
}
</style>
background-color css
<style>
a { background-color: #100807; }
a { background-color: rgb(16,8,7); }
div.DivClassName
{
background-color: #100807;
}
.BgClassName
{
background-color: #100807;
}
</style>
border-color css
<style>
span { border-color: #100807; }
span { border-color: rgb(16,8,7); }
td.TdClassName
{
border-color: #100807;
}
.TagClassName
{
border-color: #100807;
}
</style>