#030C31

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

Shades of Midnight Express #030C31

Tints of Midnight Express #030C31

Color information

#030C31 (or 0x030C31) is unknown color: approx Midnight Express. HEX triplet: 03, 0C and 31. RGB value is (3,12,49). Sum of RGB (Red+Green+Blue) = 3+12+49=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #030C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C31 is #FCF3CE. Grayscale: #0D0D0D. Windows color (decimal): -16577487 or 3214339. OLE color: 3214339.

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

Color convert

RGB31249-
CMYK0.940.7600.81
HSL228.26º88.46%10.2%-
HSV(B)228.26º93.88%19.22%-
XYZ0.720.52.96-
YUV13.53148.02120.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=4.69%
G=18.75%
B=76.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal312490.940.7600.81228.2688.4610.2
Hex3C315E4C051e458a
Octal31461136114012134413012
Binary11110011000110111101001100010100011110010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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