#181C1A

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

Shades of Midnight Moss #181C1A

Tints of Midnight Moss #181C1A

Color information

#181C1A (or 0x181C1A) is unknown color: approx Midnight Moss. HEX triplet: 18, 1C and 1A. RGB value is (24,28,26). Sum of RGB (Red+Green+Blue) = 24+28+26=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 28 - color contains mainly: green. Hex color #181C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C1A is #E7E3E5. Grayscale: #1A1A1A. Windows color (decimal): -15197158 or 1711128. OLE color: 1711128.

HSL color Cylindrical-coordinate representation of color #181C1A: hue angle of 150º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #181C1A is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB242826-
CMYK0.1400.070.89
HSL150º7.69%10.2%-
HSV(B)150º14.29%10.98%-
XYZ0.981.11.14-
YUV26.58127.67126.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=30.77%
G=35.90%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2428260.1400.070.891507.6910.2
Hex181C1AE0759968a
Octal30343216071312261012
Binary1100011100110101110011110110011001011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181C1A; }

 p { color: rgb(24,28,26); }

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

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

 a { background-color: rgb(24,28,26); }

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

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

 span { border-color: rgb(24,28,26); }

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