#1F2239

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

Shades of Midnight Express #1F2239

Tints of Midnight Express #1F2239

Color information

#1F2239 (or 0x1F2239) is unknown color: approx Midnight Express. HEX triplet: 1F, 22 and 39. RGB value is (31,34,57). Sum of RGB (Red+Green+Blue) = 31+34+57=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F2239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2239 is #E0DDC6. Grayscale: #232323. Windows color (decimal): -14736839 or 3744287. OLE color: 3744287.

HSL color Cylindrical-coordinate representation of color #1F2239: hue angle of 233.08º 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 #1F2239 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB313457-
CMYK0.460.4000.78
HSL233.08º29.55%17.25%-
HSV(B)233.08º45.61%22.35%-
XYZ1.881.734.11-
YUV35.72140.01124.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=25.41%
G=27.87%
B=46.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3134570.460.4000.78233.0829.5517.25
Hex1F22392E2804Ee91e11
Octal374271565001163513621
Binary1111110001011100110111010100001001110111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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