#040931

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

Shades of Midnight Express #040931

Tints of Midnight Express #040931

Color information

#040931 (or 0x040931) is unknown color: approx Midnight Express. HEX triplet: 04, 09 and 31. RGB value is (4,9,49). Sum of RGB (Red+Green+Blue) = 4+9+49=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 9 (3.91% from 255 or 14.52% 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 #040931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040931 is #FBF6CE. Grayscale: #0B0B0B. Windows color (decimal): -16512719 or 3213572. OLE color: 3213572.

HSL color Cylindrical-coordinate representation of color #040931: hue angle of 233.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 #040931 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB4949-
CMYK0.920.8200.81
HSL233.33º84.91%10.39%-
HSV(B)233.33º91.84%19.22%-
XYZ0.70.442.95-
YUV12.06148.84122.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.45%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 49 (19.53% from 255) = 79.03%
R=6.45%
G=14.52%
B=79.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49490.920.8200.81233.3384.9110.39
Hex49315C52051e955a
Octal41161134122012135112512
Binary100100111000110111001010010010100011110100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040931; }

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

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

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

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

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

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

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

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