#1F2441

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

Shades of Midnight Express #1F2441

Tints of Midnight Express #1F2441

Color information

#1F2441 (or 0x1F2441) is unknown color: approx Midnight Express. HEX triplet: 1F, 24 and 41. RGB value is (31,36,65). Sum of RGB (Red+Green+Blue) = 31+36+65=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F2441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2441 is #E0DBBE. Grayscale: #252525. Windows color (decimal): -14736319 or 4269087. OLE color: 4269087.

HSL color Cylindrical-coordinate representation of color #1F2441: hue angle of 231.18º 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 #1F2441 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB313665-
CMYK0.520.4500.75
HSL231.18º35.42%18.82%-
HSV(B)231.18º52.31%25.49%-
XYZ2.151.935.26-
YUV37.81143.34123.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.48%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=23.48%
G=27.27%
B=49.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3136650.520.4500.75231.1835.4218.82
Hex1F2441342D04Be72313
Octal3744101645501133474323
Binary111111001001000001110100101101010010111110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,65); }

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

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

 a { background-color: rgb(31,36,65); }

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

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

 span { border-color: rgb(31,36,65); }

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