#000731

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

Shades of Midnight Express #000731

Tints of Midnight Express #000731

Color information

#000731 (or 0x000731) is unknown color: approx Midnight Express. HEX triplet: 00, 07 and 31. RGB value is (0,7,49). Sum of RGB (Red+Green+Blue) = 0+7+49=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 49 (19.53% from 255 or 87.5% from 56); Max value from RGB is 49 - color contains mainly: blue. Hex color #000731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000731 is #FFF8CE. Grayscale: #090909. Windows color (decimal): -16775375 or 3213056. OLE color: 3213056.

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

Color convert

RGB0749-
CMYK10.8600.81
HSL231.43º100%9.61%-
HSV(B)231.43º100%19.22%-
XYZ0.630.372.94-
YUV9.7150.18121.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 49 (19.53% from 255) = 87.5%
R=0%
G=12.5%
B=87.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal074910.8600.81231.431009.61
Hex07316456051e764a
Octal0761144126012134714412
Binary011111000111001001010110010100011110011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000731; }

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

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

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

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

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

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

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

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