#03112A

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

Shades of Midnight Express #03112A

Tints of Midnight Express #03112A

Color information

#03112A (or 0x03112A) is unknown color: approx Midnight Express. HEX triplet: 03, 11 and 2A. RGB value is (3,17,42). Sum of RGB (Red+Green+Blue) = 3+17+42=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #03112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03112A is #FCEED5. Grayscale: #0F0F0F. Windows color (decimal): -16576214 or 2756867. OLE color: 2756867.

HSL color Cylindrical-coordinate representation of color #03112A: hue angle of 218.46º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03112A is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31742-
CMYK0.930.6000.84
HSL218.46º86.67%8.82%-
HSV(B)218.46º92.86%16.47%-
XYZ0.660.592.27-
YUV15.66142.86118.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 42 (16.80% from 255) = 67.74%
R=4.84%
G=27.42%
B=67.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal317420.930.6000.84218.4686.678.82
Hex3112A5D3C054da579
Octal3215213574012433212711
Binary11100011010101011101111100010101001101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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