Shades of Midnight Express #18183D
Tints of Midnight Express #18183D
RGB
CMYK
RGB Variations
Color information
#18183D (or 0x18183D) is known color: Midnight Express. HEX triplet: 18, 18 and 3D. RGB value is (24,24,61). Sum of RGB (Red+Green+Blue) = 24+24+61=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #18183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18183D is #E7E7C2. Grayscale: #1C1C1C. Windows color (decimal): -15198147 or 4003864. OLE color: 4003864.
HSL color Cylindrical-coordinate representation of color #18183D: hue angle of 240º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18183D is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 24 | 61 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.76 |
| HSL | 240º | 0.44% | 0.17% | - |
| HSV(B) | 240º | 0.61% | 0.24% | - |
| XYZ | 1.55 | 1.18 | 4.56 | - |
| YUV | 28.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 61 | 0.61 | 0.61 | 0 | 0.76 | 240 | 0.44 | 0.17 |
| Hex | 18 | 18 | 3D | 3D | 3D | 0 | 4C | F0 | 2C | 11 |
| Octal | 30 | 30 | 75 | 75 | 75 | 0 | 114 | 360 | 54 | 21 |
| Binary | 11000 | 11000 | 111101 | 111101 | 111101 | 0 | 1001100 | 11110000 | 101100 | 10001 |
Color Harmonies of #18183D
Complementary color
Monochromatic Colors of #18183D
Black with #18183D
Text Example
Text Example
White with #18183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18183D; }
p { color: rgb(24,24,61); }
H1.HeaderClassName
{
color: #18183D;
}
.AnyTagClassName
{
color: #18183D;
}
</style>
background-color css
<style>
a { background-color: #18183D; }
a { background-color: rgb(24,24,61); }
div.DivClassName
{
background-color: #18183D;
}
.BgClassName
{
background-color: #18183D;
}
</style>
border-color css
<style>
span { border-color: #18183D; }
span { border-color: rgb(24,24,61); }
td.TdClassName
{
border-color: #18183D;
}
.TagClassName
{
border-color: #18183D;
}
</style>