#031029

Color #031029 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #031029

Tints of Midnight Express #031029

Color information

#031029 (or 0x031029) is unknown color: approx 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

RGB31641-
CMYK0.930.6100.84
HSL219.47º86.36%8.63%-
HSV(B)219.47º92.68%16.08%-
XYZ0.620.552.17-
YUV14.96142.69119.47-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal316410.930.6100.84219.4786.368.63
Hex310295D3D054db569
Octal3205113575012433312611
Binary11100001010011011101111101010101001101101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>