Html Css Color HEX #041431 Midnight Express

📋 copy color: '#041431'

red 4 ◦ green 20 ◦ blue 49

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

Shades of Midnight Express #041431

Tints of Midnight Express #041431

RGB

 RED value IS 4 (1.95% from 255) = 5.48%

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

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

R = 5.48%
G = 27.4%
B = 67.12%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041431 (or 0x041431) is known color: Midnight Express. HEX triplet: 04, 14 and 31. RGB value is (4,20,49). Sum of RGB (Red+Green+Blue) = 4+20+49=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #041431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041431 is #FBEBCE. Grayscale: #121212. Windows color (decimal): -16509903 or 3216388. OLE color: 3216388.

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

Color convert

RGB 4 20 49 -
CMYK 0.92 0.59 0 0.81
HSL 218.67º 0.85% 0.1% -
HSV(B) 218.67º 0.92% 0.19% -
XYZ 0.85 0.75 3.01 -
YUV 18.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 4 20 49 0.92 0.59 0 0.81 218.67 0.85 0.1
Hex 4 14 31 5C 3B 0 51 DB 55 A
Octal 4 24 61 134 73 0 121 333 125 12
Binary 100 10100 110001 1011100 111011 0 1010001 11011011 1010101 1010

Color Harmonies of #041431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041431

Black with #041431

Text Example


Text Example

White with #041431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041431; }

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

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

background-color css

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

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

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

border-color css

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

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

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