Html Css Color HEX #141735 Midnight Express

📋 copy color: '#141735'

red 20 ◦ green 23 ◦ blue 53

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

Shades of Midnight Express #141735

Tints of Midnight Express #141735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 55.21%

R = 20.83%
G = 23.96%
B = 55.21%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#141735 (or 0x141735) is known color: Midnight Express. HEX triplet: 14, 17 and 35. RGB value is (20,23,53). Sum of RGB (Red+Green+Blue) = 20+23+53=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #141735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141735 is #EBE8CA. Grayscale: #191919. Windows color (decimal): -15460555 or 3479316. OLE color: 3479316.

HSL color Cylindrical-coordinate representation of color #141735: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141735 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 23 53 -
CMYK 0.62 0.57 0 0.79
HSL 234.55º 0.45% 0.14% -
HSV(B) 234.55º 0.62% 0.21% -
XYZ 1.24 1.02 3.5 -
YUV 25.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 20 23 53 0.62 0.57 0 0.79 234.55 0.45 0.14
Hex 14 17 35 3E 39 0 4F EB 2D E
Octal 24 27 65 76 71 0 117 353 55 16
Binary 10100 10111 110101 111110 111001 0 1001111 11101011 101101 1110

Color Harmonies of #141735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141735

Black with #141735

Text Example


Text Example

White with #141735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141735; }

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

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

background-color css

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

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

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

border-color css

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

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

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