#203126

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

Shades of Midnight Moss #203126

Tints of Midnight Moss #203126

Color information

#203126 (or 0x203126) is unknown color: approx Midnight Moss. HEX triplet: 20, 31 and 26. RGB value is (32,49,38). Sum of RGB (Red+Green+Blue) = 32+49+38=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #203126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203126 is #DFCED9. Grayscale: #2A2A2A. Windows color (decimal): -14667482 or 2502944. OLE color: 2502944.

HSL color Cylindrical-coordinate representation of color #203126: hue angle of 141.18º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #203126 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB324938-
CMYK0.3500.220.81
HSL141.18º20.99%15.88%-
HSV(B)141.18º34.69%19.22%-
XYZ2.042.642.24-
YUV42.66125.37120.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.89%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=26.89%
G=41.18%
B=31.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249380.3500.220.81141.1820.9915.88
Hex20312623016518d1510
Octal406146430261212152520
Binary1000001100011001101000110101101010001100011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203126; }

 p { color: rgb(32,49,38); }

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

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

 a { background-color: rgb(32,49,38); }

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

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

 span { border-color: rgb(32,49,38); }

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