Html Css Color HEX #031029 Midnight Express

📋 copy color: '#031029'

red 3 ◦ green 16 ◦ blue 41

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

Shades of Midnight Express #031029

Tints of Midnight Express #031029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 68.33%

R = 5%
G = 26.67%
B = 68.33%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#031029 (or 0x031029) is known color: Midnight Express. HEX triplet: 03, 10 and 29. RGB value is (3,16,41). Sum of RGB (Red+Green+Blue) = 3+16+41=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #031029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031029 is #FCEFD6. Grayscale: #0E0E0E. Windows color (decimal): -16576471 or 2691075. OLE color: 2691075.

HSL color Cylindrical-coordinate representation of color #031029: hue angle of 219.47º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031029 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 16 41 -
CMYK 0.93 0.61 0 0.84
HSL 219.47º 0.86% 0.09% -
HSV(B) 219.47º 0.93% 0.16% -
XYZ 0.62 0.55 2.17 -
YUV 14.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 3 16 41 0.93 0.61 0 0.84 219.47 0.86 0.09
Hex 3 10 29 5D 3D 0 54 DB 56 9
Octal 3 20 51 135 75 0 124 333 126 11
Binary 11 10000 101001 1011101 111101 0 1010100 11011011 1010110 1001

Color Harmonies of #031029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031029

Black with #031029

Text Example


Text Example

White with #031029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031029; }

 p { color: rgb(3,16,41); }

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

background-color css

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

 a { background-color: rgb(3,16,41); }

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

border-color css

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

 span { border-color: rgb(3,16,41); }

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