Shades of Black #100702
Tints of Black #100702
RGB
CMYK
RGB Variations
Color information
#100702 (or 0x100702) is known color: Black. HEX triplet: 10, 07 and 02. RGB value is (16,7,2). Sum of RGB (Red+Green+Blue) = 16+7+2=25 (3% of max value = 765). Red value is 16 (6.64% from 255 or 64% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 16 - color contains mainly: red. Hex color #100702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100702 is #EFF8FD. Grayscale: #090909. Windows color (decimal): -15726846 or 132880. OLE color: 132880.
HSL color Cylindrical-coordinate representation of color #100702: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100702 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 7 | 2 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.94 |
| HSL | 21.43º | 0.78% | 0.04% | - |
| HSV(B) | 21.43º | 0.88% | 0.06% | - |
| XYZ | 0.3 | 0.27 | 0.09 | - |
| YUV | 9.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 2 | 0 | 0.56 | 0.87 | 0.94 | 21.43 | 0.78 | 0.04 |
| Hex | 10 | 7 | 2 | 0 | 38 | 57 | 5E | 15 | 4E | 4 |
| Octal | 20 | 7 | 2 | 0 | 70 | 127 | 136 | 25 | 116 | 4 |
| Binary | 10000 | 111 | 10 | 0 | 111000 | 1010111 | 1011110 | 10101 | 1001110 | 100 |
Color Harmonies of #100702
Complementary color
Monochromatic Colors of #100702
Black with #100702
Text Example
Text Example
White with #100702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100702; }
p { color: rgb(16,7,2); }
H1.HeaderClassName
{
color: #100702;
}
.AnyTagClassName
{
color: #100702;
}
</style>
background-color css
<style>
a { background-color: #100702; }
a { background-color: rgb(16,7,2); }
div.DivClassName
{
background-color: #100702;
}
.BgClassName
{
background-color: #100702;
}
</style>
border-color css
<style>
span { border-color: #100702; }
span { border-color: rgb(16,7,2); }
td.TdClassName
{
border-color: #100702;
}
.TagClassName
{
border-color: #100702;
}
</style>