Shades of Midnight Express #131F31
Tints of Midnight Express #131F31
RGB
CMYK
RGB Variations
Color information
#131F31 (or 0x131F31) is known color: Midnight Express. HEX triplet: 13, 1F and 31. RGB value is (19,31,49). Sum of RGB (Red+Green+Blue) = 19+31+49=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #131F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F31 is #ECE0CE. Grayscale: #1D1D1D. Windows color (decimal): -15524047 or 3219219. OLE color: 3219219.
HSL color Cylindrical-coordinate representation of color #131F31: hue angle of 216º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131F31 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 31 | 49 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.81 |
| HSL | 216º | 0.44% | 0.13% | - |
| HSV(B) | 216º | 0.61% | 0.19% | - |
| XYZ | 1.31 | 1.34 | 3.1 | - |
| YUV | 29.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 49 | 0.61 | 0.37 | 0 | 0.81 | 216 | 0.44 | 0.13 |
| Hex | 13 | 1F | 31 | 3D | 25 | 0 | 51 | D8 | 2C | D |
| Octal | 23 | 37 | 61 | 75 | 45 | 0 | 121 | 330 | 54 | 15 |
| Binary | 10011 | 11111 | 110001 | 111101 | 100101 | 0 | 1010001 | 11011000 | 101100 | 1101 |
Color Harmonies of #131F31
Complementary color
Monochromatic Colors of #131F31
Black with #131F31
Text Example
Text Example
White with #131F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F31; }
p { color: rgb(19,31,49); }
H1.HeaderClassName
{
color: #131F31;
}
.AnyTagClassName
{
color: #131F31;
}
</style>
background-color css
<style>
a { background-color: #131F31; }
a { background-color: rgb(19,31,49); }
div.DivClassName
{
background-color: #131F31;
}
.BgClassName
{
background-color: #131F31;
}
</style>
border-color css
<style>
span { border-color: #131F31; }
span { border-color: rgb(19,31,49); }
td.TdClassName
{
border-color: #131F31;
}
.TagClassName
{
border-color: #131F31;
}
</style>