#1E201F

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

Shades of Midnight Moss #1E201F

Tints of Midnight Moss #1E201F

Color information

#1E201F (or 0x1E201F) is unknown color: approx Midnight Moss. HEX triplet: 1E, 20 and 1F. RGB value is (30,32,31). Sum of RGB (Red+Green+Blue) = 30+32+31=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 32 - color contains mainly: green. Hex color #1E201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E201F is #E1DFE0. Grayscale: #1F1F1F. Windows color (decimal): -14802913 or 2039838. OLE color: 2039838.

HSL color Cylindrical-coordinate representation of color #1E201F: hue angle of 150º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1E201F is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB303231-
CMYK0.0600.030.87
HSL150º3.23%12.16%-
HSV(B)150º6.25%12.55%-
XYZ1.31.411.5-
YUV31.29127.84127.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=32.26%
G=34.41%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3032310.0600.030.871503.2312.16
Hex1E201F60357963c
Octal364037603127226314
Binary1111010000011111110011101011110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,31); }

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

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

 a { background-color: rgb(30,32,31); }

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

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

 span { border-color: rgb(30,32,31); }

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