Shades of Midnight Express #151D31
Tints of Midnight Express #151D31
RGB
CMYK
RGB Variations
Color information
#151D31 (or 0x151D31) is known color: Midnight Express. HEX triplet: 15, 1D and 31. RGB value is (21,29,49). Sum of RGB (Red+Green+Blue) = 21+29+49=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #151D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D31 is #EAE2CE. Grayscale: #1C1C1C. Windows color (decimal): -15393487 or 3218709. OLE color: 3218709.
HSL color Cylindrical-coordinate representation of color #151D31: hue angle of 222.86º 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 #151D31 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 29 | 49 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.81 |
| HSL | 222.86º | 0.4% | 0.14% | - |
| HSV(B) | 222.86º | 0.57% | 0.19% | - |
| XYZ | 1.3 | 1.26 | 3.08 | - |
| YUV | 28.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 49 | 0.57 | 0.41 | 0 | 0.81 | 222.86 | 0.4 | 0.14 |
| Hex | 15 | 1D | 31 | 39 | 29 | 0 | 51 | DF | 28 | E |
| Octal | 25 | 35 | 61 | 71 | 51 | 0 | 121 | 337 | 50 | 16 |
| Binary | 10101 | 11101 | 110001 | 111001 | 101001 | 0 | 1010001 | 11011111 | 101000 | 1110 |
Color Harmonies of #151D31
Complementary color
Monochromatic Colors of #151D31
Black with #151D31
Text Example
Text Example
White with #151D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D31; }
p { color: rgb(21,29,49); }
H1.HeaderClassName
{
color: #151D31;
}
.AnyTagClassName
{
color: #151D31;
}
</style>
background-color css
<style>
a { background-color: #151D31; }
a { background-color: rgb(21,29,49); }
div.DivClassName
{
background-color: #151D31;
}
.BgClassName
{
background-color: #151D31;
}
</style>
border-color css
<style>
span { border-color: #151D31; }
span { border-color: rgb(21,29,49); }
td.TdClassName
{
border-color: #151D31;
}
.TagClassName
{
border-color: #151D31;
}
</style>