Html Css Color HEX #141738 Midnight Express

📋 copy color: '#141738'

red 20 ◦ green 23 ◦ blue 56

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

Shades of Midnight Express #141738

Tints of Midnight Express #141738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.23%

 BLUE value IS 56 (22.27% from 255) = 56.57%

R = 20.2%
G = 23.23%
B = 56.57%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141738 (or 0x141738) is known color: Midnight Express. HEX triplet: 14, 17 and 38. RGB value is (20,23,56). Sum of RGB (Red+Green+Blue) = 20+23+56=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #141738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141738 is #EBE8C7. Grayscale: #191919. Windows color (decimal): -15460552 or 3675924. OLE color: 3675924.

HSL color Cylindrical-coordinate representation of color #141738: hue angle of 235º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141738 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 23 56 -
CMYK 0.64 0.59 0 0.78
HSL 235º 0.47% 0.15% -
HSV(B) 235º 0.64% 0.22% -
XYZ 1.31 1.05 3.87 -
YUV 25.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 20 23 56 0.64 0.59 0 0.78 235 0.47 0.15
Hex 14 17 38 40 3B 0 4E EB 2F F
Octal 24 27 70 100 73 0 116 353 57 17
Binary 10100 10111 111000 1000000 111011 0 1001110 11101011 101111 1111

Color Harmonies of #141738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141738

Black with #141738

Text Example


Text Example

White with #141738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141738; }

 p { color: rgb(20,23,56); }

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

background-color css

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

 a { background-color: rgb(20,23,56); }

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

border-color css

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

 span { border-color: rgb(20,23,56); }

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