Shades of Midnight Express #161C34
Tints of Midnight Express #161C34
RGB
CMYK
RGB Variations
Color information
#161C34 (or 0x161C34) is known color: Midnight Express. HEX triplet: 16, 1C and 34. RGB value is (22,28,52). Sum of RGB (Red+Green+Blue) = 22+28+52=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #161C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C34 is #E9E3CB. Grayscale: #1C1C1C. Windows color (decimal): -15328204 or 3415062. OLE color: 3415062.
HSL color Cylindrical-coordinate representation of color #161C34: hue angle of 228º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #161C34 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 28 | 52 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.80 |
| HSL | 228º | 0.41% | 0.15% | - |
| HSV(B) | 228º | 0.58% | 0.2% | - |
| XYZ | 1.37 | 1.25 | 3.42 | - |
| YUV | 28.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 52 | 0.58 | 0.46 | 0 | 0.80 | 228 | 0.41 | 0.15 |
| Hex | 16 | 1C | 34 | 3A | 2E | 0 | 50 | E4 | 29 | F |
| Octal | 26 | 34 | 64 | 72 | 56 | 0 | 120 | 344 | 51 | 17 |
| Binary | 10110 | 11100 | 110100 | 111010 | 101110 | 0 | 1010000 | 11100100 | 101001 | 1111 |
Color Harmonies of #161C34
Complementary color
Monochromatic Colors of #161C34
Black with #161C34
Text Example
Text Example
White with #161C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C34; }
p { color: rgb(22,28,52); }
H1.HeaderClassName
{
color: #161C34;
}
.AnyTagClassName
{
color: #161C34;
}
</style>
background-color css
<style>
a { background-color: #161C34; }
a { background-color: rgb(22,28,52); }
div.DivClassName
{
background-color: #161C34;
}
.BgClassName
{
background-color: #161C34;
}
</style>
border-color css
<style>
span { border-color: #161C34; }
span { border-color: rgb(22,28,52); }
td.TdClassName
{
border-color: #161C34;
}
.TagClassName
{
border-color: #161C34;
}
</style>