#1F2C39

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

Shades of Midnight #1F2C39

Tints of Midnight #1F2C39

Color information

#1F2C39 (or 0x1F2C39) is unknown color: approx Midnight. HEX triplet: 1F, 2C and 39. RGB value is (31,44,57). Sum of RGB (Red+Green+Blue) = 31+44+57=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F2C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2C39 is #E0D3C6. Grayscale: #292929. Windows color (decimal): -14734279 or 3746847. OLE color: 3746847.

HSL color Cylindrical-coordinate representation of color #1F2C39: hue angle of 210º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F2C39 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB314457-
CMYK0.460.2300.78
HSL210º29.55%17.25%-
HSV(B)210º45.61%22.35%-
XYZ2.22.394.22-
YUV41.6136.69120.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.48%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=23.48%
G=33.33%
B=43.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3144570.460.2300.7821029.5517.25
Hex1F2C392E1704Ed21e11
Octal375471562701163223621
Binary111111011001110011011101011101001110110100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,57); }

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

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

 a { background-color: rgb(31,44,57); }

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

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

 span { border-color: rgb(31,44,57); }

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