Html Css Color HEX #020731 Midnight Express

📋 copy color: '#020731'

red 2 ◦ green 7 ◦ blue 49

#020731
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #020731

Tints of Midnight Express #020731

RGB

 RED value IS 2 (1.17% from 255) = 3.45%

 GREEN value IS 7 (3.13% 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 value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020731 (or 0x020731) is known color: 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

RGB 2 7 49 -
CMYK 0.96 0.86 0 0.81
HSL 233.62º 0.92% 0.1% -
HSV(B) 233.62º 0.96% 0.19% -
XYZ 0.66 0.39 2.95 -
YUV 10.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 2 7 49 0.96 0.86 0 0.81 233.62 0.92 0.1
Hex 2 7 31 60 56 0 51 EA 5C A
Octal 2 7 61 140 126 0 121 352 134 12
Binary 10 111 110001 1100000 1010110 0 1010001 11101010 1011100 1010

Color Harmonies of #020731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020731

Black with #020731

Text Example


Text Example

White with #020731

Text Example


Text Example

HTML Codes & Css Web 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>