Shades of Black #100303
Tints of Black #100303
RGB
CMYK
RGB Variations
Color information
#100303 (or 0x100303) is known color: Black. HEX triplet: 10, 03 and 03. RGB value is (16,3,3). Sum of RGB (Red+Green+Blue) = 16+3+3=22 (2% of max value = 765). Red value is 16 (6.64% from 255 or 72.73% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 16 - color contains mainly: red. Hex color #100303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100303 is #EFFCFC. Grayscale: #060606. Windows color (decimal): -15727869 or 197392. OLE color: 197392.
HSL color Cylindrical-coordinate representation of color #100303: hue angle of 0º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100303 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 3 | 3 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.94 |
| HSL | 0º | 0.68% | 0.04% | - |
| HSV(B) | 0º | 0.81% | 0.06% | - |
| XYZ | 0.26 | 0.18 | 0.11 | - |
| YUV | 6.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 3 | 0 | 0.81 | 0.81 | 0.94 | 0 | 0.68 | 0.04 |
| Hex | 10 | 3 | 3 | 0 | 51 | 51 | 5E | 0 | 44 | 4 |
| Octal | 20 | 3 | 3 | 0 | 121 | 121 | 136 | 0 | 104 | 4 |
| Binary | 10000 | 11 | 11 | 0 | 1010001 | 1010001 | 1011110 | 0 | 1000100 | 100 |
Color Harmonies of #100303
Complementary color
Monochromatic Colors of #100303
Black with #100303
Text Example
Text Example
White with #100303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100303; }
p { color: rgb(16,3,3); }
H1.HeaderClassName
{
color: #100303;
}
.AnyTagClassName
{
color: #100303;
}
</style>
background-color css
<style>
a { background-color: #100303; }
a { background-color: rgb(16,3,3); }
div.DivClassName
{
background-color: #100303;
}
.BgClassName
{
background-color: #100303;
}
</style>
border-color css
<style>
span { border-color: #100303; }
span { border-color: rgb(16,3,3); }
td.TdClassName
{
border-color: #100303;
}
.TagClassName
{
border-color: #100303;
}
</style>