#18221C

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

Shades of Midnight Moss #18221C

Tints of Midnight Moss #18221C

Color information

#18221C (or 0x18221C) is unknown color: approx Midnight Moss. HEX triplet: 18, 22 and 1C. RGB value is (24,34,28). Sum of RGB (Red+Green+Blue) = 24+34+28=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 34 - color contains mainly: green. Hex color #18221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18221C is #E7DDE3. Grayscale: #1E1E1E. Windows color (decimal): -15195620 or 1843736. OLE color: 1843736.

HSL color Cylindrical-coordinate representation of color #18221C: hue angle of 144º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #18221C is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB243428-
CMYK0.2900.180.87
HSL144º17.24%11.37%-
HSV(B)144º29.41%13.33%-
XYZ1.161.421.31-
YUV30.33126.69123.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 34 (13.67% from 255) = 39.53%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=27.91%
G=39.53%
B=32.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2434280.2900.180.8714417.2411.37
Hex18221C1D012579011b
Octal304234350221272202113
Binary110001000101110011101010010101011110010000100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18221C; }

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

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

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

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

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

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

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

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