Shades of Midnight Express #121931
Tints of Midnight Express #121931
RGB
CMYK
RGB Variations
Color information
#121931 (or 0x121931) is known color: Midnight Express. HEX triplet: 12, 19 and 31. RGB value is (18,25,49). Sum of RGB (Red+Green+Blue) = 18+25+49=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #121931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121931 is #EDE6CE. Grayscale: #191919. Windows color (decimal): -15591119 or 3217682. OLE color: 3217682.
HSL color Cylindrical-coordinate representation of color #121931: hue angle of 226.45º 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 #121931 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 25 | 49 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.81 |
| HSL | 226.45º | 0.46% | 0.13% | - |
| HSV(B) | 226.45º | 0.63% | 0.19% | - |
| XYZ | 1.15 | 1.05 | 3.05 | - |
| YUV | 25.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 49 | 0.63 | 0.49 | 0 | 0.81 | 226.45 | 0.46 | 0.13 |
| Hex | 12 | 19 | 31 | 3F | 31 | 0 | 51 | E2 | 2E | D |
| Octal | 22 | 31 | 61 | 77 | 61 | 0 | 121 | 342 | 56 | 15 |
| Binary | 10010 | 11001 | 110001 | 111111 | 110001 | 0 | 1010001 | 11100010 | 101110 | 1101 |
Color Harmonies of #121931
Complementary color
Monochromatic Colors of #121931
Black with #121931
Text Example
Text Example
White with #121931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121931; }
p { color: rgb(18,25,49); }
H1.HeaderClassName
{
color: #121931;
}
.AnyTagClassName
{
color: #121931;
}
</style>
background-color css
<style>
a { background-color: #121931; }
a { background-color: rgb(18,25,49); }
div.DivClassName
{
background-color: #121931;
}
.BgClassName
{
background-color: #121931;
}
</style>
border-color css
<style>
span { border-color: #121931; }
span { border-color: rgb(18,25,49); }
td.TdClassName
{
border-color: #121931;
}
.TagClassName
{
border-color: #121931;
}
</style>