Html Css Color HEX #041131 Midnight Express

📋 copy color: '#041131'

red 4 ◦ green 17 ◦ blue 49

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

Shades of Midnight Express #041131

Tints of Midnight Express #041131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.29%

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

R = 5.71%
G = 24.29%
B = 70%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041131 (or 0x041131) is known color: Midnight Express. HEX triplet: 04, 11 and 31. RGB value is (4,17,49). Sum of RGB (Red+Green+Blue) = 4+17+49=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #041131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041131 is #FBEECE. Grayscale: #101010. Windows color (decimal): -16510671 or 3215620. OLE color: 3215620.

HSL color Cylindrical-coordinate representation of color #041131: hue angle of 222.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 #041131 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 17 49 -
CMYK 0.92 0.65 0 0.81
HSL 222.67º 0.85% 0.1% -
HSV(B) 222.67º 0.92% 0.19% -
XYZ 0.8 0.65 2.99 -
YUV 16.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 4 17 49 0.92 0.65 0 0.81 222.67 0.85 0.1
Hex 4 11 31 5C 41 0 51 DF 55 A
Octal 4 21 61 134 101 0 121 337 125 12
Binary 100 10001 110001 1011100 1000001 0 1010001 11011111 1010101 1010

Color Harmonies of #041131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041131

Black with #041131

Text Example


Text Example

White with #041131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041131; }

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

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

background-color css

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

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

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

border-color css

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

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

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