#1F2B24

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

Shades of Midnight Moss #1F2B24

Tints of Midnight Moss #1F2B24

Color information

#1F2B24 (or 0x1F2B24) is unknown color: approx Midnight Moss. HEX triplet: 1F, 2B and 24. RGB value is (31,43,36). Sum of RGB (Red+Green+Blue) = 31+43+36=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 43 - color contains mainly: green. Hex color #1F2B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2B24 is #E0D4DB. Grayscale: #262626. Windows color (decimal): -14734556 or 2370335. OLE color: 2370335.

HSL color Cylindrical-coordinate representation of color #1F2B24: hue angle of 145º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F2B24 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB314336-
CMYK0.2800.160.83
HSL145º16.22%14.51%-
HSV(B)145º27.91%16.86%-
XYZ1.752.151.99-
YUV38.61126.52122.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.18%
GREEN value IS 43 (17.19% from 255) = 39.09%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=28.18%
G=39.09%
B=32.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3143360.2800.160.8314516.2214.51
Hex1F2B241C010539110f
Octal375344340201232212017
Binary1111110101110010011100010000101001110010001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,36); }

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

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

 a { background-color: rgb(31,43,36); }

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

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

 span { border-color: rgb(31,43,36); }

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