#03122D

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

Shades of Midnight Express #03122D

Tints of Midnight Express #03122D

Color information

#03122D (or 0x03122D) is unknown color: approx Midnight Express. HEX triplet: 03, 12 and 2D. RGB value is (3,18,45). Sum of RGB (Red+Green+Blue) = 3+18+45=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #03122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03122D is #FCEDD2. Grayscale: #101010. Windows color (decimal): -16575955 or 2953731. OLE color: 2953731.

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

Color convert

RGB31845-
CMYK0.930.600.82
HSL218.57º87.5%9.41%-
HSV(B)218.57º93.33%17.65%-
XYZ0.730.642.57-
YUV16.59144.03118.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 45 (17.97% from 255) = 68.18%
R=4.55%
G=27.27%
B=68.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal318450.930.600.82218.5787.59.41
Hex3122D5D3C052db589
Octal3225513574012233313011
Binary11100101011011011101111100010100101101101110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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