#031041

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

Shades of Midnight Express #031041

Tints of Midnight Express #031041

Color information

#031041 (or 0x031041) is unknown color: approx Midnight Express. HEX triplet: 03, 10 and 41. RGB value is (3,16,65). Sum of RGB (Red+Green+Blue) = 3+16+65=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #031041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031041 is #FCEFBE. Grayscale: #111111. Windows color (decimal): -16576447 or 4263939. OLE color: 4263939.

HSL color Cylindrical-coordinate representation of color #031041: hue angle of 227.42º 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 #031041 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31665-
CMYK0.950.7500.75
HSL227.42º91.18%13.33%-
HSV(B)227.42º95.38%25.49%-
XYZ1.180.775.09-
YUV17.7154.69117.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 65 (25.78% from 255) = 77.38%
R=3.57%
G=19.05%
B=77.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal316650.950.7500.75227.4291.1813.33
Hex310415F4B04Be35bd
Octal320101137113011334313315
Binary1110000100000110111111001011010010111110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031041; }

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

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

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

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

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

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

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

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