#1F3143

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

Shades of Midnight #1F3143

Tints of Midnight #1F3143

Color information

#1F3143 (or 0x1F3143) is unknown color: approx Midnight. HEX triplet: 1F, 31 and 43. RGB value is (31,49,67). Sum of RGB (Red+Green+Blue) = 31+49+67=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F3143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3143 is #E0CEBC. Grayscale: #2D2D2D. Windows color (decimal): -14732989 or 4403487. OLE color: 4403487.

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

Color convert

RGB314967-
CMYK0.540.2700.74
HSL210º36.73%19.22%-
HSV(B)210º53.73%26.27%-
XYZ2.682.895.73-
YUV45.67140.04117.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=21.09%
G=33.33%
B=45.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3149670.540.2700.7421036.7319.22
Hex1F3143361B04Ad22513
Octal3761103663301123224523
Binary11111110001100001111011011011010010101101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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