#020731

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

Shades of Midnight Express #020731

Tints of Midnight Express #020731

Color information

#020731 (or 0x020731) is unknown color: approx Midnight Express. HEX triplet: 02, 07 and 31. RGB value is (2,7,49). Sum of RGB (Red+Green+Blue) = 2+7+49=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 49 (19.53% from 255 or 84.48% from 58); Max value from RGB is 49 - color contains mainly: blue. Hex color #020731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020731 is #FDF8CE. Grayscale: #0A0A0A. Windows color (decimal): -16644303 or 3213058. OLE color: 3213058.

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

Color convert

RGB2749-
CMYK0.960.8600.81
HSL233.62º92.16%10%-
HSV(B)233.62º95.92%19.22%-
XYZ0.660.392.95-
YUV10.29149.84122.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 49 (19.53% from 255) = 84.48%
R=3.45%
G=12.07%
B=84.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal27490.960.8600.81233.6292.1610
Hex27316056051ea5ca
Octal2761140126012135213412
Binary1011111000111000001010110010100011110101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020731; }

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

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

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

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

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

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

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

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