#1F2240

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

Shades of Midnight Express #1F2240

Tints of Midnight Express #1F2240

Color information

#1F2240 (or 0x1F2240) is unknown color: approx Midnight Express. HEX triplet: 1F, 22 and 40. RGB value is (31,34,64). Sum of RGB (Red+Green+Blue) = 31+34+64=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2240 is #E0DDBF. Grayscale: #242424. Windows color (decimal): -14736832 or 4203039. OLE color: 4203039.

HSL color Cylindrical-coordinate representation of color #1F2240: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F2240 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB313464-
CMYK0.520.4700.75
HSL234.55º34.74%18.63%-
HSV(B)234.55º51.56%25.1%-
XYZ2.061.815.09-
YUV36.52143.51124.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=24.03%
G=26.36%
B=49.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3134640.520.4700.75234.5534.7418.63
Hex1F2240342F04Beb2313
Octal3742100645701133534323
Binary111111000101000000110100101111010010111110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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