Html Css Color HEX #1E201F Midnight Moss

📋 copy color: '#1E201F'

red 30 ◦ green 32 ◦ blue 31

#1E201F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Moss #1E201F

Tints of Midnight Moss #1E201F

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 value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#1E201F (or 0x1E201F) is known color: 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

RGB 30 32 31 -
CMYK 0.06 0 0.03 0.87
HSL 150º 0.03% 0.12% -
HSV(B) 150º 0.06% 0.13% -
XYZ 1.3 1.41 1.5 -
YUV 31.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 30 32 31 0.06 0 0.03 0.87 150 0.03 0.12
Hex 1E 20 1F 6 0 3 57 96 3 C
Octal 36 40 37 6 0 3 127 226 3 14
Binary 11110 100000 11111 110 0 11 1010111 10010110 11 1100

Color Harmonies of #1E201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E201F

Black with #1E201F

Text Example


Text Example

White with #1E201F

Text Example


Text Example

HTML Codes & Css Web 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>