Shades of Midnight Express #081331
Tints of Midnight Express #081331
RGB
CMYK
RGB Variations
Color information
#081331 (or 0x081331) is known color: Midnight Express. HEX triplet: 08, 13 and 31. RGB value is (8,19,49). Sum of RGB (Red+Green+Blue) = 8+19+49=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #081331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081331 is #F7ECCE. Grayscale: #131313. Windows color (decimal): -16248015 or 3216136. OLE color: 3216136.
HSL color Cylindrical-coordinate representation of color #081331: hue angle of 223.9º 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 #081331 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 19 | 49 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.81 |
| HSL | 223.9º | 0.72% | 0.11% | - |
| HSV(B) | 223.9º | 0.84% | 0.19% | - |
| XYZ | 0.89 | 0.74 | 3 | - |
| YUV | 19.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 49 | 0.84 | 0.61 | 0 | 0.81 | 223.9 | 0.72 | 0.11 |
| Hex | 8 | 13 | 31 | 54 | 3D | 0 | 51 | E0 | 48 | B |
| Octal | 10 | 23 | 61 | 124 | 75 | 0 | 121 | 340 | 110 | 13 |
| Binary | 1000 | 10011 | 110001 | 1010100 | 111101 | 0 | 1010001 | 11100000 | 1001000 | 1011 |
Color Harmonies of #081331
Complementary color
Monochromatic Colors of #081331
Black with #081331
Text Example
Text Example
White with #081331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081331; }
p { color: rgb(8,19,49); }
H1.HeaderClassName
{
color: #081331;
}
.AnyTagClassName
{
color: #081331;
}
</style>
background-color css
<style>
a { background-color: #081331; }
a { background-color: rgb(8,19,49); }
div.DivClassName
{
background-color: #081331;
}
.BgClassName
{
background-color: #081331;
}
</style>
border-color css
<style>
span { border-color: #081331; }
span { border-color: rgb(8,19,49); }
td.TdClassName
{
border-color: #081331;
}
.TagClassName
{
border-color: #081331;
}
</style>