Shades of Midnight Express #081631
Tints of Midnight Express #081631
RGB
CMYK
RGB Variations
Color information
#081631 (or 0x081631) is known color: Midnight Express. HEX triplet: 08, 16 and 31. RGB value is (8,22,49). Sum of RGB (Red+Green+Blue) = 8+22+49=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #081631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081631 is #F7E9CE. Grayscale: #141414. Windows color (decimal): -16247247 or 3216904. OLE color: 3216904.
HSL color Cylindrical-coordinate representation of color #081631: hue angle of 219.51º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081631 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 22 | 49 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.81 |
| HSL | 219.51º | 0.72% | 0.11% | - |
| HSV(B) | 219.51º | 0.84% | 0.19% | - |
| XYZ | 0.94 | 0.85 | 3.02 | - |
| YUV | 20.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 49 | 0.84 | 0.55 | 0 | 0.81 | 219.51 | 0.72 | 0.11 |
| Hex | 8 | 16 | 31 | 54 | 37 | 0 | 51 | DC | 48 | B |
| Octal | 10 | 26 | 61 | 124 | 67 | 0 | 121 | 334 | 110 | 13 |
| Binary | 1000 | 10110 | 110001 | 1010100 | 110111 | 0 | 1010001 | 11011100 | 1001000 | 1011 |
Color Harmonies of #081631
Complementary color
Monochromatic Colors of #081631
Black with #081631
Text Example
Text Example
White with #081631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081631; }
p { color: rgb(8,22,49); }
H1.HeaderClassName
{
color: #081631;
}
.AnyTagClassName
{
color: #081631;
}
</style>
background-color css
<style>
a { background-color: #081631; }
a { background-color: rgb(8,22,49); }
div.DivClassName
{
background-color: #081631;
}
.BgClassName
{
background-color: #081631;
}
</style>
border-color css
<style>
span { border-color: #081631; }
span { border-color: rgb(8,22,49); }
td.TdClassName
{
border-color: #081631;
}
.TagClassName
{
border-color: #081631;
}
</style>