#040F31

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

Shades of Midnight Express #040F31

Tints of Midnight Express #040F31

Color information

#040F31 (or 0x040F31) is unknown color: approx Midnight Express. HEX triplet: 04, 0F and 31. RGB value is (4,15,49). Sum of RGB (Red+Green+Blue) = 4+15+49=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #040F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F31 is #FBF0CE. Grayscale: #0F0F0F. Windows color (decimal): -16511183 or 3215108. OLE color: 3215108.

HSL color Cylindrical-coordinate representation of color #040F31: hue angle of 225.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040F31 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB41549-
CMYK0.920.6900.81
HSL225.33º84.91%10.39%-
HSV(B)225.33º91.84%19.22%-
XYZ0.780.592.98-
YUV15.59146.86119.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 15 (6.25% from 255) = 22.06%
BLUE value IS 49 (19.53% from 255) = 72.06%
R=5.88%
G=22.06%
B=72.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal415490.920.6900.81225.3384.9110.39
Hex4F315C45051e155a
Octal41761134105012134112512
Binary100111111000110111001000101010100011110000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F31; }

 p { color: rgb(4,15,49); }

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

<style>
 a { background-color: #040F31; }

 a { background-color: rgb(4,15,49); }

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

<style>
 span { border-color: #040F31; }

 span { border-color: rgb(4,15,49); }

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