Shades of Black #100B05
Tints of Black #100B05
RGB
CMYK
RGB Variations
Color information
#100B05 (or 0x100B05) is known color: Black. HEX triplet: 10, 0B and 05. RGB value is (16,11,5). Sum of RGB (Red+Green+Blue) = 16+11+5=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #100B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B05 is #EFF4FA. Grayscale: #0B0B0B. Windows color (decimal): -15725819 or 330512. OLE color: 330512.
HSL color Cylindrical-coordinate representation of color #100B05: hue angle of 32.73º 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 #100B05 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
RGB | 16 | 11 | 5 | - |
CMYK | 0 | 0.31 | 0.69 | 0.94 |
HSL | 32.73º | 0.52% | 0.04% | - |
HSV(B) | 32.73º | 0.69% | 0.06% | - |
XYZ | 0.36 | 0.36 | 0.19 | - |
YUV | 11.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 11 | 5 | 0 | 0.31 | 0.69 | 0.94 | 32.73 | 0.52 | 0.04 |
Hex | 10 | B | 5 | 0 | 1F | 45 | 5E | 21 | 34 | 4 |
Octal | 20 | 13 | 5 | 0 | 37 | 105 | 136 | 41 | 64 | 4 |
Binary | 10000 | 1011 | 101 | 0 | 11111 | 1000101 | 1011110 | 100001 | 110100 | 100 |
Color Harmonies of #100B05
Complementary color
Monochromatic Colors of #100B05
Black with #100B05
Text Example
Text Example
White with #100B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B05; }
p { color: rgb(16,11,5); }
H1.HeaderClassName
{
color: #100B05;
}
.AnyTagClassName
{
color: #100B05;
}
</style>
background-color css
<style>
a { background-color: #100B05; }
a { background-color: rgb(16,11,5); }
div.DivClassName
{
background-color: #100B05;
}
.BgClassName
{
background-color: #100B05;
}
</style>
border-color css
<style>
span { border-color: #100B05; }
span { border-color: rgb(16,11,5); }
td.TdClassName
{
border-color: #100B05;
}
.TagClassName
{
border-color: #100B05;
}
</style>