#1F2839

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

Shades of Midnight Express #1F2839

Tints of Midnight Express #1F2839

Color information

#1F2839 (or 0x1F2839) is unknown color: approx Midnight Express. HEX triplet: 1F, 28 and 39. RGB value is (31,40,57). Sum of RGB (Red+Green+Blue) = 31+40+57=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F2839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2839 is #E0D7C6. Grayscale: #272727. Windows color (decimal): -14735303 or 3745823. OLE color: 3745823.

HSL color Cylindrical-coordinate representation of color #1F2839: hue angle of 219.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F2839 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB314057-
CMYK0.460.3000.78
HSL219.23º29.55%17.25%-
HSV(B)219.23º45.61%22.35%-
XYZ2.062.14.17-
YUV39.25138.02122.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=24.22%
G=31.25%
B=44.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3140570.460.3000.78219.2329.5517.25
Hex1F28392E1E04Edb1e11
Octal375071563601163333621
Binary111111010001110011011101111001001110110110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,57); }

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

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

 a { background-color: rgb(31,40,57); }

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

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

 span { border-color: rgb(31,40,57); }

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