#1F2949

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

Shades of Midnight Express #1F2949

Tints of Midnight Express #1F2949

Color information

#1F2949 (or 0x1F2949) is unknown color: approx Midnight Express. HEX triplet: 1F, 29 and 49. RGB value is (31,41,73). Sum of RGB (Red+Green+Blue) = 31+41+73=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2949 is #E0D6B6. Grayscale: #292929. Windows color (decimal): -14735031 or 4794655. OLE color: 4794655.

HSL color Cylindrical-coordinate representation of color #1F2949: hue angle of 225.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F2949 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB314173-
CMYK0.580.4400.71
HSL225.71º40.38%20.39%-
HSV(B)225.71º57.53%28.63%-
XYZ2.562.366.62-
YUV41.66145.69120.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=21.38%
G=28.28%
B=50.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3141730.580.4400.71225.7140.3820.39
Hex1F29493A2C047e22814
Octal3751111725401073425024
Binary111111010011001001111010101100010001111110001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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