Shades of Midnight Express #171F30
Tints of Midnight Express #171F30
RGB
CMYK
RGB Variations
Color information
#171F30 (or 0x171F30) is known color: Midnight Express. HEX triplet: 17, 1F and 30. RGB value is (23,31,48). Sum of RGB (Red+Green+Blue) = 23+31+48=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #171F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F30 is #E8E0CF. Grayscale: #1E1E1E. Windows color (decimal): -15261904 or 3153687. OLE color: 3153687.
HSL color Cylindrical-coordinate representation of color #171F30: hue angle of 220.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #171F30 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 31 | 48 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.81 |
| HSL | 220.8º | 0.35% | 0.14% | - |
| HSV(B) | 220.8º | 0.52% | 0.19% | - |
| XYZ | 1.38 | 1.38 | 2.99 | - |
| YUV | 30.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 48 | 0.52 | 0.35 | 0 | 0.81 | 220.8 | 0.35 | 0.14 |
| Hex | 17 | 1F | 30 | 34 | 23 | 0 | 51 | DD | 23 | E |
| Octal | 27 | 37 | 60 | 64 | 43 | 0 | 121 | 335 | 43 | 16 |
| Binary | 10111 | 11111 | 110000 | 110100 | 100011 | 0 | 1010001 | 11011101 | 100011 | 1110 |
Color Harmonies of #171F30
Complementary color
Monochromatic Colors of #171F30
Black with #171F30
Text Example
Text Example
White with #171F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F30; }
p { color: rgb(23,31,48); }
H1.HeaderClassName
{
color: #171F30;
}
.AnyTagClassName
{
color: #171F30;
}
</style>
background-color css
<style>
a { background-color: #171F30; }
a { background-color: rgb(23,31,48); }
div.DivClassName
{
background-color: #171F30;
}
.BgClassName
{
background-color: #171F30;
}
</style>
border-color css
<style>
span { border-color: #171F30; }
span { border-color: rgb(23,31,48); }
td.TdClassName
{
border-color: #171F30;
}
.TagClassName
{
border-color: #171F30;
}
</style>