Shades of Midnight Express #171F32
Tints of Midnight Express #171F32
RGB
CMYK
RGB Variations
Color information
#171F32 (or 0x171F32) is known color: Midnight Express. HEX triplet: 17, 1F and 32. RGB value is (23,31,50). Sum of RGB (Red+Green+Blue) = 23+31+50=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #171F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F32 is #E8E0CD. Grayscale: #1E1E1E. Windows color (decimal): -15261902 or 3284759. OLE color: 3284759.
HSL color Cylindrical-coordinate representation of color #171F32: hue angle of 222.22º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #171F32 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 31 | 50 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.80 |
| HSL | 222.22º | 0.37% | 0.14% | - |
| HSV(B) | 222.22º | 0.54% | 0.2% | - |
| XYZ | 1.42 | 1.39 | 3.21 | - |
| YUV | 30.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 50 | 0.54 | 0.38 | 0 | 0.80 | 222.22 | 0.37 | 0.14 |
| Hex | 17 | 1F | 32 | 36 | 26 | 0 | 50 | DE | 25 | E |
| Octal | 27 | 37 | 62 | 66 | 46 | 0 | 120 | 336 | 45 | 16 |
| Binary | 10111 | 11111 | 110010 | 110110 | 100110 | 0 | 1010000 | 11011110 | 100101 | 1110 |
Color Harmonies of #171F32
Complementary color
Monochromatic Colors of #171F32
Black with #171F32
Text Example
Text Example
White with #171F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F32; }
p { color: rgb(23,31,50); }
H1.HeaderClassName
{
color: #171F32;
}
.AnyTagClassName
{
color: #171F32;
}
</style>
background-color css
<style>
a { background-color: #171F32; }
a { background-color: rgb(23,31,50); }
div.DivClassName
{
background-color: #171F32;
}
.BgClassName
{
background-color: #171F32;
}
</style>
border-color css
<style>
span { border-color: #171F32; }
span { border-color: rgb(23,31,50); }
td.TdClassName
{
border-color: #171F32;
}
.TagClassName
{
border-color: #171F32;
}
</style>