Html Css Color HEX #141931 Midnight Express

📋 copy color: '#141931'

red 20 ◦ green 25 ◦ blue 49

#141931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #141931

Tints of Midnight Express #141931

RGB

 RED value IS 20 (8.2% from 255) = 21.28%

 GREEN value IS 25 (10.16% from 255) = 26.6%

 BLUE value IS 49 (19.53% from 255) = 52.13%

R = 21.28%
G = 26.6%
B = 52.13%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141931 (or 0x141931) is known color: 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

RGB 20 25 49 -
CMYK 0.59 0.49 0 0.81
HSL 229.66º 0.42% 0.14% -
HSV(B) 229.66º 0.59% 0.19% -
XYZ 1.19 1.07 3.05 -
YUV 26.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 20 25 49 0.59 0.49 0 0.81 229.66 0.42 0.14
Hex 14 19 31 3B 31 0 51 E6 2A E
Octal 24 31 61 73 61 0 121 346 52 16
Binary 10100 11001 110001 111011 110001 0 1010001 11100110 101010 1110

Color Harmonies of #141931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141931

Black with #141931

Text Example


Text Example

White with #141931

Text Example


Text Example

HTML Codes & Css Web 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>