Shades of Midnight Express #121731
Tints of Midnight Express #121731
RGB
CMYK
RGB Variations
Color information
#121731 (or 0x121731) is known color: Midnight Express. HEX triplet: 12, 17 and 31. RGB value is (18,23,49). Sum of RGB (Red+Green+Blue) = 18+23+49=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #121731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121731 is #EDE8CE. Grayscale: #181818. Windows color (decimal): -15591631 or 3217170. OLE color: 3217170.
HSL color Cylindrical-coordinate representation of color #121731: hue angle of 230.32º 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 #121731 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 23 | 49 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.81 |
| HSL | 230.32º | 0.46% | 0.13% | - |
| HSV(B) | 230.32º | 0.63% | 0.19% | - |
| XYZ | 1.11 | 0.96 | 3.03 | - |
| YUV | 24.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 49 | 0.63 | 0.53 | 0 | 0.81 | 230.32 | 0.46 | 0.13 |
| Hex | 12 | 17 | 31 | 3F | 35 | 0 | 51 | E6 | 2E | D |
| Octal | 22 | 27 | 61 | 77 | 65 | 0 | 121 | 346 | 56 | 15 |
| Binary | 10010 | 10111 | 110001 | 111111 | 110101 | 0 | 1010001 | 11100110 | 101110 | 1101 |
Color Harmonies of #121731
Complementary color
Monochromatic Colors of #121731
Black with #121731
Text Example
Text Example
White with #121731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121731; }
p { color: rgb(18,23,49); }
H1.HeaderClassName
{
color: #121731;
}
.AnyTagClassName
{
color: #121731;
}
</style>
background-color css
<style>
a { background-color: #121731; }
a { background-color: rgb(18,23,49); }
div.DivClassName
{
background-color: #121731;
}
.BgClassName
{
background-color: #121731;
}
</style>
border-color css
<style>
span { border-color: #121731; }
span { border-color: rgb(18,23,49); }
td.TdClassName
{
border-color: #121731;
}
.TagClassName
{
border-color: #121731;
}
</style>