Shades of Midnight Express #101E3D
Tints of Midnight Express #101E3D
RGB
CMYK
RGB Variations
Color information
#101E3D (or 0x101E3D) is known color: Midnight Express. HEX triplet: 10, 1E and 3D. RGB value is (16,30,61). Sum of RGB (Red+Green+Blue) = 16+30+61=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #101E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101E3D is #EFE1C2. Grayscale: #1D1D1D. Windows color (decimal): -15720899 or 4005392. OLE color: 4005392.
HSL color Cylindrical-coordinate representation of color #101E3D: hue angle of 221.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #101E3D is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 30 | 61 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.76 |
| HSL | 221.33º | 0.58% | 0.15% | - |
| HSV(B) | 221.33º | 0.74% | 0.24% | - |
| XYZ | 1.52 | 1.38 | 4.6 | - |
| YUV | 29.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 61 | 0.74 | 0.51 | 0 | 0.76 | 221.33 | 0.58 | 0.15 |
| Hex | 10 | 1E | 3D | 4A | 33 | 0 | 4C | DD | 3A | F |
| Octal | 20 | 36 | 75 | 112 | 63 | 0 | 114 | 335 | 72 | 17 |
| Binary | 10000 | 11110 | 111101 | 1001010 | 110011 | 0 | 1001100 | 11011101 | 111010 | 1111 |
Color Harmonies of #101E3D
Complementary color
Monochromatic Colors of #101E3D
Black with #101E3D
Text Example
Text Example
White with #101E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E3D; }
p { color: rgb(16,30,61); }
H1.HeaderClassName
{
color: #101E3D;
}
.AnyTagClassName
{
color: #101E3D;
}
</style>
background-color css
<style>
a { background-color: #101E3D; }
a { background-color: rgb(16,30,61); }
div.DivClassName
{
background-color: #101E3D;
}
.BgClassName
{
background-color: #101E3D;
}
</style>
border-color css
<style>
span { border-color: #101E3D; }
span { border-color: rgb(16,30,61); }
td.TdClassName
{
border-color: #101E3D;
}
.TagClassName
{
border-color: #101E3D;
}
</style>