Shades of Midnight Express #151F31
Tints of Midnight Express #151F31
RGB
CMYK
RGB Variations
Color information
#151F31 (or 0x151F31) is known color: Midnight Express. HEX triplet: 15, 1F and 31. RGB value is (21,31,49). Sum of RGB (Red+Green+Blue) = 21+31+49=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #151F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F31 is #EAE0CE. Grayscale: #1D1D1D. Windows color (decimal): -15392975 or 3219221. OLE color: 3219221.
HSL color Cylindrical-coordinate representation of color #151F31: hue angle of 218.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #151F31 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 31 | 49 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.81 |
| HSL | 218.57º | 0.4% | 0.14% | - |
| HSV(B) | 218.57º | 0.57% | 0.19% | - |
| XYZ | 1.35 | 1.36 | 3.1 | - |
| YUV | 30.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 49 | 0.57 | 0.37 | 0 | 0.81 | 218.57 | 0.4 | 0.14 |
| Hex | 15 | 1F | 31 | 39 | 25 | 0 | 51 | DB | 28 | E |
| Octal | 25 | 37 | 61 | 71 | 45 | 0 | 121 | 333 | 50 | 16 |
| Binary | 10101 | 11111 | 110001 | 111001 | 100101 | 0 | 1010001 | 11011011 | 101000 | 1110 |
Color Harmonies of #151F31
Complementary color
Monochromatic Colors of #151F31
Black with #151F31
Text Example
Text Example
White with #151F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F31; }
p { color: rgb(21,31,49); }
H1.HeaderClassName
{
color: #151F31;
}
.AnyTagClassName
{
color: #151F31;
}
</style>
background-color css
<style>
a { background-color: #151F31; }
a { background-color: rgb(21,31,49); }
div.DivClassName
{
background-color: #151F31;
}
.BgClassName
{
background-color: #151F31;
}
</style>
border-color css
<style>
span { border-color: #151F31; }
span { border-color: rgb(21,31,49); }
td.TdClassName
{
border-color: #151F31;
}
.TagClassName
{
border-color: #151F31;
}
</style>