#18281E

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

Shades of Midnight Moss #18281E

Tints of Midnight Moss #18281E

Color information

#18281E (or 0x18281E) is unknown color: approx Midnight Moss. HEX triplet: 18, 28 and 1E. RGB value is (24,40,30). Sum of RGB (Red+Green+Blue) = 24+40+30=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #18281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18281E is #E7D7E1. Grayscale: #222222. Windows color (decimal): -15194082 or 1976344. OLE color: 1976344.

HSL color Cylindrical-coordinate representation of color #18281E: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18281E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB244030-
CMYK0.4000.250.84
HSL142.5º25%12.55%-
HSV(B)142.5º40%15.69%-
XYZ1.371.811.5-
YUV34.08125.7120.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=25.53%
G=42.55%
B=31.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440300.4000.250.84142.52512.55
Hex18281E28019548e19d
Octal305036500311242163115
Binary1100010100011110101000011001101010010001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18281E; }

 p { color: rgb(24,40,30); }

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

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

 a { background-color: rgb(24,40,30); }

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

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

 span { border-color: rgb(24,40,30); }

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