Shades of Midnight Express #151D2F
Tints of Midnight Express #151D2F
RGB
CMYK
RGB Variations
Color information
#151D2F (or 0x151D2F) is known color: Midnight Express. HEX triplet: 15, 1D and 2F. RGB value is (21,29,47). Sum of RGB (Red+Green+Blue) = 21+29+47=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #151D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D2F is #EAE2D0. Grayscale: #1C1C1C. Windows color (decimal): -15393489 or 3087637. OLE color: 3087637.
HSL color Cylindrical-coordinate representation of color #151D2F: hue angle of 221.54º 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 #151D2F is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 29 | 47 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.82 |
| HSL | 221.54º | 0.38% | 0.13% | - |
| HSV(B) | 221.54º | 0.55% | 0.18% | - |
| XYZ | 1.26 | 1.24 | 2.86 | - |
| YUV | 28.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 47 | 0.55 | 0.38 | 0 | 0.82 | 221.54 | 0.38 | 0.13 |
| Hex | 15 | 1D | 2F | 37 | 26 | 0 | 52 | DE | 26 | D |
| Octal | 25 | 35 | 57 | 67 | 46 | 0 | 122 | 336 | 46 | 15 |
| Binary | 10101 | 11101 | 101111 | 110111 | 100110 | 0 | 1010010 | 11011110 | 100110 | 1101 |
Color Harmonies of #151D2F
Complementary color
Monochromatic Colors of #151D2F
Black with #151D2F
Text Example
Text Example
White with #151D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D2F; }
p { color: rgb(21,29,47); }
H1.HeaderClassName
{
color: #151D2F;
}
.AnyTagClassName
{
color: #151D2F;
}
</style>
background-color css
<style>
a { background-color: #151D2F; }
a { background-color: rgb(21,29,47); }
div.DivClassName
{
background-color: #151D2F;
}
.BgClassName
{
background-color: #151D2F;
}
</style>
border-color css
<style>
span { border-color: #151D2F; }
span { border-color: rgb(21,29,47); }
td.TdClassName
{
border-color: #151D2F;
}
.TagClassName
{
border-color: #151D2F;
}
</style>