#1F2741

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

Shades of Midnight Express #1F2741

Tints of Midnight Express #1F2741

Color information

#1F2741 (or 0x1F2741) is unknown color: approx Midnight Express. HEX triplet: 1F, 27 and 41. RGB value is (31,39,65). Sum of RGB (Red+Green+Blue) = 31+39+65=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F2741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2741 is #E0D8BE. Grayscale: #272727. Windows color (decimal): -14735551 or 4269855. OLE color: 4269855.

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

Color convert

RGB313965-
CMYK0.520.4000.75
HSL225.88º35.42%18.82%-
HSV(B)225.88º52.31%25.49%-
XYZ2.242.125.29-
YUV39.57142.35121.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.96%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=22.96%
G=28.89%
B=48.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3139650.520.4000.75225.8835.4218.82
Hex1F2741342804Be22313
Octal3747101645001133424323
Binary111111001111000001110100101000010010111110001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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