Html Css Color HEX #031431 Midnight Express

📋 copy color: '#031431'

red 3 ◦ green 20 ◦ blue 49

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

Shades of Midnight Express #031431

Tints of Midnight Express #031431

RGB

 RED value IS 3 (1.56% from 255) = 4.17%

 GREEN value IS 20 (8.2% from 255) = 27.78%

 BLUE value IS 49 (19.53% from 255) = 68.06%

R = 4.17%
G = 27.78%
B = 68.06%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#031431 (or 0x031431) is known color: Midnight Express. HEX triplet: 03, 14 and 31. RGB value is (3,20,49). Sum of RGB (Red+Green+Blue) = 3+20+49=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #031431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031431 is #FCEBCE. Grayscale: #121212. Windows color (decimal): -16575439 or 3216387. OLE color: 3216387.

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

Color convert

RGB 3 20 49 -
CMYK 0.94 0.59 0 0.81
HSL 217.83º 0.88% 0.1% -
HSV(B) 217.83º 0.94% 0.19% -
XYZ 0.84 0.74 3 -
YUV 18.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 3 20 49 0.94 0.59 0 0.81 217.83 0.88 0.1
Hex 3 14 31 5E 3B 0 51 DA 58 A
Octal 3 24 61 136 73 0 121 332 130 12
Binary 11 10100 110001 1011110 111011 0 1010001 11011010 1011000 1010

Color Harmonies of #031431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031431

Black with #031431

Text Example


Text Example

White with #031431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031431; }

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

 H1.HeaderClassName
 {
   color: #031431;
 }
 .AnyTagClassName
 {
   color: #031431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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