Shades of Midnight Express #171E2D
Tints of Midnight Express #171E2D
RGB
CMYK
RGB Variations
Color information
#171E2D (or 0x171E2D) is known color: Midnight Express. HEX triplet: 17, 1E and 2D. RGB value is (23,30,45). Sum of RGB (Red+Green+Blue) = 23+30+45=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #171E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171E2D is #E8E1D2. Grayscale: #1D1D1D. Windows color (decimal): -15262163 or 2956823. OLE color: 2956823.
HSL color Cylindrical-coordinate representation of color #171E2D: hue angle of 220.91º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #171E2D is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 23 | 30 | 45 | - |
CMYK | 0.49 | 0.33 | 0 | 0.82 |
HSL | 220.91º | 0.32% | 0.13% | - |
HSV(B) | 220.91º | 0.49% | 0.18% | - |
XYZ | 1.29 | 1.3 | 2.67 | - |
YUV | 29.62 | 136.68 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 23 | 30 | 45 | 0.49 | 0.33 | 0 | 0.82 | 220.91 | 0.32 | 0.13 |
Hex | 17 | 1E | 2D | 31 | 21 | 0 | 52 | DD | 20 | D |
Octal | 27 | 36 | 55 | 61 | 41 | 0 | 122 | 335 | 40 | 15 |
Binary | 10111 | 11110 | 101101 | 110001 | 100001 | 0 | 1010010 | 11011101 | 100000 | 1101 |
Color Harmonies of #171E2D
Complementary color
Monochromatic Colors of #171E2D
Black with #171E2D
Text Example
Text Example
White with #171E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171E2D; }
p { color: rgb(23,30,45); }
H1.HeaderClassName
{
color: #171E2D;
}
.AnyTagClassName
{
color: #171E2D;
}
</style>
background-color css
<style>
a { background-color: #171E2D; }
a { background-color: rgb(23,30,45); }
div.DivClassName
{
background-color: #171E2D;
}
.BgClassName
{
background-color: #171E2D;
}
</style>
border-color css
<style>
span { border-color: #171E2D; }
span { border-color: rgb(23,30,45); }
td.TdClassName
{
border-color: #171E2D;
}
.TagClassName
{
border-color: #171E2D;
}
</style>