Shades of Midnight Express #171D2F
Tints of Midnight Express #171D2F
RGB
CMYK
RGB Variations
Color information
#171D2F (or 0x171D2F) is known color: Midnight Express. HEX triplet: 17, 1D and 2F. RGB value is (23,29,47). Sum of RGB (Red+Green+Blue) = 23+29+47=99 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23.23% from 99); Green value is 29 (11.72% from 255 or 29.29% 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 #171D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171D2F is #E8E2D0. Grayscale: #1D1D1D. Windows color (decimal): -15262417 or 3087639. OLE color: 3087639.
HSL color Cylindrical-coordinate representation of color #171D2F: hue angle of 225º 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 #171D2F is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 29 | 47 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.82 |
| HSL | 225º | 0.34% | 0.14% | - |
| HSV(B) | 225º | 0.51% | 0.18% | - |
| XYZ | 1.31 | 1.27 | 2.86 | - |
| YUV | 29.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 47 | 0.51 | 0.38 | 0 | 0.82 | 225 | 0.34 | 0.14 |
| Hex | 17 | 1D | 2F | 33 | 26 | 0 | 52 | E1 | 22 | E |
| Octal | 27 | 35 | 57 | 63 | 46 | 0 | 122 | 341 | 42 | 16 |
| Binary | 10111 | 11101 | 101111 | 110011 | 100110 | 0 | 1010010 | 11100001 | 100010 | 1110 |
Color Harmonies of #171D2F
Complementary color
Monochromatic Colors of #171D2F
Black with #171D2F
Text Example
Text Example
White with #171D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D2F; }
p { color: rgb(23,29,47); }
H1.HeaderClassName
{
color: #171D2F;
}
.AnyTagClassName
{
color: #171D2F;
}
</style>
background-color css
<style>
a { background-color: #171D2F; }
a { background-color: rgb(23,29,47); }
div.DivClassName
{
background-color: #171D2F;
}
.BgClassName
{
background-color: #171D2F;
}
</style>
border-color css
<style>
span { border-color: #171D2F; }
span { border-color: rgb(23,29,47); }
td.TdClassName
{
border-color: #171D2F;
}
.TagClassName
{
border-color: #171D2F;
}
</style>