#031232

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

Shades of Midnight Express #031232

Tints of Midnight Express #031232

Color information

#031232 (or 0x031232) is unknown color: approx Midnight Express. HEX triplet: 03, 12 and 32. RGB value is (3,18,50). Sum of RGB (Red+Green+Blue) = 3+18+50=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #031232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031232 is #FCEDCD. Grayscale: #111111. Windows color (decimal): -16575950 or 3281411. OLE color: 3281411.

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

Color convert

RGB31850-
CMYK0.940.6400.80
HSL220.85º88.68%10.39%-
HSV(B)220.85º94%19.61%-
XYZ0.830.683.11-
YUV17.16146.53117.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 50 (19.92% from 255) = 70.42%
R=4.23%
G=25.35%
B=70.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal318500.940.6400.80220.8588.6810.39
Hex312325E40050dd59a
Octal32262136100012033513112
Binary111001011001010111101000000010100001101110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031232; }

 p { color: rgb(3,18,50); }

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

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

 a { background-color: rgb(3,18,50); }

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

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

 span { border-color: rgb(3,18,50); }

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