Html Css Color HEX #1E2220 Midnight Moss

📋 copy color: '#1E2220'

red 30 ◦ green 34 ◦ blue 32

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

Shades of Midnight Moss #1E2220

Tints of Midnight Moss #1E2220

RGB

 RED value IS 30 (12.11% from 255) = 31.25%

 GREEN value IS 34 (13.67% from 255) = 35.42%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 31.25%
G = 35.42%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#1E2220 (or 0x1E2220) is known color: Midnight Moss. HEX triplet: 1E, 22 and 20. RGB value is (30,34,32). Sum of RGB (Red+Green+Blue) = 30+34+32=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 34 - color contains mainly: green. Hex color #1E2220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2220 is #E1DDDF. Grayscale: #202020. Windows color (decimal): -14802400 or 2105886. OLE color: 2105886.

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

Color convert

RGB 30 34 32 -
CMYK 0.12 0 0.06 0.87
HSL 150º 0.06% 0.13% -
HSV(B) 150º 0.12% 0.13% -
XYZ 1.37 1.52 1.59 -
YUV 32.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 30 34 32 0.12 0 0.06 0.87 150 0.06 0.13
Hex 1E 22 20 C 0 6 57 96 6 D
Octal 36 42 40 14 0 6 127 226 6 15
Binary 11110 100010 100000 1100 0 110 1010111 10010110 110 1101

Color Harmonies of #1E2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2220

Black with #1E2220

Text Example


Text Example

White with #1E2220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E2220;
 }
 .AnyTagClassName
 {
   color: #1E2220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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