#141832

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

Shades of Midnight Express #141832

Tints of Midnight Express #141832

Color information

#141832 (or 0x141832) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 32. RGB value is (20,24,50). Sum of RGB (Red+Green+Blue) = 20+24+50=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #141832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141832 is #EBE7CD. Grayscale: #191919. Windows color (decimal): -15460302 or 3282964. OLE color: 3282964.

HSL color Cylindrical-coordinate representation of color #141832: hue angle of 232º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141832 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB202450-
CMYK0.600.5200.80
HSL232º42.86%13.73%-
HSV(B)232º60%19.61%-
XYZ1.191.033.15-
YUV25.77141.67123.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 50 (19.92% from 255) = 53.19%
R=21.28%
G=25.53%
B=53.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2024500.600.5200.8023242.8613.73
Hex1418323C34050e82be
Octal243062746401203505316
Binary101001100011001011110011010001010000111010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141832; }

 p { color: rgb(20,24,50); }

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

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

 a { background-color: rgb(20,24,50); }

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

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

 span { border-color: rgb(20,24,50); }

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