#1F2A3D

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

Shades of Midnight #1F2A3D

Tints of Midnight #1F2A3D

Color information

#1F2A3D (or 0x1F2A3D) is unknown color: approx Midnight. HEX triplet: 1F, 2A and 3D. RGB value is (31,42,61). Sum of RGB (Red+Green+Blue) = 31+42+61=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F2A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A3D is #E0D5C2. Grayscale: #282828. Windows color (decimal): -14734787 or 4008479. OLE color: 4008479.

HSL color Cylindrical-coordinate representation of color #1F2A3D: hue angle of 218º 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 #1F2A3D is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB314261-
CMYK0.490.3100.76
HSL218º32.61%18.04%-
HSV(B)218º49.18%23.92%-
XYZ2.242.284.74-
YUV40.88139.36120.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=23.13%
G=31.34%
B=45.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3142610.490.3100.7621832.6118.04
Hex1F2A3D311F04Cda2112
Octal375275613701143324122
Binary1111110101011110111000111111010011001101101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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