#1A1F31

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

Shades of Midnight Express #1A1F31

Tints of Midnight Express #1A1F31

Color information

#1A1F31 (or 0x1A1F31) is unknown color: approx Midnight Express. HEX triplet: 1A, 1F and 31. RGB value is (26,31,49). Sum of RGB (Red+Green+Blue) = 26+31+49=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A1F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1F31 is #E5E0CE. Grayscale: #1F1F1F. Windows color (decimal): -15065295 or 3219226. OLE color: 3219226.

HSL color Cylindrical-coordinate representation of color #1A1F31: hue angle of 226.96º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A1F31 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB263149-
CMYK0.470.3700.81
HSL226.96º30.67%14.71%-
HSV(B)226.96º46.94%19.22%-
XYZ1.471.423.1-
YUV31.56137.84124.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.53%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=24.53%
G=29.25%
B=46.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2631490.470.3700.81226.9630.6714.71
Hex1A1F312F25051e31ff
Octal323761574501213433717
Binary11010111111100011011111001010101000111100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,31,49); }

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

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

 a { background-color: rgb(26,31,49); }

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

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

 span { border-color: rgb(26,31,49); }

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