Shades of Midnight #18283F
Tints of Midnight #18283F
RGB
CMYK
RGB Variations
Color information
#18283F (or 0x18283F) is known color: Midnight. HEX triplet: 18, 28 and 3F. RGB value is (24,40,63). Sum of RGB (Red+Green+Blue) = 24+40+63=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #18283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18283F is #E7D7C0. Grayscale: #252525. Windows color (decimal): -15194049 or 4139032. OLE color: 4139032.
HSL color Cylindrical-coordinate representation of color #18283F: hue angle of 215.38º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18283F is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 40 | 63 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.75 |
| HSL | 215.38º | 0.45% | 0.17% | - |
| HSV(B) | 215.38º | 0.62% | 0.25% | - |
| XYZ | 2.03 | 2.07 | 5 | - |
| YUV | 37.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 63 | 0.62 | 0.37 | 0 | 0.75 | 215.38 | 0.45 | 0.17 |
| Hex | 18 | 28 | 3F | 3E | 25 | 0 | 4B | D7 | 2D | 11 |
| Octal | 30 | 50 | 77 | 76 | 45 | 0 | 113 | 327 | 55 | 21 |
| Binary | 11000 | 101000 | 111111 | 111110 | 100101 | 0 | 1001011 | 11010111 | 101101 | 10001 |
Color Harmonies of #18283F
Complementary color
Monochromatic Colors of #18283F
Black with #18283F
Text Example
Text Example
White with #18283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18283F; }
p { color: rgb(24,40,63); }
H1.HeaderClassName
{
color: #18283F;
}
.AnyTagClassName
{
color: #18283F;
}
</style>
background-color css
<style>
a { background-color: #18283F; }
a { background-color: rgb(24,40,63); }
div.DivClassName
{
background-color: #18283F;
}
.BgClassName
{
background-color: #18283F;
}
</style>
border-color css
<style>
span { border-color: #18283F; }
span { border-color: rgb(24,40,63); }
td.TdClassName
{
border-color: #18283F;
}
.TagClassName
{
border-color: #18283F;
}
</style>