#141736

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

Shades of Midnight Express #141736

Tints of Midnight Express #141736

Color information

#141736 (or 0x141736) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 36. RGB value is (20,23,54). Sum of RGB (Red+Green+Blue) = 20+23+54=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #141736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141736 is #EBE8C9. Grayscale: #191919. Windows color (decimal): -15460554 or 3544852. OLE color: 3544852.

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

Color convert

RGB202354-
CMYK0.630.5700.79
HSL234.71º45.95%14.51%-
HSV(B)234.71º62.96%21.18%-
XYZ1.261.033.62-
YUV25.64144.01123.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 54 (21.48% from 255) = 55.67%
R=20.62%
G=23.71%
B=55.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2023540.630.5700.79234.7145.9514.51
Hex1417363F3904Feb2ef
Octal242766777101173535617
Binary101001011111011011111111100101001111111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141736; }

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

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

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

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

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

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

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

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