Shades of Midnight Express #100F3A
Tints of Midnight Express #100F3A
RGB
CMYK
RGB Variations
Color information
#100F3A (or 0x100F3A) is known color: Midnight Express. HEX triplet: 10, 0F and 3A. RGB value is (16,15,58). Sum of RGB (Red+Green+Blue) = 16+15+58=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #100F3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F3A is #EFF0C5. Grayscale: #141414. Windows color (decimal): -15724742 or 3804944. OLE color: 3804944.
HSL color Cylindrical-coordinate representation of color #100F3A: hue angle of 241.4º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #100F3A is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 15 | 58 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.77 |
| HSL | 241.4º | 0.59% | 0.14% | - |
| HSV(B) | 241.4º | 0.74% | 0.23% | - |
| XYZ | 1.15 | 0.76 | 4.09 | - |
| YUV | 20.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 58 | 0.72 | 0.74 | 0 | 0.77 | 241.4 | 0.59 | 0.14 |
| Hex | 10 | F | 3A | 48 | 4A | 0 | 4D | F1 | 3B | E |
| Octal | 20 | 17 | 72 | 110 | 112 | 0 | 115 | 361 | 73 | 16 |
| Binary | 10000 | 1111 | 111010 | 1001000 | 1001010 | 0 | 1001101 | 11110001 | 111011 | 1110 |
Color Harmonies of #100F3A
Complementary color
Monochromatic Colors of #100F3A
Black with #100F3A
Text Example
Text Example
White with #100F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F3A; }
p { color: rgb(16,15,58); }
H1.HeaderClassName
{
color: #100F3A;
}
.AnyTagClassName
{
color: #100F3A;
}
</style>
background-color css
<style>
a { background-color: #100F3A; }
a { background-color: rgb(16,15,58); }
div.DivClassName
{
background-color: #100F3A;
}
.BgClassName
{
background-color: #100F3A;
}
</style>
border-color css
<style>
span { border-color: #100F3A; }
span { border-color: rgb(16,15,58); }
td.TdClassName
{
border-color: #100F3A;
}
.TagClassName
{
border-color: #100F3A;
}
</style>