Shades of Black #100803
Tints of Black #100803
RGB
CMYK
RGB Variations
Color information
#100803 (or 0x100803) is known color: Black. HEX triplet: 10, 08 and 03. RGB value is (16,8,3). Sum of RGB (Red+Green+Blue) = 16+8+3=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100803 is #EFF7FC. Grayscale: #090909. Windows color (decimal): -15726589 or 198672. OLE color: 198672.
HSL color Cylindrical-coordinate representation of color #100803: hue angle of 23.08º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100803 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 8 | 3 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.94 |
| HSL | 23.08º | 0.68% | 0.04% | - |
| HSV(B) | 23.08º | 0.81% | 0.06% | - |
| XYZ | 0.32 | 0.29 | 0.13 | - |
| YUV | 9.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 3 | 0 | 0.50 | 0.81 | 0.94 | 23.08 | 0.68 | 0.04 |
| Hex | 10 | 8 | 3 | 0 | 32 | 51 | 5E | 17 | 44 | 4 |
| Octal | 20 | 10 | 3 | 0 | 62 | 121 | 136 | 27 | 104 | 4 |
| Binary | 10000 | 1000 | 11 | 0 | 110010 | 1010001 | 1011110 | 10111 | 1000100 | 100 |
Color Harmonies of #100803
Complementary color
Monochromatic Colors of #100803
Black with #100803
Text Example
Text Example
White with #100803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100803; }
p { color: rgb(16,8,3); }
H1.HeaderClassName
{
color: #100803;
}
.AnyTagClassName
{
color: #100803;
}
</style>
background-color css
<style>
a { background-color: #100803; }
a { background-color: rgb(16,8,3); }
div.DivClassName
{
background-color: #100803;
}
.BgClassName
{
background-color: #100803;
}
</style>
border-color css
<style>
span { border-color: #100803; }
span { border-color: rgb(16,8,3); }
td.TdClassName
{
border-color: #100803;
}
.TagClassName
{
border-color: #100803;
}
</style>