#031241

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

Shades of Midnight Express #031241

Tints of Midnight Express #031241

Color information

#031241 (or 0x031241) is unknown color: approx Midnight Express. HEX triplet: 03, 12 and 41. RGB value is (3,18,65). Sum of RGB (Red+Green+Blue) = 3+18+65=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #031241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031241 is #FCEDBE. Grayscale: #121212. Windows color (decimal): -16575935 or 4264451. OLE color: 4264451.

HSL color Cylindrical-coordinate representation of color #031241: hue angle of 225.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031241 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31865-
CMYK0.950.7200.75
HSL225.48º91.18%13.33%-
HSV(B)225.48º95.38%25.49%-
XYZ1.210.835.1-
YUV18.87154.03116.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 65 (25.78% from 255) = 75.58%
R=3.49%
G=20.93%
B=75.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal318650.950.7200.75225.4891.1813.33
Hex312415F4804Be15bd
Octal322101137110011334113315
Binary1110010100000110111111001000010010111110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031241; }

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

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

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

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

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

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

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

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