#031433

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

Shades of Midnight Express #031433

Tints of Midnight Express #031433

Color information

#031433 (or 0x031433) is unknown color: approx Midnight Express. HEX triplet: 03, 14 and 33. RGB value is (3,20,51). Sum of RGB (Red+Green+Blue) = 3+20+51=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #031433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031433 is #FCEBCC. Grayscale: #121212. Windows color (decimal): -16575437 or 3347459. OLE color: 3347459.

HSL color Cylindrical-coordinate representation of color #031433: hue angle of 218.75º 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 #031433 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB32051-
CMYK0.940.6100.8
HSL218.75º88.89%10.59%-
HSV(B)218.75º94.12%20%-
XYZ0.890.763.23-
YUV18.45146.37116.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 51 (20.31% from 255) = 68.92%
R=4.05%
G=27.03%
B=68.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal320510.940.6100.8218.7588.8910.59
Hex314335E3D050db59b
Octal3246313675012033313113
Binary11101001100111011110111101010100001101101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031433; }

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

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

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

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

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

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

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

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