Shades of Black #100B0B
Tints of Black #100B0B
RGB
CMYK
RGB Variations
Color information
#100B0B (or 0x100B0B) is known color: Black. HEX triplet: 10, 0B and 0B. RGB value is (16,11,11). Sum of RGB (Red+Green+Blue) = 16+11+11=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 16 - color contains mainly: red. Hex color #100B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B0B is #EFF4F4. Grayscale: #0C0C0C. Windows color (decimal): -15725813 or 723728. OLE color: 723728.
HSL color Cylindrical-coordinate representation of color #100B0B: hue angle of 0º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #100B0B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 11 | 11 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.94 |
| HSL | 0º | 0.19% | 0.05% | - |
| HSV(B) | 0º | 0.31% | 0.06% | - |
| XYZ | 0.39 | 0.37 | 0.37 | - |
| YUV | 12.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 11 | 0 | 0.31 | 0.31 | 0.94 | 0 | 0.19 | 0.05 |
| Hex | 10 | B | B | 0 | 1F | 1F | 5E | 0 | 13 | 5 |
| Octal | 20 | 13 | 13 | 0 | 37 | 37 | 136 | 0 | 23 | 5 |
| Binary | 10000 | 1011 | 1011 | 0 | 11111 | 11111 | 1011110 | 0 | 10011 | 101 |
Color Harmonies of #100B0B
Complementary color
Monochromatic Colors of #100B0B
Black with #100B0B
Text Example
Text Example
White with #100B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B0B; }
p { color: rgb(16,11,11); }
H1.HeaderClassName
{
color: #100B0B;
}
.AnyTagClassName
{
color: #100B0B;
}
</style>
background-color css
<style>
a { background-color: #100B0B; }
a { background-color: rgb(16,11,11); }
div.DivClassName
{
background-color: #100B0B;
}
.BgClassName
{
background-color: #100B0B;
}
</style>
border-color css
<style>
span { border-color: #100B0B; }
span { border-color: rgb(16,11,11); }
td.TdClassName
{
border-color: #100B0B;
}
.TagClassName
{
border-color: #100B0B;
}
</style>