#041431

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

Shades of Midnight Express #041431

Tints of Midnight Express #041431

Color information

#041431 (or 0x041431) is unknown color: approx Midnight Express. HEX triplet: 04, 14 and 31. RGB value is (4,20,49). Sum of RGB (Red+Green+Blue) = 4+20+49=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #041431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041431 is #FBEBCE. Grayscale: #121212. Windows color (decimal): -16509903 or 3216388. OLE color: 3216388.

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

Color convert

RGB42049-
CMYK0.920.5900.81
HSL218.67º84.91%10.39%-
HSV(B)218.67º91.84%19.22%-
XYZ0.850.753.01-
YUV18.52145.2117.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=5.48%
G=27.40%
B=67.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal420490.920.5900.81218.6784.9110.39
Hex414315C3B051db55a
Octal4246113473012133312512
Binary100101001100011011100111011010100011101101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041431; }

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

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

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

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

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

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

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

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