Shades of Midnight Express #151F2F
Tints of Midnight Express #151F2F
RGB
CMYK
RGB Variations
Color information
#151F2F (or 0x151F2F) is known color: Midnight Express. HEX triplet: 15, 1F and 2F. RGB value is (21,31,47). Sum of RGB (Red+Green+Blue) = 21+31+47=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #151F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F2F is #EAE0D0. Grayscale: #1D1D1D. Windows color (decimal): -15392977 or 3088149. OLE color: 3088149.
HSL color Cylindrical-coordinate representation of color #151F2F: hue angle of 216.92º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #151F2F is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 31 | 47 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.82 |
| HSL | 216.92º | 0.38% | 0.13% | - |
| HSV(B) | 216.92º | 0.55% | 0.18% | - |
| XYZ | 1.31 | 1.34 | 2.88 | - |
| YUV | 29.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 47 | 0.55 | 0.34 | 0 | 0.82 | 216.92 | 0.38 | 0.13 |
| Hex | 15 | 1F | 2F | 37 | 22 | 0 | 52 | D9 | 26 | D |
| Octal | 25 | 37 | 57 | 67 | 42 | 0 | 122 | 331 | 46 | 15 |
| Binary | 10101 | 11111 | 101111 | 110111 | 100010 | 0 | 1010010 | 11011001 | 100110 | 1101 |
Color Harmonies of #151F2F
Complementary color
Monochromatic Colors of #151F2F
Black with #151F2F
Text Example
Text Example
White with #151F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F2F; }
p { color: rgb(21,31,47); }
H1.HeaderClassName
{
color: #151F2F;
}
.AnyTagClassName
{
color: #151F2F;
}
</style>
background-color css
<style>
a { background-color: #151F2F; }
a { background-color: rgb(21,31,47); }
div.DivClassName
{
background-color: #151F2F;
}
.BgClassName
{
background-color: #151F2F;
}
</style>
border-color css
<style>
span { border-color: #151F2F; }
span { border-color: rgb(21,31,47); }
td.TdClassName
{
border-color: #151F2F;
}
.TagClassName
{
border-color: #151F2F;
}
</style>