Shades of Midnight Express #081531
Tints of Midnight Express #081531
RGB
CMYK
RGB Variations
Color information
#081531 (or 0x081531) is known color: Midnight Express. HEX triplet: 08, 15 and 31. RGB value is (8,21,49). Sum of RGB (Red+Green+Blue) = 8+21+49=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #081531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081531 is #F7EACE. Grayscale: #141414. Windows color (decimal): -16247503 or 3216648. OLE color: 3216648.
HSL color Cylindrical-coordinate representation of color #081531: hue angle of 220.98º 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 #081531 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 21 | 49 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.81 |
| HSL | 220.98º | 0.72% | 0.11% | - |
| HSV(B) | 220.98º | 0.84% | 0.19% | - |
| XYZ | 0.92 | 0.81 | 3.01 | - |
| YUV | 20.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 49 | 0.84 | 0.57 | 0 | 0.81 | 220.98 | 0.72 | 0.11 |
| Hex | 8 | 15 | 31 | 54 | 39 | 0 | 51 | DD | 48 | B |
| Octal | 10 | 25 | 61 | 124 | 71 | 0 | 121 | 335 | 110 | 13 |
| Binary | 1000 | 10101 | 110001 | 1010100 | 111001 | 0 | 1010001 | 11011101 | 1001000 | 1011 |
Color Harmonies of #081531
Complementary color
Monochromatic Colors of #081531
Black with #081531
Text Example
Text Example
White with #081531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081531; }
p { color: rgb(8,21,49); }
H1.HeaderClassName
{
color: #081531;
}
.AnyTagClassName
{
color: #081531;
}
</style>
background-color css
<style>
a { background-color: #081531; }
a { background-color: rgb(8,21,49); }
div.DivClassName
{
background-color: #081531;
}
.BgClassName
{
background-color: #081531;
}
</style>
border-color css
<style>
span { border-color: #081531; }
span { border-color: rgb(8,21,49); }
td.TdClassName
{
border-color: #081531;
}
.TagClassName
{
border-color: #081531;
}
</style>