Shades of Midnight #18273D
Tints of Midnight #18273D
RGB
CMYK
RGB Variations
Color information
#18273D (or 0x18273D) is known color: Midnight. HEX triplet: 18, 27 and 3D. RGB value is (24,39,61). Sum of RGB (Red+Green+Blue) = 24+39+61=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #18273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18273D is #E7D8C2. Grayscale: #242424. Windows color (decimal): -15194307 or 4007704. OLE color: 4007704.
HSL color Cylindrical-coordinate representation of color #18273D: hue angle of 215.68º 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 #18273D is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 39 | 61 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.76 |
| HSL | 215.68º | 0.44% | 0.17% | - |
| HSV(B) | 215.68º | 0.61% | 0.24% | - |
| XYZ | 1.94 | 1.98 | 4.69 | - |
| YUV | 37.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 61 | 0.61 | 0.36 | 0 | 0.76 | 215.68 | 0.44 | 0.17 |
| Hex | 18 | 27 | 3D | 3D | 24 | 0 | 4C | D8 | 2C | 11 |
| Octal | 30 | 47 | 75 | 75 | 44 | 0 | 114 | 330 | 54 | 21 |
| Binary | 11000 | 100111 | 111101 | 111101 | 100100 | 0 | 1001100 | 11011000 | 101100 | 10001 |
Color Harmonies of #18273D
Complementary color
Monochromatic Colors of #18273D
Black with #18273D
Text Example
Text Example
White with #18273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18273D; }
p { color: rgb(24,39,61); }
H1.HeaderClassName
{
color: #18273D;
}
.AnyTagClassName
{
color: #18273D;
}
</style>
background-color css
<style>
a { background-color: #18273D; }
a { background-color: rgb(24,39,61); }
div.DivClassName
{
background-color: #18273D;
}
.BgClassName
{
background-color: #18273D;
}
</style>
border-color css
<style>
span { border-color: #18273D; }
span { border-color: rgb(24,39,61); }
td.TdClassName
{
border-color: #18273D;
}
.TagClassName
{
border-color: #18273D;
}
</style>