Shades of Black #100C08
Tints of Black #100C08
RGB
CMYK
RGB Variations
Color information
#100C08 (or 0x100C08) is known color: Black. HEX triplet: 10, 0C and 08. RGB value is (16,12,8). Sum of RGB (Red+Green+Blue) = 16+12+8=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #100C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C08 is #EFF3F7. Grayscale: #0C0C0C. Windows color (decimal): -15725560 or 527376. OLE color: 527376.
HSL color Cylindrical-coordinate representation of color #100C08: hue angle of 30º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #100C08 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.94.
Color convert
RGB | 16 | 12 | 8 | - |
CMYK | 0 | 0.25 | 0.50 | 0.94 |
HSL | 30º | 0.33% | 0.05% | - |
HSV(B) | 30º | 0.5% | 0.06% | - |
XYZ | 0.39 | 0.39 | 0.28 | - |
YUV | 12.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 12 | 8 | 0 | 0.25 | 0.50 | 0.94 | 30 | 0.33 | 0.05 |
Hex | 10 | C | 8 | 0 | 19 | 32 | 5E | 1E | 21 | 5 |
Octal | 20 | 14 | 10 | 0 | 31 | 62 | 136 | 36 | 41 | 5 |
Binary | 10000 | 1100 | 1000 | 0 | 11001 | 110010 | 1011110 | 11110 | 100001 | 101 |
Color Harmonies of #100C08
Complementary color
Monochromatic Colors of #100C08
Black with #100C08
Text Example
Text Example
White with #100C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C08; }
p { color: rgb(16,12,8); }
H1.HeaderClassName
{
color: #100C08;
}
.AnyTagClassName
{
color: #100C08;
}
</style>
background-color css
<style>
a { background-color: #100C08; }
a { background-color: rgb(16,12,8); }
div.DivClassName
{
background-color: #100C08;
}
.BgClassName
{
background-color: #100C08;
}
</style>
border-color css
<style>
span { border-color: #100C08; }
span { border-color: rgb(16,12,8); }
td.TdClassName
{
border-color: #100C08;
}
.TagClassName
{
border-color: #100C08;
}
</style>