Shades of Midnight Express #141733
Tints of Midnight Express #141733
RGB
CMYK
RGB Variations
Color information
#141733 (or 0x141733) is known color: Midnight Express. HEX triplet: 14, 17 and 33. RGB value is (20,23,51). Sum of RGB (Red+Green+Blue) = 20+23+51=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #141733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141733 is #EBE8CC. Grayscale: #191919. Windows color (decimal): -15460557 or 3348244. OLE color: 3348244.
HSL color Cylindrical-coordinate representation of color #141733: hue angle of 234.19º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141733 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 23 | 51 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.8 |
| HSL | 234.19º | 0.44% | 0.14% | - |
| HSV(B) | 234.19º | 0.61% | 0.2% | - |
| XYZ | 1.19 | 1 | 3.26 | - |
| YUV | 25.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 51 | 0.61 | 0.55 | 0 | 0.8 | 234.19 | 0.44 | 0.14 |
| Hex | 14 | 17 | 33 | 3D | 37 | 0 | 50 | EA | 2C | E |
| Octal | 24 | 27 | 63 | 75 | 67 | 0 | 120 | 352 | 54 | 16 |
| Binary | 10100 | 10111 | 110011 | 111101 | 110111 | 0 | 1010000 | 11101010 | 101100 | 1110 |
Color Harmonies of #141733
Complementary color
Monochromatic Colors of #141733
Black with #141733
Text Example
Text Example
White with #141733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141733; }
p { color: rgb(20,23,51); }
H1.HeaderClassName
{
color: #141733;
}
.AnyTagClassName
{
color: #141733;
}
</style>
background-color css
<style>
a { background-color: #141733; }
a { background-color: rgb(20,23,51); }
div.DivClassName
{
background-color: #141733;
}
.BgClassName
{
background-color: #141733;
}
</style>
border-color css
<style>
span { border-color: #141733; }
span { border-color: rgb(20,23,51); }
td.TdClassName
{
border-color: #141733;
}
.TagClassName
{
border-color: #141733;
}
</style>