#1F2941

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

Shades of Midnight Express #1F2941

Tints of Midnight Express #1F2941

Color information

#1F2941 (or 0x1F2941) is unknown color: approx Midnight Express. HEX triplet: 1F, 29 and 41. RGB value is (31,41,65). Sum of RGB (Red+Green+Blue) = 31+41+65=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F2941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2941 is #E0D6BE. Grayscale: #282828. Windows color (decimal): -14735039 or 4270367. OLE color: 4270367.

HSL color Cylindrical-coordinate representation of color #1F2941: hue angle of 222.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F2941 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB314165-
CMYK0.520.3700.75
HSL222.35º35.42%18.82%-
HSV(B)222.35º52.31%25.49%-
XYZ2.312.265.32-
YUV40.75141.69121.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=22.63%
G=29.93%
B=47.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3141650.520.3700.75222.3535.4218.82
Hex1F2941342504Bde2313
Octal3751101644501133364323
Binary111111010011000001110100100101010010111101111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2941; }

 p { color: rgb(31,41,65); }

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

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

 a { background-color: rgb(31,41,65); }

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

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

 span { border-color: rgb(31,41,65); }

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