#03122F

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

Shades of Midnight Express #03122F

Tints of Midnight Express #03122F

Color information

#03122F (or 0x03122F) is unknown color: approx Midnight Express. HEX triplet: 03, 12 and 2F. RGB value is (3,18,47). Sum of RGB (Red+Green+Blue) = 3+18+47=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #03122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03122F is #FCEDD0. Grayscale: #101010. Windows color (decimal): -16575953 or 3084803. OLE color: 3084803.

HSL color Cylindrical-coordinate representation of color #03122F: hue angle of 219.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03122F is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31847-
CMYK0.940.6200.82
HSL219.55º88%9.8%-
HSV(B)219.55º93.62%18.43%-
XYZ0.770.662.78-
YUV16.82145.03118.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 47 (18.75% from 255) = 69.12%
R=4.41%
G=26.47%
B=69.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal318470.940.6200.82219.55889.8
Hex3122F5E3E052dc58a
Octal3225713676012233413012
Binary11100101011111011110111110010100101101110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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