Shades of Black #100802
Tints of Black #100802
RGB
CMYK
RGB Variations
Color information
#100802 (or 0x100802) is known color: Black. HEX triplet: 10, 08 and 02. RGB value is (16,8,2). Sum of RGB (Red+Green+Blue) = 16+8+2=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100802 is #EFF7FD. Grayscale: #090909. Windows color (decimal): -15726590 or 133136. OLE color: 133136.
HSL color Cylindrical-coordinate representation of color #100802: hue angle of 25.71º 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 #100802 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 8 | 2 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.94 |
| HSL | 25.71º | 0.78% | 0.04% | - |
| HSV(B) | 25.71º | 0.88% | 0.06% | - |
| XYZ | 0.31 | 0.29 | 0.1 | - |
| YUV | 9.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 2 | 0 | 0.50 | 0.87 | 0.94 | 25.71 | 0.78 | 0.04 |
| Hex | 10 | 8 | 2 | 0 | 32 | 57 | 5E | 1A | 4E | 4 |
| Octal | 20 | 10 | 2 | 0 | 62 | 127 | 136 | 32 | 116 | 4 |
| Binary | 10000 | 1000 | 10 | 0 | 110010 | 1010111 | 1011110 | 11010 | 1001110 | 100 |
Color Harmonies of #100802
Complementary color
Monochromatic Colors of #100802
Black with #100802
Text Example
Text Example
White with #100802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100802; }
p { color: rgb(16,8,2); }
H1.HeaderClassName
{
color: #100802;
}
.AnyTagClassName
{
color: #100802;
}
</style>
background-color css
<style>
a { background-color: #100802; }
a { background-color: rgb(16,8,2); }
div.DivClassName
{
background-color: #100802;
}
.BgClassName
{
background-color: #100802;
}
</style>
border-color css
<style>
span { border-color: #100802; }
span { border-color: rgb(16,8,2); }
td.TdClassName
{
border-color: #100802;
}
.TagClassName
{
border-color: #100802;
}
</style>