Shades of Midnight Express #18163F
Tints of Midnight Express #18163F
RGB
CMYK
RGB Variations
Color information
#18163F (or 0x18163F) is known color: Midnight Express. HEX triplet: 18, 16 and 3F. RGB value is (24,22,63). Sum of RGB (Red+Green+Blue) = 24+22+63=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #18163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18163F is #E7E9C0. Grayscale: #1B1B1B. Windows color (decimal): -15198657 or 4134424. OLE color: 4134424.
HSL color Cylindrical-coordinate representation of color #18163F: hue angle of 242.93º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18163F is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 22 | 63 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.75 |
| HSL | 242.93º | 0.48% | 0.17% | - |
| HSV(B) | 242.93º | 0.65% | 0.25% | - |
| XYZ | 1.56 | 1.13 | 4.84 | - |
| YUV | 27.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 63 | 0.62 | 0.65 | 0 | 0.75 | 242.93 | 0.48 | 0.17 |
| Hex | 18 | 16 | 3F | 3E | 41 | 0 | 4B | F3 | 30 | 11 |
| Octal | 30 | 26 | 77 | 76 | 101 | 0 | 113 | 363 | 60 | 21 |
| Binary | 11000 | 10110 | 111111 | 111110 | 1000001 | 0 | 1001011 | 11110011 | 110000 | 10001 |
Color Harmonies of #18163F
Complementary color
Monochromatic Colors of #18163F
Black with #18163F
Text Example
Text Example
White with #18163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18163F; }
p { color: rgb(24,22,63); }
H1.HeaderClassName
{
color: #18163F;
}
.AnyTagClassName
{
color: #18163F;
}
</style>
background-color css
<style>
a { background-color: #18163F; }
a { background-color: rgb(24,22,63); }
div.DivClassName
{
background-color: #18163F;
}
.BgClassName
{
background-color: #18163F;
}
</style>
border-color css
<style>
span { border-color: #18163F; }
span { border-color: rgb(24,22,63); }
td.TdClassName
{
border-color: #18163F;
}
.TagClassName
{
border-color: #18163F;
}
</style>