Shades of Midnight Express #000731
Tints of Midnight Express #000731
RGB
CMYK
RGB Variations
Color information
#000731 (or 0x000731) is known color: Midnight Express. HEX triplet: 00, 07 and 31. RGB value is (0,7,49). Sum of RGB (Red+Green+Blue) = 0+7+49=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 49 (19.53% from 255 or 87.5% from 56); Max value from RGB is 49 - color contains mainly: blue. Hex color #000731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000731 is #FFF8CE. Grayscale: #090909. Windows color (decimal): -16775375 or 3213056. OLE color: 3213056.
HSL color Cylindrical-coordinate representation of color #000731: hue angle of 231.43º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000731 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 7 | 49 | - |
| CMYK | 1 | 0.86 | 0 | 0.81 |
| HSL | 231.43º | 1% | 0.1% | - |
| HSV(B) | 231.43º | 1% | 0.19% | - |
| XYZ | 0.63 | 0.37 | 2.94 | - |
| YUV | 9.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 49 | 1 | 0.86 | 0 | 0.81 | 231.43 | 1 | 0.1 |
| Hex | 0 | 7 | 31 | 64 | 56 | 0 | 51 | E7 | 64 | A |
| Octal | 0 | 7 | 61 | 144 | 126 | 0 | 121 | 347 | 144 | 12 |
| Binary | 0 | 111 | 110001 | 1100100 | 1010110 | 0 | 1010001 | 11100111 | 1100100 | 1010 |
Color Harmonies of #000731
Complementary color
Monochromatic Colors of #000731
Black with #000731
Text Example
Text Example
White with #000731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000731; }
p { color: rgb(0,7,49); }
H1.HeaderClassName
{
color: #000731;
}
.AnyTagClassName
{
color: #000731;
}
</style>
background-color css
<style>
a { background-color: #000731; }
a { background-color: rgb(0,7,49); }
div.DivClassName
{
background-color: #000731;
}
.BgClassName
{
background-color: #000731;
}
</style>
border-color css
<style>
span { border-color: #000731; }
span { border-color: rgb(0,7,49); }
td.TdClassName
{
border-color: #000731;
}
.TagClassName
{
border-color: #000731;
}
</style>