Html Css Color HEX #141C31 Midnight Express

📋 copy color: '#141C31'

red 20 ◦ green 28 ◦ blue 49

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

Shades of Midnight Express #141C31

Tints of Midnight Express #141C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

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

R = 20.62%
G = 28.87%
B = 50.52%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141C31 (or 0x141C31) is known color: Midnight Express. HEX triplet: 14, 1C and 31. RGB value is (20,28,49). Sum of RGB (Red+Green+Blue) = 20+28+49=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #141C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C31 is #EBE3CE. Grayscale: #1B1B1B. Windows color (decimal): -15459279 or 3218452. OLE color: 3218452.

HSL color Cylindrical-coordinate representation of color #141C31: hue angle of 223.45º 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 #141C31 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 28 49 -
CMYK 0.59 0.43 0 0.81
HSL 223.45º 0.42% 0.14% -
HSV(B) 223.45º 0.59% 0.19% -
XYZ 1.26 1.2 3.07 -
YUV 28 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 20 28 49 0.59 0.43 0 0.81 223.45 0.42 0.14
Hex 14 1C 31 3B 2B 0 51 DF 2A E
Octal 24 34 61 73 53 0 121 337 52 16
Binary 10100 11100 110001 111011 101011 0 1010001 11011111 101010 1110

Color Harmonies of #141C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C31

Black with #141C31

Text Example


Text Example

White with #141C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141C31; }

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

 H1.HeaderClassName
 {
   color: #141C31;
 }
 .AnyTagClassName
 {
   color: #141C31;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #141C31;
 }
 .BgClassName
 {
   background-color: #141C31;
 }
</style>

border-color css

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

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

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