Shades of Black #100602
Tints of Black #100602
RGB
CMYK
RGB Variations
Color information
#100602 (or 0x100602) is known color: Black. HEX triplet: 10, 06 and 02. RGB value is (16,6,2). Sum of RGB (Red+Green+Blue) = 16+6+2=24 (3% of max value = 765). Red value is 16 (6.64% from 255 or 66.67% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 16 - color contains mainly: red. Hex color #100602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100602 is #EFF9FD. Grayscale: #080808. Windows color (decimal): -15727102 or 132624. OLE color: 132624.
HSL color Cylindrical-coordinate representation of color #100602: hue angle of 17.14º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100602 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 6 | 2 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.94 |
| HSL | 17.14º | 0.78% | 0.04% | - |
| HSV(B) | 17.14º | 0.88% | 0.06% | - |
| XYZ | 0.29 | 0.24 | 0.09 | - |
| YUV | 8.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 2 | 0 | 0.62 | 0.87 | 0.94 | 17.14 | 0.78 | 0.04 |
| Hex | 10 | 6 | 2 | 0 | 3E | 57 | 5E | 11 | 4E | 4 |
| Octal | 20 | 6 | 2 | 0 | 76 | 127 | 136 | 21 | 116 | 4 |
| Binary | 10000 | 110 | 10 | 0 | 111110 | 1010111 | 1011110 | 10001 | 1001110 | 100 |
Color Harmonies of #100602
Complementary color
Monochromatic Colors of #100602
Black with #100602
Text Example
Text Example
White with #100602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100602; }
p { color: rgb(16,6,2); }
H1.HeaderClassName
{
color: #100602;
}
.AnyTagClassName
{
color: #100602;
}
</style>
background-color css
<style>
a { background-color: #100602; }
a { background-color: rgb(16,6,2); }
div.DivClassName
{
background-color: #100602;
}
.BgClassName
{
background-color: #100602;
}
</style>
border-color css
<style>
span { border-color: #100602; }
span { border-color: rgb(16,6,2); }
td.TdClassName
{
border-color: #100602;
}
.TagClassName
{
border-color: #100602;
}
</style>