#030E31

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

Shades of Midnight Express #030E31

Tints of Midnight Express #030E31

Color information

#030E31 (or 0x030E31) is unknown color: approx Midnight Express. HEX triplet: 03, 0E and 31. RGB value is (3,14,49). Sum of RGB (Red+Green+Blue) = 3+14+49=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #030E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E31 is #FCF1CE. Grayscale: #0E0E0E. Windows color (decimal): -16576975 or 3214851. OLE color: 3214851.

HSL color Cylindrical-coordinate representation of color #030E31: hue angle of 225.65º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030E31 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB31449-
CMYK0.940.7100.81
HSL225.65º88.46%10.2%-
HSV(B)225.65º93.88%19.22%-
XYZ0.750.562.97-
YUV14.7147.36119.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 49 (19.53% from 255) = 74.24%
R=4.55%
G=21.21%
B=74.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal314490.940.7100.81225.6588.4610.2
Hex3E315E47051e258a
Octal31661136107012134213012
Binary11111011000110111101000111010100011110001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030E31; }

 p { color: rgb(3,14,49); }

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

<style>
 a { background-color: #030E31; }

 a { background-color: rgb(3,14,49); }

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

<style>
 span { border-color: #030E31; }

 span { border-color: rgb(3,14,49); }

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