Shades of Midnight Express #151C2F
Tints of Midnight Express #151C2F
RGB
CMYK
RGB Variations
Color information
#151C2F (or 0x151C2F) is known color: Midnight Express. HEX triplet: 15, 1C and 2F. RGB value is (21,28,47). Sum of RGB (Red+Green+Blue) = 21+28+47=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #151C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C2F is #EAE3D0. Grayscale: #1B1B1B. Windows color (decimal): -15393745 or 3087381. OLE color: 3087381.
HSL color Cylindrical-coordinate representation of color #151C2F: hue angle of 223.85º 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 #151C2F is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 28 | 47 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.82 |
| HSL | 223.85º | 0.38% | 0.13% | - |
| HSV(B) | 223.85º | 0.55% | 0.18% | - |
| XYZ | 1.24 | 1.2 | 2.85 | - |
| YUV | 28.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 47 | 0.55 | 0.40 | 0 | 0.82 | 223.85 | 0.38 | 0.13 |
| Hex | 15 | 1C | 2F | 37 | 28 | 0 | 52 | E0 | 26 | D |
| Octal | 25 | 34 | 57 | 67 | 50 | 0 | 122 | 340 | 46 | 15 |
| Binary | 10101 | 11100 | 101111 | 110111 | 101000 | 0 | 1010010 | 11100000 | 100110 | 1101 |
Color Harmonies of #151C2F
Complementary color
Monochromatic Colors of #151C2F
Black with #151C2F
Text Example
Text Example
White with #151C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C2F; }
p { color: rgb(21,28,47); }
H1.HeaderClassName
{
color: #151C2F;
}
.AnyTagClassName
{
color: #151C2F;
}
</style>
background-color css
<style>
a { background-color: #151C2F; }
a { background-color: rgb(21,28,47); }
div.DivClassName
{
background-color: #151C2F;
}
.BgClassName
{
background-color: #151C2F;
}
</style>
border-color css
<style>
span { border-color: #151C2F; }
span { border-color: rgb(21,28,47); }
td.TdClassName
{
border-color: #151C2F;
}
.TagClassName
{
border-color: #151C2F;
}
</style>