#03112F

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

Shades of Midnight Express #03112F

Tints of Midnight Express #03112F

Color information

#03112F (or 0x03112F) is unknown color: approx Midnight Express. HEX triplet: 03, 11 and 2F. RGB value is (3,17,47). Sum of RGB (Red+Green+Blue) = 3+17+47=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #03112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03112F is #FCEED0. Grayscale: #101010. Windows color (decimal): -16576209 or 3084547. OLE color: 3084547.

HSL color Cylindrical-coordinate representation of color #03112F: hue angle of 220.91º 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 #03112F is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31747-
CMYK0.940.6400.82
HSL220.91º88%9.8%-
HSV(B)220.91º93.62%18.43%-
XYZ0.750.632.77-
YUV16.23145.36118.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 47 (18.75% from 255) = 70.15%
R=4.48%
G=25.37%
B=70.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal317470.940.6400.82220.91889.8
Hex3112F5E40052dd58a
Octal32157136100012233513012
Binary111000110111110111101000000010100101101110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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