Shades of Midnight Express #121E31
Tints of Midnight Express #121E31
RGB
CMYK
RGB Variations
Color information
#121E31 (or 0x121E31) is known color: Midnight Express. HEX triplet: 12, 1E and 31. RGB value is (18,30,49). Sum of RGB (Red+Green+Blue) = 18+30+49=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #121E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E31 is #EDE1CE. Grayscale: #1C1C1C. Windows color (decimal): -15589839 or 3218962. OLE color: 3218962.
HSL color Cylindrical-coordinate representation of color #121E31: hue angle of 216.77º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121E31 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 30 | 49 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.81 |
| HSL | 216.77º | 0.46% | 0.13% | - |
| HSV(B) | 216.77º | 0.63% | 0.19% | - |
| XYZ | 1.27 | 1.28 | 3.09 | - |
| YUV | 28.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 49 | 0.63 | 0.39 | 0 | 0.81 | 216.77 | 0.46 | 0.13 |
| Hex | 12 | 1E | 31 | 3F | 27 | 0 | 51 | D9 | 2E | D |
| Octal | 22 | 36 | 61 | 77 | 47 | 0 | 121 | 331 | 56 | 15 |
| Binary | 10010 | 11110 | 110001 | 111111 | 100111 | 0 | 1010001 | 11011001 | 101110 | 1101 |
Color Harmonies of #121E31
Complementary color
Monochromatic Colors of #121E31
Black with #121E31
Text Example
Text Example
White with #121E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E31; }
p { color: rgb(18,30,49); }
H1.HeaderClassName
{
color: #121E31;
}
.AnyTagClassName
{
color: #121E31;
}
</style>
background-color css
<style>
a { background-color: #121E31; }
a { background-color: rgb(18,30,49); }
div.DivClassName
{
background-color: #121E31;
}
.BgClassName
{
background-color: #121E31;
}
</style>
border-color css
<style>
span { border-color: #121E31; }
span { border-color: rgb(18,30,49); }
td.TdClassName
{
border-color: #121E31;
}
.TagClassName
{
border-color: #121E31;
}
</style>