Shades of Black #100605
Tints of Black #100605
RGB
CMYK
RGB Variations
Color information
#100605 (or 0x100605) is known color: Black. HEX triplet: 10, 06 and 05. RGB value is (16,6,5). Sum of RGB (Red+Green+Blue) = 16+6+5=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100605 is #EFF9FA. Grayscale: #080808. Windows color (decimal): -15727099 or 329232. OLE color: 329232.
HSL color Cylindrical-coordinate representation of color #100605: hue angle of 5.45º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100605 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 6 | 5 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.94 |
| HSL | 5.45º | 0.52% | 0.04% | - |
| HSV(B) | 5.45º | 0.69% | 0.06% | - |
| XYZ | 0.31 | 0.25 | 0.18 | - |
| YUV | 8.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 5 | 0 | 0.62 | 0.69 | 0.94 | 5.45 | 0.52 | 0.04 |
| Hex | 10 | 6 | 5 | 0 | 3E | 45 | 5E | 5 | 34 | 4 |
| Octal | 20 | 6 | 5 | 0 | 76 | 105 | 136 | 5 | 64 | 4 |
| Binary | 10000 | 110 | 101 | 0 | 111110 | 1000101 | 1011110 | 101 | 110100 | 100 |
Color Harmonies of #100605
Complementary color
Monochromatic Colors of #100605
Black with #100605
Text Example
Text Example
White with #100605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100605; }
p { color: rgb(16,6,5); }
H1.HeaderClassName
{
color: #100605;
}
.AnyTagClassName
{
color: #100605;
}
</style>
background-color css
<style>
a { background-color: #100605; }
a { background-color: rgb(16,6,5); }
div.DivClassName
{
background-color: #100605;
}
.BgClassName
{
background-color: #100605;
}
</style>
border-color css
<style>
span { border-color: #100605; }
span { border-color: rgb(16,6,5); }
td.TdClassName
{
border-color: #100605;
}
.TagClassName
{
border-color: #100605;
}
</style>