#1F3248

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

Shades of Midnight #1F3248

Tints of Midnight #1F3248

Color information

#1F3248 (or 0x1F3248) is unknown color: approx Midnight. HEX triplet: 1F, 32 and 48. RGB value is (31,50,72). Sum of RGB (Red+Green+Blue) = 31+50+72=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3248 is #E0CDB7. Grayscale: #2E2E2E. Windows color (decimal): -14732728 or 4731423. OLE color: 4731423.

HSL color Cylindrical-coordinate representation of color #1F3248: hue angle of 212.2º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F3248 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB315072-
CMYK0.570.3100.72
HSL212.2º39.81%20.2%-
HSV(B)212.2º56.94%28.24%-
XYZ2.883.046.57-
YUV46.83142.21116.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=20.26%
G=32.68%
B=47.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3150720.570.3100.72212.239.8120.2
Hex1F3248391F048d42814
Octal3762110713701103245024
Binary11111110010100100011100111111010010001101010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,72); }

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

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

 a { background-color: rgb(31,50,72); }

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

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

 span { border-color: rgb(31,50,72); }

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