Shades of Midnight Express #141B2F
Tints of Midnight Express #141B2F
RGB
CMYK
RGB Variations
Color information
#141B2F (or 0x141B2F) is known color: Midnight Express. HEX triplet: 14, 1B and 2F. RGB value is (20,27,47). Sum of RGB (Red+Green+Blue) = 20+27+47=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #141B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B2F is #EBE4D0. Grayscale: #1B1B1B. Windows color (decimal): -15459537 or 3087124. OLE color: 3087124.
HSL color Cylindrical-coordinate representation of color #141B2F: hue angle of 224.44º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141B2F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 27 | 47 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.82 |
| HSL | 224.44º | 0.4% | 0.13% | - |
| HSV(B) | 224.44º | 0.57% | 0.18% | - |
| XYZ | 1.19 | 1.14 | 2.85 | - |
| YUV | 27.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 47 | 0.57 | 0.43 | 0 | 0.82 | 224.44 | 0.4 | 0.13 |
| Hex | 14 | 1B | 2F | 39 | 2B | 0 | 52 | E0 | 28 | D |
| Octal | 24 | 33 | 57 | 71 | 53 | 0 | 122 | 340 | 50 | 15 |
| Binary | 10100 | 11011 | 101111 | 111001 | 101011 | 0 | 1010010 | 11100000 | 101000 | 1101 |
Color Harmonies of #141B2F
Complementary color
Monochromatic Colors of #141B2F
Black with #141B2F
Text Example
Text Example
White with #141B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B2F; }
p { color: rgb(20,27,47); }
H1.HeaderClassName
{
color: #141B2F;
}
.AnyTagClassName
{
color: #141B2F;
}
</style>
background-color css
<style>
a { background-color: #141B2F; }
a { background-color: rgb(20,27,47); }
div.DivClassName
{
background-color: #141B2F;
}
.BgClassName
{
background-color: #141B2F;
}
</style>
border-color css
<style>
span { border-color: #141B2F; }
span { border-color: rgb(20,27,47); }
td.TdClassName
{
border-color: #141B2F;
}
.TagClassName
{
border-color: #141B2F;
}
</style>