Shades of Midnight Express #131831
Tints of Midnight Express #131831
RGB
CMYK
RGB Variations
Color information
#131831 (or 0x131831) is known color: Midnight Express. HEX triplet: 13, 18 and 31. RGB value is (19,24,49). Sum of RGB (Red+Green+Blue) = 19+24+49=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 24 (9.77% from 255 or 26.09% 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 #131831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131831 is #ECE7CE. Grayscale: #191919. Windows color (decimal): -15525839 or 3217427. OLE color: 3217427.
HSL color Cylindrical-coordinate representation of color #131831: hue angle of 230º 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 #131831 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 24 | 49 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.81 |
| HSL | 230º | 0.44% | 0.13% | - |
| HSV(B) | 230º | 0.61% | 0.19% | - |
| XYZ | 1.15 | 1.01 | 3.04 | - |
| YUV | 25.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 49 | 0.61 | 0.51 | 0 | 0.81 | 230 | 0.44 | 0.13 |
| Hex | 13 | 18 | 31 | 3D | 33 | 0 | 51 | E6 | 2C | D |
| Octal | 23 | 30 | 61 | 75 | 63 | 0 | 121 | 346 | 54 | 15 |
| Binary | 10011 | 11000 | 110001 | 111101 | 110011 | 0 | 1010001 | 11100110 | 101100 | 1101 |
Color Harmonies of #131831
Complementary color
Monochromatic Colors of #131831
Black with #131831
Text Example
Text Example
White with #131831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131831; }
p { color: rgb(19,24,49); }
H1.HeaderClassName
{
color: #131831;
}
.AnyTagClassName
{
color: #131831;
}
</style>
background-color css
<style>
a { background-color: #131831; }
a { background-color: rgb(19,24,49); }
div.DivClassName
{
background-color: #131831;
}
.BgClassName
{
background-color: #131831;
}
</style>
border-color css
<style>
span { border-color: #131831; }
span { border-color: rgb(19,24,49); }
td.TdClassName
{
border-color: #131831;
}
.TagClassName
{
border-color: #131831;
}
</style>