Shades of Black #100B09
Tints of Black #100B09
RGB
CMYK
RGB Variations
Color information
#100B09 (or 0x100B09) is known color: Black. HEX triplet: 10, 0B and 09. RGB value is (16,11,9). Sum of RGB (Red+Green+Blue) = 16+11+9=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #100B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B09 is #EFF4F6. Grayscale: #0C0C0C. Windows color (decimal): -15725815 or 592656. OLE color: 592656.
HSL color Cylindrical-coordinate representation of color #100B09: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #100B09 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 11 | 9 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.94 |
| HSL | 17.14º | 0.28% | 0.05% | - |
| HSV(B) | 17.14º | 0.44% | 0.06% | - |
| XYZ | 0.38 | 0.37 | 0.31 | - |
| YUV | 12.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 9 | 0 | 0.31 | 0.44 | 0.94 | 17.14 | 0.28 | 0.05 |
| Hex | 10 | B | 9 | 0 | 1F | 2C | 5E | 11 | 1C | 5 |
| Octal | 20 | 13 | 11 | 0 | 37 | 54 | 136 | 21 | 34 | 5 |
| Binary | 10000 | 1011 | 1001 | 0 | 11111 | 101100 | 1011110 | 10001 | 11100 | 101 |
Color Harmonies of #100B09
Complementary color
Monochromatic Colors of #100B09
Black with #100B09
Text Example
Text Example
White with #100B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B09; }
p { color: rgb(16,11,9); }
H1.HeaderClassName
{
color: #100B09;
}
.AnyTagClassName
{
color: #100B09;
}
</style>
background-color css
<style>
a { background-color: #100B09; }
a { background-color: rgb(16,11,9); }
div.DivClassName
{
background-color: #100B09;
}
.BgClassName
{
background-color: #100B09;
}
</style>
border-color css
<style>
span { border-color: #100B09; }
span { border-color: rgb(16,11,9); }
td.TdClassName
{
border-color: #100B09;
}
.TagClassName
{
border-color: #100B09;
}
</style>