#1F3142

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

Shades of Midnight #1F3142

Tints of Midnight #1F3142

Color information

#1F3142 (or 0x1F3142) is unknown color: approx Midnight. HEX triplet: 1F, 31 and 42. RGB value is (31,49,66). Sum of RGB (Red+Green+Blue) = 31+49+66=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #1F3142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3142 is #E0CEBD. Grayscale: #2D2D2D. Windows color (decimal): -14732990 or 4337951. OLE color: 4337951.

HSL color Cylindrical-coordinate representation of color #1F3142: hue angle of 209.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F3142 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB314966-
CMYK0.530.2600.74
HSL209.14º36.08%19.02%-
HSV(B)209.14º53.03%25.88%-
XYZ2.652.885.57-
YUV45.56139.54117.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 66 (26.17% from 255) = 45.21%
R=21.23%
G=33.56%
B=45.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3149660.530.2600.74209.1436.0819.02
Hex1F3142351A04Ad12413
Octal3761102653201123214423
Binary11111110001100001011010111010010010101101000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,66); }

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

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

 a { background-color: rgb(31,49,66); }

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

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

 span { border-color: rgb(31,49,66); }

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