#1F2F41

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

Shades of Midnight #1F2F41

Tints of Midnight #1F2F41

Color information

#1F2F41 (or 0x1F2F41) is unknown color: approx Midnight. HEX triplet: 1F, 2F and 41. RGB value is (31,47,65). Sum of RGB (Red+Green+Blue) = 31+47+65=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F41 is #E0D0BE. Grayscale: #2C2C2C. Windows color (decimal): -14733503 or 4271903. OLE color: 4271903.

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

Color convert

RGB314765-
CMYK0.520.2800.75
HSL211.76º35.42%18.82%-
HSV(B)211.76º52.31%25.49%-
XYZ2.542.715.39-
YUV44.27139.7118.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=21.68%
G=32.87%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3147650.520.2800.75211.7635.4218.82
Hex1F2F41341C04Bd42313
Octal3757101643401133244323
Binary11111101111100000111010011100010010111101010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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