#031434

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

Shades of Midnight Express #031434

Tints of Midnight Express #031434

Color information

#031434 (or 0x031434) is unknown color: approx Midnight Express. HEX triplet: 03, 14 and 34. RGB value is (3,20,52). Sum of RGB (Red+Green+Blue) = 3+20+52=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #031434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031434 is #FCEBCB. Grayscale: #121212. Windows color (decimal): -16575436 or 3412995. OLE color: 3412995.

HSL color Cylindrical-coordinate representation of color #031434: hue angle of 219.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031434 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB32052-
CMYK0.940.6200.80
HSL219.18º89.09%10.78%-
HSV(B)219.18º94.23%20.39%-
XYZ0.910.773.35-
YUV18.56146.87116.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 52 (20.70% from 255) = 69.33%
R=4%
G=26.67%
B=69.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal320520.940.6200.80219.1889.0910.78
Hex314345E3E050db59b
Octal3246413676012033313113
Binary11101001101001011110111110010100001101101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031434; }

 p { color: rgb(3,20,52); }

 H1.HeaderClassName
 {
   color: #031434;
 }
 .AnyTagClassName
 {
   color: #031434;
 }
</style>
background-color css

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

 a { background-color: rgb(3,20,52); }

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

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

 span { border-color: rgb(3,20,52); }

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