#03122C

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

Shades of Midnight Express #03122C

Tints of Midnight Express #03122C

Color information

#03122C (or 0x03122C) is unknown color: approx Midnight Express. HEX triplet: 03, 12 and 2C. RGB value is (3,18,44). Sum of RGB (Red+Green+Blue) = 3+18+44=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #03122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03122C is #FCEDD3. Grayscale: #101010. Windows color (decimal): -16575956 or 2888195. OLE color: 2888195.

HSL color Cylindrical-coordinate representation of color #03122C: hue angle of 218.05º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03122C is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31844-
CMYK0.930.5900.83
HSL218.05º87.23%9.22%-
HSV(B)218.05º93.18%17.25%-
XYZ0.710.632.47-
YUV16.48143.53118.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 44 (17.58% from 255) = 67.69%
R=4.62%
G=27.69%
B=67.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal318440.930.5900.83218.0587.239.22
Hex3122C5D3B053da579
Octal3225413573012333212711
Binary11100101011001011101111011010100111101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03122C; }

 p { color: rgb(3,18,44); }

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

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

 a { background-color: rgb(3,18,44); }

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

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

 span { border-color: rgb(3,18,44); }

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