Shades of Midnight Express #17202F
Tints of Midnight Express #17202F
RGB
CMYK
RGB Variations
Color information
#17202F (or 0x17202F) is known color: Midnight Express. HEX triplet: 17, 20 and 2F. RGB value is (23,32,47). Sum of RGB (Red+Green+Blue) = 23+32+47=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #17202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17202F is #E8DFD0. Grayscale: #1E1E1E. Windows color (decimal): -15261649 or 3088407. OLE color: 3088407.
HSL color Cylindrical-coordinate representation of color #17202F: hue angle of 217.5º 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 #17202F is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 32 | 47 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.82 |
| HSL | 217.5º | 0.34% | 0.14% | - |
| HSV(B) | 217.5º | 0.51% | 0.18% | - |
| XYZ | 1.38 | 1.42 | 2.89 | - |
| YUV | 31.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 47 | 0.51 | 0.32 | 0 | 0.82 | 217.5 | 0.34 | 0.14 |
| Hex | 17 | 20 | 2F | 33 | 20 | 0 | 52 | DA | 22 | E |
| Octal | 27 | 40 | 57 | 63 | 40 | 0 | 122 | 332 | 42 | 16 |
| Binary | 10111 | 100000 | 101111 | 110011 | 100000 | 0 | 1010010 | 11011010 | 100010 | 1110 |
Color Harmonies of #17202F
Complementary color
Monochromatic Colors of #17202F
Black with #17202F
Text Example
Text Example
White with #17202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17202F; }
p { color: rgb(23,32,47); }
H1.HeaderClassName
{
color: #17202F;
}
.AnyTagClassName
{
color: #17202F;
}
</style>
background-color css
<style>
a { background-color: #17202F; }
a { background-color: rgb(23,32,47); }
div.DivClassName
{
background-color: #17202F;
}
.BgClassName
{
background-color: #17202F;
}
</style>
border-color css
<style>
span { border-color: #17202F; }
span { border-color: rgb(23,32,47); }
td.TdClassName
{
border-color: #17202F;
}
.TagClassName
{
border-color: #17202F;
}
</style>