Shades of Black #100500
Tints of Black #100500
RGB
CMYK
RGB Variations
Color information
#100500 (or 0x100500) is known color: Black. HEX triplet: 10, 05 and 00. RGB value is (16,5,0). Sum of RGB (Red+Green+Blue) = 16+5+0=21 (2% of max value = 765). Red value is 16 (6.64% from 255 or 76.19% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 16 - color contains mainly: red. Hex color #100500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100500 is #EFFAFF. Grayscale: #070707. Windows color (decimal): -15727360 or 1296. OLE color: 1296.
HSL color Cylindrical-coordinate representation of color #100500: hue angle of 18.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100500 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 5 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.94 |
| HSL | 18.75º | 1% | 0.03% | - |
| HSV(B) | 18.75º | 1% | 0.06% | - |
| XYZ | 0.27 | 0.22 | 0.03 | - |
| YUV | 7.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 0 | 0 | 0.69 | 1 | 0.94 | 18.75 | 1 | 0.03 |
| Hex | 10 | 5 | 0 | 0 | 45 | 64 | 5E | 13 | 64 | 3 |
| Octal | 20 | 5 | 0 | 0 | 105 | 144 | 136 | 23 | 144 | 3 |
| Binary | 10000 | 101 | 0 | 0 | 1000101 | 1100100 | 1011110 | 10011 | 1100100 | 11 |
Color Harmonies of #100500
Complementary color
Monochromatic Colors of #100500
Black with #100500
Text Example
Text Example
White with #100500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100500; }
p { color: rgb(16,5,0); }
H1.HeaderClassName
{
color: #100500;
}
.AnyTagClassName
{
color: #100500;
}
</style>
background-color css
<style>
a { background-color: #100500; }
a { background-color: rgb(16,5,0); }
div.DivClassName
{
background-color: #100500;
}
.BgClassName
{
background-color: #100500;
}
</style>
border-color css
<style>
span { border-color: #100500; }
span { border-color: rgb(16,5,0); }
td.TdClassName
{
border-color: #100500;
}
.TagClassName
{
border-color: #100500;
}
</style>