#1F273D

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

Shades of Midnight Express #1F273D

Tints of Midnight Express #1F273D

Color information

#1F273D (or 0x1F273D) is unknown color: approx Midnight Express. HEX triplet: 1F, 27 and 3D. RGB value is (31,39,61). Sum of RGB (Red+Green+Blue) = 31+39+61=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F273D is #E0D8C2. Grayscale: #272727. Windows color (decimal): -14735555 or 4007711. OLE color: 4007711.

HSL color Cylindrical-coordinate representation of color #1F273D: hue angle of 224º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F273D is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB313961-
CMYK0.490.3600.76
HSL224º32.61%18.04%-
HSV(B)224º49.18%23.92%-
XYZ2.132.084.7-
YUV39.12140.35122.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.66%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=23.66%
G=29.77%
B=46.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3139610.490.3600.7622432.6118.04
Hex1F273D312404Ce02112
Octal374775614401143404122
Binary11111100111111101110001100100010011001110000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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