#030A31

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

Shades of Midnight Express #030A31

Tints of Midnight Express #030A31

Color information

#030A31 (or 0x030A31) is unknown color: approx Midnight Express. HEX triplet: 03, 0A and 31. RGB value is (3,10,49). Sum of RGB (Red+Green+Blue) = 3+10+49=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 49 (19.53% from 255 or 79.03% from 62); Max value from RGB is 49 - color contains mainly: blue. Hex color #030A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A31 is #FCF5CE. Grayscale: #0C0C0C. Windows color (decimal): -16577999 or 3213827. OLE color: 3213827.

HSL color Cylindrical-coordinate representation of color #030A31: hue angle of 230.87º 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 #030A31 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB31049-
CMYK0.940.8000.81
HSL230.87º88.46%10.2%-
HSV(B)230.87º93.88%19.22%-
XYZ0.70.462.96-
YUV12.35148.68121.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 10 (4.30% from 255) = 16.13%
BLUE value IS 49 (19.53% from 255) = 79.03%
R=4.84%
G=16.13%
B=79.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal310490.940.8000.81230.8788.4610.2
Hex3A315E50051e758a
Octal31261136120012134713012
Binary11101011000110111101010000010100011110011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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