#141931

Color #141931 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #141931

Tints of Midnight Express #141931

Color information

#141931 (or 0x141931) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 31. RGB value is (20,25,49). Sum of RGB (Red+Green+Blue) = 20+25+49=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #141931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141931 is #EBE6CE. Grayscale: #1A1A1A. Windows color (decimal): -15460047 or 3217684. OLE color: 3217684.

HSL color Cylindrical-coordinate representation of color #141931: hue angle of 229.66º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141931 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202549-
CMYK0.590.4900.81
HSL229.66º42.03%13.53%-
HSV(B)229.66º59.18%19.22%-
XYZ1.191.073.05-
YUV26.24140.84123.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=21.28%
G=26.60%
B=52.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2025490.590.4900.81229.6642.0313.53
Hex1419313B31051e62ae
Octal243161736101213465216
Binary101001100111000111101111000101010001111001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141931; }

 p { color: rgb(20,25,49); }

 H1.HeaderClassName
 {
   color: #141931;
 }
 .AnyTagClassName
 {
   color: #141931;
 }
</style>
background-color css

<style>
 a { background-color: #141931; }

 a { background-color: rgb(20,25,49); }

 div.DivClassName
 {
   background-color: #141931;
 }
 .BgClassName
 {
   background-color: #141931;
 }
</style>
border-color css

<style>
 span { border-color: #141931; }

 span { border-color: rgb(20,25,49); }

 td.TdClassName
 {
   border-color: #141931;
 }
 .TagClassName
 {
   border-color: #141931;
 }
</style>