Shades of Black #100B07
Tints of Black #100B07
RGB
CMYK
RGB Variations
Color information
#100B07 (or 0x100B07) is known color: Black. HEX triplet: 10, 0B and 07. RGB value is (16,11,7). Sum of RGB (Red+Green+Blue) = 16+11+7=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #100B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B07 is #EFF4F8. Grayscale: #0C0C0C. Windows color (decimal): -15725817 or 461584. OLE color: 461584.
HSL color Cylindrical-coordinate representation of color #100B07: hue angle of 26.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #100B07 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 11 | 7 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.94 |
| HSL | 26.67º | 0.39% | 0.05% | - |
| HSV(B) | 26.67º | 0.56% | 0.06% | - |
| XYZ | 0.37 | 0.36 | 0.25 | - |
| YUV | 12.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 7 | 0 | 0.31 | 0.56 | 0.94 | 26.67 | 0.39 | 0.05 |
| Hex | 10 | B | 7 | 0 | 1F | 38 | 5E | 1B | 27 | 5 |
| Octal | 20 | 13 | 7 | 0 | 37 | 70 | 136 | 33 | 47 | 5 |
| Binary | 10000 | 1011 | 111 | 0 | 11111 | 111000 | 1011110 | 11011 | 100111 | 101 |
Color Harmonies of #100B07
Complementary color
Monochromatic Colors of #100B07
Black with #100B07
Text Example
Text Example
White with #100B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B07; }
p { color: rgb(16,11,7); }
H1.HeaderClassName
{
color: #100B07;
}
.AnyTagClassName
{
color: #100B07;
}
</style>
background-color css
<style>
a { background-color: #100B07; }
a { background-color: rgb(16,11,7); }
div.DivClassName
{
background-color: #100B07;
}
.BgClassName
{
background-color: #100B07;
}
</style>
border-color css
<style>
span { border-color: #100B07; }
span { border-color: rgb(16,11,7); }
td.TdClassName
{
border-color: #100B07;
}
.TagClassName
{
border-color: #100B07;
}
</style>