Html Css Color HEX #041231 Midnight Express

📋 copy color: '#041231'

red 4 ◦ green 18 ◦ blue 49

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

Shades of Midnight Express #041231

Tints of Midnight Express #041231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

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

R = 5.63%
G = 25.35%
B = 69.01%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041231 (or 0x041231) is known color: Midnight Express. HEX triplet: 04, 12 and 31. RGB value is (4,18,49). Sum of RGB (Red+Green+Blue) = 4+18+49=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #041231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041231 is #FBEDCE. Grayscale: #111111. Windows color (decimal): -16510415 or 3215876. OLE color: 3215876.

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

Color convert

RGB 4 18 49 -
CMYK 0.92 0.63 0 0.81
HSL 221.33º 0.85% 0.1% -
HSV(B) 221.33º 0.92% 0.19% -
XYZ 0.82 0.68 2.99 -
YUV 17.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 4 18 49 0.92 0.63 0 0.81 221.33 0.85 0.1
Hex 4 12 31 5C 3F 0 51 DD 55 A
Octal 4 22 61 134 77 0 121 335 125 12
Binary 100 10010 110001 1011100 111111 0 1010001 11011101 1010101 1010

Color Harmonies of #041231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041231

Black with #041231

Text Example


Text Example

White with #041231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041231; }

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

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

background-color css

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

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

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

border-color css

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

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

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