Shades of Midnight Express #141F32
Tints of Midnight Express #141F32
RGB
CMYK
RGB Variations
Color information
#141F32 (or 0x141F32) is known color: Midnight Express. HEX triplet: 14, 1F and 32. RGB value is (20,31,50). Sum of RGB (Red+Green+Blue) = 20+31+50=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #141F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F32 is #EBE0CD. Grayscale: #1D1D1D. Windows color (decimal): -15458510 or 3284756. OLE color: 3284756.
HSL color Cylindrical-coordinate representation of color #141F32: hue angle of 218º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141F32 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 31 | 50 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.80 |
| HSL | 218º | 0.43% | 0.14% | - |
| HSV(B) | 218º | 0.6% | 0.2% | - |
| XYZ | 1.35 | 1.36 | 3.21 | - |
| YUV | 29.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 50 | 0.60 | 0.38 | 0 | 0.80 | 218 | 0.43 | 0.14 |
| Hex | 14 | 1F | 32 | 3C | 26 | 0 | 50 | DA | 2B | E |
| Octal | 24 | 37 | 62 | 74 | 46 | 0 | 120 | 332 | 53 | 16 |
| Binary | 10100 | 11111 | 110010 | 111100 | 100110 | 0 | 1010000 | 11011010 | 101011 | 1110 |
Color Harmonies of #141F32
Complementary color
Monochromatic Colors of #141F32
Black with #141F32
Text Example
Text Example
White with #141F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F32; }
p { color: rgb(20,31,50); }
H1.HeaderClassName
{
color: #141F32;
}
.AnyTagClassName
{
color: #141F32;
}
</style>
background-color css
<style>
a { background-color: #141F32; }
a { background-color: rgb(20,31,50); }
div.DivClassName
{
background-color: #141F32;
}
.BgClassName
{
background-color: #141F32;
}
</style>
border-color css
<style>
span { border-color: #141F32; }
span { border-color: rgb(20,31,50); }
td.TdClassName
{
border-color: #141F32;
}
.TagClassName
{
border-color: #141F32;
}
</style>