#000431

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

Shades of Midnight Express #000431

Tints of Midnight Express #000431

Color information

#000431 (or 0x000431) is unknown color: approx Midnight Express. HEX triplet: 00, 04 and 31. RGB value is (0,4,49). Sum of RGB (Red+Green+Blue) = 0+4+49=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 49 (19.53% from 255 or 92.45% from 53); Max value from RGB is 49 - color contains mainly: blue. Hex color #000431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000431 is #FFFBCE. Grayscale: #070707. Windows color (decimal): -16776143 or 3212288. OLE color: 3212288.

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

Color convert

RGB0449-
CMYK10.9200.81
HSL235.1º100%9.61%-
HSV(B)235.1º100%19.22%-
XYZ0.60.312.93-
YUV7.93151.17122.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 49 (19.53% from 255) = 92.45%
R=0%
G=7.55%
B=92.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal044910.9200.81235.11009.61
Hex0431645C051eb64a
Octal0461144134012135314412
Binary010011000111001001011100010100011110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000431; }

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

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

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

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

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

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

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

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