#031432

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

Shades of Midnight Express #031432

Tints of Midnight Express #031432

Color information

#031432 (or 0x031432) is unknown color: approx Midnight Express. HEX triplet: 03, 14 and 32. RGB value is (3,20,50). Sum of RGB (Red+Green+Blue) = 3+20+50=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #031432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031432 is #FCEBCD. Grayscale: #121212. Windows color (decimal): -16575438 or 3281923. OLE color: 3281923.

HSL color Cylindrical-coordinate representation of color #031432: hue angle of 218.3º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031432 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB32050-
CMYK0.940.6000.80
HSL218.3º88.68%10.39%-
HSV(B)218.3º94%19.61%-
XYZ0.860.753.12-
YUV18.34145.87117.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=4.11%
G=27.40%
B=68.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal320500.940.6000.80218.388.6810.39
Hex314325E3C050da59a
Octal3246213674012033213112
Binary11101001100101011110111100010100001101101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031432; }

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

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

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

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

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

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

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

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