#1F2F40

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

Shades of Midnight #1F2F40

Tints of Midnight #1F2F40

Color information

#1F2F40 (or 0x1F2F40) is unknown color: approx Midnight. HEX triplet: 1F, 2F and 40. RGB value is (31,47,64). Sum of RGB (Red+Green+Blue) = 31+47+64=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F2F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F40 is #E0D0BF. Grayscale: #2C2C2C. Windows color (decimal): -14733504 or 4206367. OLE color: 4206367.

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

Color convert

RGB314764-
CMYK0.520.2700.75
HSL210.91º34.74%18.63%-
HSV(B)210.91º51.56%25.1%-
XYZ2.512.695.24-
YUV44.15139.2118.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=21.83%
G=33.10%
B=45.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3147640.520.2700.75210.9134.7418.63
Hex1F2F40341B04Bd32313
Octal3757100643301133234323
Binary11111101111100000011010011011010010111101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,47,64); }

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

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

 a { background-color: rgb(31,47,64); }

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

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

 span { border-color: rgb(31,47,64); }

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