#1F2421

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

Shades of Midnight Moss #1F2421

Tints of Midnight Moss #1F2421

Color information

#1F2421 (or 0x1F2421) is unknown color: approx Midnight Moss. HEX triplet: 1F, 24 and 21. RGB value is (31,36,33). Sum of RGB (Red+Green+Blue) = 31+36+33=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2421 is #E0DBDE. Grayscale: #222222. Windows color (decimal): -14736351 or 2171935. OLE color: 2171935.

HSL color Cylindrical-coordinate representation of color #1F2421: hue angle of 144º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1F2421 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB313633-
CMYK0.1400.080.86
HSL144º7.46%13.14%-
HSV(B)144º13.89%14.12%-
XYZ1.471.661.68-
YUV34.16127.34125.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 33 (13.28% from 255) = 33%
R=31%
G=36%
B=33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136330.1400.080.861447.4613.14
Hex1F2421E0856907d
Octal37444116010126220715
Binary111111001001000011110010001010110100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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