#1F3126

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

Shades of Midnight Moss #1F3126

Tints of Midnight Moss #1F3126

Color information

#1F3126 (or 0x1F3126) is unknown color: approx Midnight Moss. HEX triplet: 1F, 31 and 26. RGB value is (31,49,38). Sum of RGB (Red+Green+Blue) = 31+49+38=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3126 is #E0CED9. Grayscale: #2A2A2A. Windows color (decimal): -14733018 or 2502943. OLE color: 2502943.

HSL color Cylindrical-coordinate representation of color #1F3126: hue angle of 143.33º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F3126 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB314938-
CMYK0.3700.220.81
HSL143.33º22.5%15.69%-
HSV(B)143.33º36.73%19.22%-
XYZ2.012.632.23-
YUV42.36125.54119.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.27%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=26.27%
G=41.53%
B=32.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149380.3700.220.81143.3322.515.69
Hex1F312625016518f1610
Octal376146450261212172620
Binary111111100011001101001010101101010001100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,38); }

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

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

 a { background-color: rgb(31,49,38); }

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

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

 span { border-color: rgb(31,49,38); }

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