Html Css Color HEX #041031 Midnight Express

📋 copy color: '#041031'

red 4 ◦ green 16 ◦ blue 49

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

Shades of Midnight Express #041031

Tints of Midnight Express #041031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.19%

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

R = 5.8%
G = 23.19%
B = 71.01%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041031 (or 0x041031) is known color: Midnight Express. HEX triplet: 04, 10 and 31. RGB value is (4,16,49). Sum of RGB (Red+Green+Blue) = 4+16+49=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #041031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041031 is #FBEFCE. Grayscale: #101010. Windows color (decimal): -16510927 or 3215364. OLE color: 3215364.

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

Color convert

RGB 4 16 49 -
CMYK 0.92 0.67 0 0.81
HSL 224º 0.85% 0.1% -
HSV(B) 224º 0.92% 0.19% -
XYZ 0.79 0.62 2.98 -
YUV 16.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 4 16 49 0.92 0.67 0 0.81 224 0.85 0.1
Hex 4 10 31 5C 43 0 51 E0 55 A
Octal 4 20 61 134 103 0 121 340 125 12
Binary 100 10000 110001 1011100 1000011 0 1010001 11100000 1010101 1010

Color Harmonies of #041031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041031

Black with #041031

Text Example


Text Example

White with #041031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041031; }

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

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

background-color css

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

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

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

border-color css

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

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

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