Shades of Midnight Express #171C31
Tints of Midnight Express #171C31
RGB
CMYK
RGB Variations
Color information
#171C31 (or 0x171C31) is known color: Midnight Express. HEX triplet: 17, 1C and 31. RGB value is (23,28,49). Sum of RGB (Red+Green+Blue) = 23+28+49=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #171C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171C31 is #E8E3CE. Grayscale: #1C1C1C. Windows color (decimal): -15262671 or 3218455. OLE color: 3218455.
HSL color Cylindrical-coordinate representation of color #171C31: hue angle of 228.46º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #171C31 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 28 | 49 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.81 |
| HSL | 228.46º | 0.36% | 0.14% | - |
| HSV(B) | 228.46º | 0.53% | 0.19% | - |
| XYZ | 1.32 | 1.23 | 3.07 | - |
| YUV | 28.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 49 | 0.53 | 0.43 | 0 | 0.81 | 228.46 | 0.36 | 0.14 |
| Hex | 17 | 1C | 31 | 35 | 2B | 0 | 51 | E4 | 24 | E |
| Octal | 27 | 34 | 61 | 65 | 53 | 0 | 121 | 344 | 44 | 16 |
| Binary | 10111 | 11100 | 110001 | 110101 | 101011 | 0 | 1010001 | 11100100 | 100100 | 1110 |
Color Harmonies of #171C31
Complementary color
Monochromatic Colors of #171C31
Black with #171C31
Text Example
Text Example
White with #171C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C31; }
p { color: rgb(23,28,49); }
H1.HeaderClassName
{
color: #171C31;
}
.AnyTagClassName
{
color: #171C31;
}
</style>
background-color css
<style>
a { background-color: #171C31; }
a { background-color: rgb(23,28,49); }
div.DivClassName
{
background-color: #171C31;
}
.BgClassName
{
background-color: #171C31;
}
</style>
border-color css
<style>
span { border-color: #171C31; }
span { border-color: rgb(23,28,49); }
td.TdClassName
{
border-color: #171C31;
}
.TagClassName
{
border-color: #171C31;
}
</style>