Shades of Midnight Express #101C31
Tints of Midnight Express #101C31
RGB
CMYK
RGB Variations
Color information
#101C31 (or 0x101C31) is known color: Midnight Express. HEX triplet: 10, 1C and 31. RGB value is (16,28,49). Sum of RGB (Red+Green+Blue) = 16+28+49=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #101C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C31 is #EFE3CE. Grayscale: #1A1A1A. Windows color (decimal): -15721423 or 3218448. OLE color: 3218448.
HSL color Cylindrical-coordinate representation of color #101C31: hue angle of 218.18º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101C31 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 28 | 49 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.81 |
| HSL | 218.18º | 0.51% | 0.13% | - |
| HSV(B) | 218.18º | 0.67% | 0.19% | - |
| XYZ | 1.18 | 1.16 | 3.07 | - |
| YUV | 26.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 49 | 0.67 | 0.43 | 0 | 0.81 | 218.18 | 0.51 | 0.13 |
| Hex | 10 | 1C | 31 | 43 | 2B | 0 | 51 | DA | 33 | D |
| Octal | 20 | 34 | 61 | 103 | 53 | 0 | 121 | 332 | 63 | 15 |
| Binary | 10000 | 11100 | 110001 | 1000011 | 101011 | 0 | 1010001 | 11011010 | 110011 | 1101 |
Color Harmonies of #101C31
Complementary color
Monochromatic Colors of #101C31
Black with #101C31
Text Example
Text Example
White with #101C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C31; }
p { color: rgb(16,28,49); }
H1.HeaderClassName
{
color: #101C31;
}
.AnyTagClassName
{
color: #101C31;
}
</style>
background-color css
<style>
a { background-color: #101C31; }
a { background-color: rgb(16,28,49); }
div.DivClassName
{
background-color: #101C31;
}
.BgClassName
{
background-color: #101C31;
}
</style>
border-color css
<style>
span { border-color: #101C31; }
span { border-color: rgb(16,28,49); }
td.TdClassName
{
border-color: #101C31;
}
.TagClassName
{
border-color: #101C31;
}
</style>