Shades of Midnight Express #171F2F
Tints of Midnight Express #171F2F
RGB
CMYK
RGB Variations
Color information
#171F2F (or 0x171F2F) is known color: Midnight Express. HEX triplet: 17, 1F and 2F. RGB value is (23,31,47). Sum of RGB (Red+Green+Blue) = 23+31+47=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #171F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F2F is #E8E0D0. Grayscale: #1E1E1E. Windows color (decimal): -15261905 or 3088151. OLE color: 3088151.
HSL color Cylindrical-coordinate representation of color #171F2F: hue angle of 220º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #171F2F is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 31 | 47 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.82 |
| HSL | 220º | 0.34% | 0.14% | - |
| HSV(B) | 220º | 0.51% | 0.18% | - |
| XYZ | 1.36 | 1.37 | 2.88 | - |
| YUV | 30.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 47 | 0.51 | 0.34 | 0 | 0.82 | 220 | 0.34 | 0.14 |
| Hex | 17 | 1F | 2F | 33 | 22 | 0 | 52 | DC | 22 | E |
| Octal | 27 | 37 | 57 | 63 | 42 | 0 | 122 | 334 | 42 | 16 |
| Binary | 10111 | 11111 | 101111 | 110011 | 100010 | 0 | 1010010 | 11011100 | 100010 | 1110 |
Color Harmonies of #171F2F
Complementary color
Monochromatic Colors of #171F2F
Black with #171F2F
Text Example
Text Example
White with #171F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F2F; }
p { color: rgb(23,31,47); }
H1.HeaderClassName
{
color: #171F2F;
}
.AnyTagClassName
{
color: #171F2F;
}
</style>
background-color css
<style>
a { background-color: #171F2F; }
a { background-color: rgb(23,31,47); }
div.DivClassName
{
background-color: #171F2F;
}
.BgClassName
{
background-color: #171F2F;
}
</style>
border-color css
<style>
span { border-color: #171F2F; }
span { border-color: rgb(23,31,47); }
td.TdClassName
{
border-color: #171F2F;
}
.TagClassName
{
border-color: #171F2F;
}
</style>